From 275aa175e7e1e488da3b32ef3dd10041014710b8 Mon Sep 17 00:00:00 2001 From: IntlUser Date: Sat, 9 May 2020 22:29:10 +0300 Subject: [PATCH] Version changed to 1.14 --- Makefile | 2 +- README.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7599a5d6..c9ccc60a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL ?= /bin/bash #JAR_VERSION := $(shell mvn -q -Dexec.executable="echo" -Dexec.args='$${project.version}' --non-recursive exec:exec -DforceStdout) -JAR_VERSION := 1.10 +JAR_VERSION := 1.14 JAR_FILE := mn2pdf-$(JAR_VERSION).jar all: target/$(JAR_FILE) diff --git a/README.adoc b/README.adoc index 1e4b1e4c..f7604bd0 100644 --- a/README.adoc +++ b/README.adoc @@ -15,14 +15,14 @@ You will need the `maven` build tool and `make`. [source,sh] ---- -java -Xss5m -Xmx1024m -jar target/mn2pdf-1.13.jar --xml-file --xsl-file --pdf-file +java -Xss5m -Xmx1024m -jar target/mn2pdf-1.14.jar --xml-file --xsl-file --pdf-file ---- e.g. [source,sh] ---- -java -Xss5m -Xmx1024m -jar target/mn2pdf-1.13.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf +java -Xss5m -Xmx1024m -jar target/mn2pdf-1.14.jar --xml-file tests/G.191.xml --xsl-file tests/itu.recommendation.xsl --pdf-file tests/G.191.pdf ---- @@ -42,7 +42,7 @@ Update version in `pom.xml`, e.g.: ---- com.metanorma.fop mn2pdf -1.13 +1.14 Metanorma XML to PDF converter ----