Skip to content

Commit

Permalink
Updates to markings for ANMS v1.1 (#8)
Browse files Browse the repository at this point in the history
* Bump action versions for deprecations
* Correcting document rev and reference revs
  • Loading branch information
BrianSipos authored Sep 11, 2024
1 parent 7075f3e commit a1c651f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: dependencies
run: |
sudo apt-get update && sudo apt-get install -y cmake make coreutils ruby asciidoctor graphviz inkscape dblatex docbook-xsl-ns xsltproc xmlstarlet
sudo gem install asciidoctor-diagram
- name: build
run: |
DESTDIR=public ./build.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: docs
path: public
Expand All @@ -61,7 +61,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docs
path: public
Expand Down
11 changes: 9 additions & 2 deletions product-guide/docinfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</orgname>
</author>
<copyright>
<year>2023</year>
<year>2023-2024</year>
<holder>The Johns Hopkins University Applied Physics Laboratory LLC</holder>
</copyright>
<legalnotice>
Expand Down Expand Up @@ -36,7 +36,14 @@ subcontract 1658085.
<revnumber>Initial</revnumber>
<date>30 August 2023</date>
<revdescription>
Initial issue of document for ANMS v1.0
Initial issue of document for ANMS v1.0.0
</revdescription>
</revision>
<revision>
<revnumber>A</revnumber>
<date>28 August 2024</date>
<revdescription>
Updates for ANMS v1.1.0
</revdescription>
</revision>
</revhistory>
6 changes: 3 additions & 3 deletions product-guide/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This Product Guide provides architectural and maintenance details about the Asyn
|Asynchronous Network Management System (ANMS)

|Version
|1.0
|1.1
|===

=== Scope
Expand Down Expand Up @@ -103,7 +103,7 @@ The network protocol used for inter-container communication and for BP convergen
|Document Number

|MGSS Implementation and Maintenance Task Requirements[[mimtar,MIMTaR]]
|DOC-001819 ref F
|DOC-001455 rev G

|Common Access Manager (CAM) Product Guide (PG)[[cam-pg,CAM Product Guide]]
|DOC-005065
Expand All @@ -118,7 +118,7 @@ The network protocol used for inter-container communication and for BP convergen
|DOC-005446

|ANMS User Guide[[anms-user-guide,ANMS User Guide]]
|DOC-005443
|DOC-005443 rev A

|===

Expand Down
11 changes: 9 additions & 2 deletions user-guide/docinfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</orgname>
</author>
<copyright>
<year>2023</year>
<year>2023-2024</year>
<holder>The Johns Hopkins University Applied Physics Laboratory LLC</holder>
</copyright>
<legalnotice>
Expand Down Expand Up @@ -36,7 +36,14 @@ subcontract 1658085.
<revnumber>Initial</revnumber>
<date>30 August 2023</date>
<revdescription>
Initial issue of document for ANMS v1.0
Initial issue of document for ANMS v1.0.0
</revdescription>
</revision>
<revision>
<revnumber>A</revnumber>
<date>28 August 2024</date>
<revdescription>
Updates for ANMS v1.1.0
</revdescription>
</revision>
</revhistory>
6 changes: 3 additions & 3 deletions user-guide/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This User Guide provides an overview of the user interface (UI) and high-level w
|Asynchronous Network Management System (ANMS)

|Version
|1.0
|1.1
|===

=== Scope
Expand Down Expand Up @@ -112,10 +112,10 @@ Selecting an item from a drop-down list of available options.
|Document Number

|MGSS Implementation and Maintenance Task Requirements[[mimtar,MIMTaR]]
|DOC-001819 ref F
|DOC-001455 rev G

|ANMS Product Guide[[anms-product-guide,ANMS Product Guide]]
|DOC-005444
|DOC-005444 rev A

|===

Expand Down

0 comments on commit a1c651f

Please sign in to comment.