diff --git a/Makefile b/Makefile index d988c219..e1e35cd4 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.17 +JAR_VERSION := 1.20 JAR_FILE := mn2pdf-$(JAR_VERSION).jar all: target/$(JAR_FILE) diff --git a/README.adoc b/README.adoc index 50f6c3a0..67bfcb35 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.19.jar --xml-file --xsl-file --pdf-file +java -Xss5m -Xmx1024m -jar target/mn2pdf-1.20.jar --xml-file --xsl-file --pdf-file ---- e.g. [source,sh] ---- -java -Xss5m -Xmx1024m -jar target/mn2pdf-1.19.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.20.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.19 +1.20 Metanorma XML to PDF converter ---- @@ -53,8 +53,8 @@ Tag the same version in Git: [source,xml] ---- -git tag v1.19 -git push origin v1.19 +git tag v1.20 +git push origin v1.20 ---- Then the corresponding GitHub release will be automatically created at: diff --git a/pom.xml b/pom.xml index 2a56ed39..e3c61630 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.metanorma.fop mn2pdf - 1.19 + 1.20 Metanorma XML to PDF converter jar https://www.metanorma.com diff --git a/src/main/resources/pdf_fonts_config.xml b/src/main/resources/pdf_fonts_config.xml index 2af44e43..2bb94d17 100644 --- a/src/main/resources/pdf_fonts_config.xml +++ b/src/main/resources/pdf_fonts_config.xml @@ -382,6 +382,11 @@ Relative config URLs are resolved relative to location of this file. + + + + +