Skip to content

Commit 32c794b

Browse files
authored
Merge pull request #337 from cqframework/release-1.4.0
Prep for release 1.4.0
2 parents d753ebf + bc150dc commit 32c794b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mvn exec:java \
3030

3131
Executable jars are produced by the CI system on Maven Central: [Download executable jar](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=org.opencds.cqf&a=tooling&c=jar-with-dependencies&v=LATEST)
3232

33-
This can be run with `java -jar tooling-1.3.1-jar-with-dependencies.jar -VsacXlsxToValueSetBatch`
33+
This can be run with `java -jar tooling-1.4.0-jar-with-dependencies.jar -VsacXlsxToValueSetBatch`
3434

3535
Documentation of the various operations is provided in the [Main](src/main/java/org/opencds/cqf/tooling/Main.java) class.
3636

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.opencds.cqf</groupId>
77
<artifactId>tooling</artifactId>
8-
<version>1.3.2-SNAPSHOT</version>
8+
<version>1.4.0</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)