Skip to content

Commit

Permalink
V2.4.0 release (#429)
Browse files Browse the repository at this point in the history
* setting up snapshot

* v2.4.0 release

---------

Co-authored-by: justin.mckelvy <[email protected]>
  • Loading branch information
Capt-Mac and Capt-Mac authored Mar 30, 2023
1 parent e9872b3 commit 318606d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>


<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cql-engine.version>2.7.0-SNAPSHOT</cql-engine.version>
<cql-evaluator.version>2.7.0-SNAPSHOT</cql-evaluator.version>
<cqframework.version>2.7.0-SNAPSHOT</cqframework.version>
<cql-engine.version>2.7.0</cql-engine.version>
<cql-evaluator.version>2.6.0</cql-evaluator.version>
<cqframework.version>2.7.0</cqframework.version>
<hapi.version>6.0.1</hapi.version>
<core.version>5.6.36</core.version>
<spring-boot.version>2.1.5.RELEASE</spring-boot.version>
Expand Down
6 changes: 3 additions & 3 deletions tooling-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-cli</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<description>CQF Tooling CLI</description>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<!-- <packaging>jar</packaging> -->
</dependency>

Expand Down
5 changes: 3 additions & 2 deletions tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>

</parent>

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 318606d

Please sign in to comment.