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

Feature 1.5.6 release #580

Merged
merged 4 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions engine.fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
</parent>

<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.fhir</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
<packaging>jar</packaging>

<name>engine.fhir</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private void runTests(String testsFilePath, int expectedTestCount, int expectedP
System.out.println(String.format("Running test group %s...", group.getName()));

for (org.hl7.fhirpath.tests.Test test : group.getTest()) {
//if (test.getName() == null || !test.getName().equals("testNow1")) {
//if (test.getName() == null || !test.getName().equals("testDateNotEqualToday")) {
// continue;
//}

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,12 +6,12 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
</parent>

<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.jaxb</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
<packaging>jar</packaging>

<name>engine.jaxb</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>engine.shared</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
</parent>

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

<packaging>jar</packaging>

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>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>

<name>engine.shared</name>
<description>CQL Engine Project</description>
Expand Down Expand Up @@ -50,7 +50,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>1.5.9-SNAPSHOT</cqframework.version>
<cqframework.version>1.5.9</cqframework.version>
<hapi.version>5.6.3</hapi.version>
<slf4j.version>1.7.29</slf4j.version>
</properties>
Expand Down