Skip to content

Commit

Permalink
Rev to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 3, 2024
1 parent 2ca0172 commit 9060d59
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

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

<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>11</maven.compiler.release>
<cql.version>3.10.0-SNAPSHOT</cql.version>
<cql.version>3.10.0</cql.version>
<hapi.version>7.0.2</hapi.version>
<spring-boot.version>2.1.5.RELEASE</spring-boot.version>
<slf4j.version>2.0.5</slf4j.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,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>tooling-cli</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>jar</packaging>

<description>CQF Tooling CLI</description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions tooling-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>tooling-ui</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>jar</packaging>

<description>CQF Tooling UI</description>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>tooling</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 9060d59

Please sign in to comment.