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

Commit

Permalink
release v2.4.0 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnazmulkarim authored Dec 13, 2022
1 parent 7b49e18 commit fbd903b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This repository uses stable trunk methodology:
|v14|CQL 1.4 Engine|Maintenance| 1.4.0 |
|v15|CQL 1.5 Engine|Maintenance| 1.5.7 |
|v20|CQL 2.0 Engine|Maintenance| 2.0.0 |
|master|CQL 2.3.0 Engine|Active Development| 2.3.0 |
|master|CQL 2.4.0 Engine|Active Development| 2.4.0 |

## Commit Policy

Expand Down Expand Up @@ -58,6 +58,7 @@ This project uses [Semantic Versioning](http://semver.org), with the caveat that
* 2.1.0 - Start using Translator 2.2.0, maintain expression wise evaluated resources state
* 2.2.0 - Start using Translator 2.3.0, fix Jackson error for Expand ValueSet operators, fix primary context path between Task and Patient to the field `for` in R4 and DSTU3
* 2.3.0 - Start using Translator 2.4.0
* 2.4.0 - Added config queryBatchThreshold in FhirQueryGeneration

## Getting Help

Expand Down
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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>engine.fhir</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>engine.jaxb</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

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

<name>engine</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0-SNAPSHOT</version>
<version>2.4.0</version>

<name>engine.shared</name>
<description>CQL Engine Project</description>
Expand Down

0 comments on commit fbd903b

Please sign in to comment.