Skip to content

Commit

Permalink
v2.5.0-SNAPSHOT (#430)
Browse files Browse the repository at this point in the history
Co-authored-by: justin.mckelvy <[email protected]>
  • Loading branch information
Capt-Mac and Capt-Mac committed May 1, 2023
1 parent 318606d commit cff6186
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</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</cql-engine.version>
<cql-evaluator.version>2.6.0</cql-evaluator.version>
<cqframework.version>2.7.0</cqframework.version>
<cql-engine.version>2.8.0-SNAPSHOT</cql-engine.version>
<cql-evaluator.version>2.7.0-SNAPSHOT</cql-evaluator.version>
<cqframework.version>2.8.0-SNAPSHOT</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</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-cli</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</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</version>
<version>2.5.0-SNAPSHOT</version>
<!-- <packaging>jar</packaging> -->
</dependency>

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

</parent>

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

<dependencies>
Expand Down

0 comments on commit cff6186

Please sign in to comment.