Skip to content

Commit

Permalink
Rev to release 3.0.0-PRE4 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival authored Jul 5, 2023
1 parent efbfa2d commit ff5ddc5
Show file tree
Hide file tree
Showing 31 changed files with 140 additions and 140 deletions.
4 changes: 2 additions & 2 deletions cqf-fhir-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<name>FHIR Clinical Reasoning (APIs)</name>
<description>FHIR Repository APIs used by this project. Implement these to incorporate clinical reasoning on your platform</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cqf-fhir-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-bom</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<packaging>pom</packaging>
<name>FHIR Clinical Reasoning (Bill Of Materials)</name>
<description>This bom can be used to simplify dependency management when using this project</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions cqf-fhir-cdshooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,43 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cdshooks</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (CDS Hooks)</name>
<description>CDS Hooks components for FHIR Clinical Reasoning</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions cqf-fhir-cql-dstu3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql-dstu3</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (CQL DSTU3)</name>
<description>CQL Authoring Support for DSTU3</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions cqf-fhir-cql-r4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql-r4</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (CQL R4)</name>
<description>CQL Authoring Support for R4</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions cqf-fhir-cql-r5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql-r5</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (CQL R5)</name>
<description>CQL Authoring Support for R5</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions cqf-fhir-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (CQL)</name>
<description>Tools, utilities, code gen to support CQL in FHIR Clinical Reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
12 changes: 6 additions & 6 deletions cqf-fhir-cr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,38 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (Operations)</name>
<description>Implementations of clinical reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions cqf-fhir-elm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-elm</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (ELM)</name>
<description>Runtime support for CQL/ELM</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions cqf-fhir-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.opencds.cqf.cql</groupId>
<artifactId>evaluator.jackson-deps</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<packaging>pom</packaging>


Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>evaluator.shared</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cqf-fhir-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.opencds.cqf.cql</groupId>
<artifactId>evaluator.jaxb-deps</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<packaging>pom</packaging>

<name>evaluator.jaxb-deps</name>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>org.opencds.cqf.cql</groupId>
<artifactId>evaluator.shared</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions cqf-fhir-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-test</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<name>FHIR Clinical Reasoning (Test Utilities)</name>
<description>Utilities to support unit testing clinical reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-api</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions cqf-fhir-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (Utilities)</name>
<description>Utilities to help develop clinical reasoning operations</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cqf-fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<packaging>pom</packaging>
<name>FHIR Clinical Reasoning</name>
<description>FHIR Clinical Reasoning Implementations</description>
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>docs</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>

<name>FHIR Clinical Reasoning (Documentation)</name>
<description>Documentation website for FHIR Clinical Reasoning</description>

<parent>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir</artifactId>
<version>3.0.0-PRE4-SNAPSHOT</version>
<version>3.0.0-PRE4</version>
<relativePath>../cqf-fhir/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit ff5ddc5

Please sign in to comment.