This commit is contained in:
Grahame Grieve 2021-01-14 12:21:52 +11:00
commit 414640550e
11 changed files with 18 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@ -110,32 +110,32 @@
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>cql</artifactId> <artifactId>cql</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>model</artifactId> <artifactId>model</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>elm</artifactId> <artifactId>elm</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>cql-to-elm</artifactId> <artifactId>cql-to-elm</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>quick</artifactId> <artifactId>quick</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.cqframework</groupId> <groupId>info.cqframework</groupId>
<artifactId>qdm</artifactId> <artifactId>qdm</artifactId>
<version>1.4.9</version> <version>${info_cqframework_version}</version>
</dependency> </dependency>
<!-- Test Dependencies --> <!-- Test Dependencies -->

View File

@ -14,7 +14,7 @@
HAPI FHIR HAPI FHIR
--> -->
<artifactId>org.hl7.fhir.core</artifactId> <artifactId>org.hl7.fhir.core</artifactId>
<version>5.2.14-SNAPSHOT</version> <version>5.2.15-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
@ -23,6 +23,7 @@
<junit_jupiter_version>5.6.2</junit_jupiter_version> <junit_jupiter_version>5.6.2</junit_jupiter_version>
<maven_surefire_version>3.0.0-M4</maven_surefire_version> <maven_surefire_version>3.0.0-M4</maven_surefire_version>
<jacoco_version>0.8.5</jacoco_version> <jacoco_version>0.8.5</jacoco_version>
<info_cqframework_version>1.5.1</info_cqframework_version>
</properties> </properties>
<name>HL7 Core Artifacts</name> <name>HL7 Core Artifacts</name>