Skip to content

Commit

Permalink
release of ruler 0.13.0 (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: justin.mckelvy <justin.mckelvy@smilecdr.com>
  • Loading branch information
Capt-Mac and Capt-Mac authored Apr 21, 2023
1 parent b66d085 commit 3d57fe5
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 91 deletions.
40 changes: 20 additions & 20 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-core</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-external</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -46,6 +46,24 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand Down Expand Up @@ -118,24 +136,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-core</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-external</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin/case-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-case-reporting</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions plugin/cds-hooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-cds-hooks</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cr</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-security</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cpg</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions plugin/cpg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-cpg</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>

<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-security</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion plugin/cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-cql</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin/cr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<artifactId>cqf-ruler-cr</artifactId>
<dependencies>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion plugin/dev-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-dev-tools</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-plugin</artifactId>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-core</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-external</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>

<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugin/ra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-ra</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cr</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/sdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-sdc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-plugin</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>cqf-ruler-security</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-dev-tools</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
58 changes: 29 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<name>cqf-ruler</name>
Expand Down Expand Up @@ -87,12 +87,12 @@
</distributionManagement>

<properties>
<cqf-tooling.version>2.4.0-SNAPSHOT</cqf-tooling.version>
<cqf-tooling.version>2.4.0</cqf-tooling.version>

<!-- CQL Support -->
<cqframework.version>2.7.0-SNAPSHOT</cqframework.version>
<cql-engine.version>2.7.0-SNAPSHOT</cql-engine.version>
<cql-evaluator.version>2.7.0-SNAPSHOT</cql-evaluator.version>
<cqframework.version>2.7.0</cqframework.version>
<cql-engine.version>2.7.0</cql-engine.version>
<cql-evaluator.version>2.6.0</cql-evaluator.version>

<!-- Dependency Versions -->
<fhir_core_version>5.6.36</fhir_core_version>
Expand All @@ -108,30 +108,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
Expand Down Expand Up @@ -164,6 +140,30 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Loading

0 comments on commit 3d57fe5

Please sign in to comment.