From 960e1bea4222bd51e5f20dcd315f2828bef0b7e6 Mon Sep 17 00:00:00 2001 From: IntlUser Date: Wed, 13 May 2020 23:53:46 +0300 Subject: [PATCH] Version changed to 1.15 --- Makefile | 2 +- README.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c9ccc60a..36075c08 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.14 +JAR_VERSION := 1.15 JAR_FILE := mn2pdf-$(JAR_VERSION).jar all: target/$(JAR_FILE) diff --git a/README.adoc b/README.adoc index f7604bd0..023c6731 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.14.jar --xml-file --xsl-file --pdf-file +java -Xss5m -Xmx1024m -jar target/mn2pdf-1.15.jar --xml-file --xsl-file --pdf-file ---- e.g. [source,sh] ---- -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 +java -Xss5m -Xmx1024m -jar target/mn2pdf-1.15.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.14 +1.15 Metanorma XML to PDF converter ----