Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
release v2.2.0 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnazmulkarim authored Oct 26, 2022
1 parent d245db1 commit a5d2104
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions engine.fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>engine.fhir</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>engine.fhir</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>

<!-- StringUtils, ExceptionUtils and Pair classes. -->
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.jackson</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions engine.jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>engine.jackson</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>

<!-- Jackson dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions engine.jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>engine.jaxb</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>engine.jaxb</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>

<!-- Jaxb implementation of choice -->
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>engine</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>engine</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<name>engine.shared</name>
<description>CQL Engine Project</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<cqframework.version>2.3.0-SNAPSHOT</cqframework.version>
<cqframework.version>2.3.0</cqframework.version>
<hapi.version>6.0.1</hapi.version>
<slf4j.version>1.7.29</slf4j.version>
<surefire.version>3.0.0-M7</surefire.version>
Expand Down

0 comments on commit a5d2104

Please sign in to comment.