Skip to content

Commit

Permalink
updated for v1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 16, 2023
1 parent 106bba8 commit 6b88e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ?= /bin/bash
endif

#JAR_VERSION := $(shell mvn -q -Dexec.executable="echo" -Dexec.args='$${project.version}' --non-recursive exec:exec -DforceStdout)
JAR_VERSION := 1.66
JAR_VERSION := 1.67
JAR_FILE := mn2pdf-$(JAR_VERSION).jar

all: target/$(JAR_FILE)
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Update version in `pom.xml`, e.g.:
----
<groupId>org.metanorma.fop</groupId>
<artifactId>mn2pdf</artifactId>
<version>1.66</version>
<version>1.67</version>
<name>Metanorma XML to PDF converter</name>
----

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

[source,xml]
----
git tag v1.66
git push origin v1.66
git tag v1.67
git push origin v1.67
----

Then the corresponding GitHub release will be automatically created at:
Expand Down

0 comments on commit 6b88e36

Please sign in to comment.