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

Commit fbd903b

Browse files
author
mdnazmulkarim
authored
release v2.4.0 (#640)
1 parent 7b49e18 commit fbd903b

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository uses stable trunk methodology:
1919
|v14|CQL 1.4 Engine|Maintenance| 1.4.0 |
2020
|v15|CQL 1.5 Engine|Maintenance| 1.5.7 |
2121
|v20|CQL 2.0 Engine|Maintenance| 2.0.0 |
22-
|master|CQL 2.3.0 Engine|Active Development| 2.3.0 |
22+
|master|CQL 2.4.0 Engine|Active Development| 2.4.0 |
2323

2424
## Commit Policy
2525

@@ -58,6 +58,7 @@ This project uses [Semantic Versioning](http://semver.org), with the caveat that
5858
* 2.1.0 - Start using Translator 2.2.0, maintain expression wise evaluated resources state
5959
* 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
6060
* 2.3.0 - Start using Translator 2.4.0
61+
* 2.4.0 - Added config queryBatchThreshold in FhirQueryGeneration
6162

6263
## Getting Help
6364

engine.fhir/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.opencds.cqf.cql</groupId>
88
<artifactId>engine.shared</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>engine.fhir</artifactId>
13-
<version>2.4.0-SNAPSHOT</version>
13+
<version>2.4.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>engine.fhir</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.opencds.cqf.cql</groupId>
2323
<artifactId>engine</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</dependency>
2626

2727
<!-- StringUtils, ExceptionUtils and Pair classes. -->
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.opencds.cqf.cql</groupId>
8888
<artifactId>engine.jackson</artifactId>
89-
<version>2.4.0-SNAPSHOT</version>
89+
<version>2.4.0</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>

engine.jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencds.cqf.cql</groupId>
88
<artifactId>engine.shared</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>engine.jackson</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.opencds.cqf.cql</groupId>
2222
<artifactId>engine</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
</dependency>
2525

2626
<!-- Jackson dependencies -->

engine.jaxb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.opencds.cqf.cql</groupId>
88
<artifactId>engine.shared</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>engine.jaxb</artifactId>
13-
<version>2.4.0-SNAPSHOT</version>
13+
<version>2.4.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>engine.jaxb</name>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.opencds.cqf.cql</groupId>
2323
<artifactId>engine</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</dependency>
2626

2727
<!-- Jaxb implementation of choice -->

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.opencds.cqf.cql</groupId>
88
<artifactId>engine.shared</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>engine</artifactId>
13-
<version>2.4.0-SNAPSHOT</version>
13+
<version>2.4.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>engine</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.opencds.cqf.cql</groupId>
88
<artifactId>engine.shared</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010

1111
<name>engine.shared</name>
1212
<description>CQL Engine Project</description>

0 commit comments

Comments
 (0)