Skip to content

Commit

Permalink
v0.7.1 adhoc release (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capt-Mac authored Oct 19, 2022
1 parent 74fd64d commit d9ddf43
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 55 deletions.
4 changes: 2 additions & 2 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.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>

<dependency>
Expand Down
9 changes: 4 additions & 5 deletions example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -17,7 +16,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -32,7 +31,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-test</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions external/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>cqf-ruler-case-reporting</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>cqf-ruler-cds-hooks</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cr</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-security</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cpg</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions plugin/cpg/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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

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

<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.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>
<artifactId>cqf-ruler-cr</artifactId>
<dependencies>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-external</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>

<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-test</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>cqf-ruler-ra</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cr</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
</dependencies>
</project>
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.8.0-SNAPSHOT</version>
<version>0.7.1</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.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>cqf-ruler-security</artifactId>
<dependencies>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-dev-tools</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

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

<properties>
<cqf-tooling.version>2.1.0-SNAPSHOT</cqf-tooling.version>
<cqf-tooling.version>2.0.0</cqf-tooling.version>

<!-- CQL Support -->
<cqframework.version>2.2.0</cqframework.version>
<cql-engine.version>2.2.0-SNAPSHOT</cql-engine.version>
<cql-evaluator.version>2.2.0-SNAPSHOT</cql-evaluator.version>
<cql-engine.version>2.1.0</cql-engine.version>
<cql-evaluator.version>2.1.1</cql-evaluator.version>

<!-- Dependency Versions -->
<fhir_core_version>5.6.36</fhir_core_version>
<flexmark_version>0.62.2</flexmark_version>
<hapi_version>6.1.1</hapi_version>
<javax.version>8.0.1</javax.version>
<junit_version>5.8.2</junit_version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring_boot_version>2.6.7</spring_boot_version>
<spring_version>5.3.20</spring_version>
<junit_version>5.8.2</junit_version>
</properties>

<dependencyManagement>
Expand Down
25 changes: 12 additions & 13 deletions server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</parent>

<artifactId>cqf-ruler-server</artifactId>
Expand Down Expand Up @@ -64,7 +63,7 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -230,57 +229,57 @@
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-case-reporting</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cds-hooks</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cpg</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cql</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-cr</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-dev-tools</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>

<!-- runtime only dependencies for developing plugins -->
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-ra</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-sdc</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf.ruler</groupId>
<artifactId>cqf-ruler-security</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit d9ddf43

Please sign in to comment.