Skip to content

Commit

Permalink
Rev to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Jun 25, 2024
1 parent 92c4c94 commit 770d09b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

<groupId>org.opencds.cqf</groupId>
<artifactId>tooling-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.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</cql.version>
<hapi.version>7.0.2</hapi.version>
<cql.version>3.11.0</cql.version>
<hapi.version>7.2.1</hapi.version>
<spring-boot.version>2.1.5.RELEASE</spring-boot.version>
<slf4j.version>2.0.5</slf4j.version>
<jetty.version>11.0.20</jetty.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.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>tooling-cli</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.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.6.0-SNAPSHOT</version>
<version>3.6.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.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

<artifactId>tooling-ui</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.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.6.0-SNAPSHOT</version>
<version>3.6.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.6.0-SNAPSHOT</version>
<version>3.6.0</version>
</parent>

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

<dependencies>
Expand Down

0 comments on commit 770d09b

Please sign in to comment.