Skip to content

Commit 84bb882

Browse files
committed
Rev to 4.0.0
1 parent c8c264b commit 84bb882

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Src/java/cql-to-elm/OVERVIEW.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@ The `cql-to-elm-jvm` package is required to use the translator:
1111
<dependency>
1212
<groupId>org.cqframework</groupId>
1313
<artifactId>cql-to-elm-jvm</artifactId>
14-
<version>4.0.0-SNAPSHOT</version>
14+
<version>4.0.0</version>
1515
</dependency>
1616

1717
In addition, to use the translator with QDM, FHIR, and QUICK, the model info packages must be included:
1818

1919
<dependency>
2020
<groupId>org.cqframework</groupId>
2121
<artifactId>quick</artifactId>
22-
<version>4.0.0-SNAPSHOT</version>
22+
<version>4.0.0</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.cqframework</groupId>
2626
<artifactId>qdm</artifactId>
27-
<version>4.0.0-SNAPSHOT</version>
27+
<version>4.0.0</version>
2828
</dependency>
2929

3030
To perform UCUM unit validation during translation using [`ucum-java`](https://github.com/FHIR/Ucum-java), the `ucum` package must also be included:
3131

3232
<dependency>
3333
<groupId>org.cqframework</groupId>
3434
<artifactId>ucum</artifact>
35-
<version>4.0.0-SNAPSHOT</version>
35+
<version>4.0.0</version>
3636
</dependency>
3737

3838
To use the DataRequirementsProcessor, a component that performs data requirements analysis on ELM, as well as converts those data requirements to FHIR [DataRequirement](https://hl7.org/fhir/metadatatypes.html#DataRequirement) instances and renders the metadata for a CQL Library as a [FHIR ModuleDefinition Library](https://build.fhir.org/ig/HL7/cqf-measures/StructureDefinition-module-definition-library-cqfm.html), the elm-fhir package must be included:
3939

4040
<dependency>
4141
<groupId>org.cqframework</groupId>
4242
<artifactId>elm-fhir</artifact>
43-
<version>4.0.0-SNAPSHOT</version>
43+
<version>4.0.0</version>
4444
</dependency>
4545

4646
Note that this elm-fhir package includes a dependency on the HAPI FHIR Structures libraries (client-side dependencies) in order to provide FHIR object representation support. This is the only package from the translator that includes a specific dependency on FHIR.

Src/java/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.daemon.jvm.options=-Xmx4g -XX:+UseParallelGC
99
systemProp.sonar.gradle.skipCompile=true
1010

1111
group=org.cqframework
12-
version=4.0.0-SNAPSHOT
12+
version=4.0.0
1313
specification.version=1.5.3
1414
hapi.version=8.4.0
1515
antlr.version=4.13.1

0 commit comments

Comments
 (0)