From fd49240ab5c8a9aad9591b85cffcc8a90f250ae5 Mon Sep 17 00:00:00 2001 From: Intelligent2013 Date: Fri, 2 Oct 2020 19:19:13 +0300 Subject: [PATCH] 1.5 to 1.6 version changed --- README.adoc | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 7ed285b..b3d0aa3 100644 --- a/README.adoc +++ b/README.adoc @@ -15,14 +15,14 @@ You will need the `maven` build tool and `make`. [source,sh] ---- -java -jar target/mn2sts-1.5.jar --xml-file-in --xml-file-out +java -jar target/mn2sts-1.6.jar --xml-file-in --xml-file-out ---- e.g. [source,sh] ---- -java -jar target/mn2sts-1.5.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.6.jar --xml-file-in tests/iso-tc154-8601-1-en.xml --xml-file-out tests/iso-tc154-8601-1-en.out.xml ---- @@ -42,7 +42,7 @@ Update version in `pom.xml`, e.g.: ---- com.metanorma mn2sts -1.5 +1.6 Metanorma MN XML to NISO STS XML converter ---- @@ -53,8 +53,8 @@ Tag the same version in Git: [source,xml] ---- -git tag v1.5 -git push origin v1.5 +git tag v1.6 +git push origin v1.6 ---- Then the corresponding GitHub release will be automatically created at: diff --git a/pom.xml b/pom.xml index d28a738..cf4151b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.metanorma mn2sts - 1.5 + 1.6 Metanorma XML to NISO STS XML converter jar https://www.metanorma.com