Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Update for v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 8, 2020
1 parent 0cef785 commit 93cfe32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ You will need the `maven` build tool and `make`.

[source,sh]
----
java -jar target/mn2sts-1.1.jar --xml-file-in <XML-FileName> --xml-file-out <Output-XML-FileName>
java -jar target/mn2sts-1.3.jar --xml-file-in <XML-FileName> --xml-file-out <Output-XML-FileName>
----

e.g.

[source,sh]
----
java -jar target/mn2sts-1.1.jar --xml-file-in tests/iso-tc154-8601-1-en.xml --xml-file-out tests/iso-tc154-8601-1-en.out.xml
java -jar target/mn2sts-1.3.jar --xml-file-in tests/iso-tc154-8601-1-en.xml --xml-file-out tests/iso-tc154-8601-1-en.out.xml
----


Expand All @@ -42,7 +42,7 @@ Update version in `pom.xml`, e.g.:
----
<groupId>com.metanorma</groupId>
<artifactId>mn2sts</artifactId>
<version>1.1</version>
<version>1.3</version>
<name>Metanorma MN XML to NISO STS XML converter</name>
----

Expand All @@ -53,8 +53,8 @@ Tag the same version in Git:

[source,xml]
----
git tag v1.1
git push origin v1.1
git tag v1.3
git push origin v1.3
----

Then the corresponding GitHub release will be automatically created at:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.metanorma</groupId>
<artifactId>mn2sts</artifactId>
<version>1.2</version>
<version>1.3</version>
<name>Metanorma XML to NISO STS XML converter</name>
<packaging>jar</packaging>
<url>https://www.metanorma.com</url>
Expand Down

0 comments on commit 93cfe32

Please sign in to comment.