From 57a57c1dccf32a32664bdf50cac267f9b6b71ede Mon Sep 17 00:00:00 2001
From: Kevin Dougan SmileCDR
<72025369+KevinDougan-SmileCDR@users.noreply.github.com>
Date: Tue, 12 Jan 2021 10:07:13 -0500
Subject: [PATCH 1/2] Updated the info.cqframework dependency versions (#412)
* Updated the info.cqframework dependency versions since v1.4.9 is no longer available.
* Updated the info.cqframework dependency version to 1.5.1.
---
org.hl7.fhir.validation/pom.xml | 12 ++++++------
pom.xml | 1 +
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml
index 5b6580521..c11e97a6a 100644
--- a/org.hl7.fhir.validation/pom.xml
+++ b/org.hl7.fhir.validation/pom.xml
@@ -110,32 +110,32 @@
info.cqframework
cql
- 1.4.9
+ ${info_cqframework_version}
info.cqframework
model
- 1.4.9
+ ${info_cqframework_version}
info.cqframework
elm
- 1.4.9
+ ${info_cqframework_version}
info.cqframework
cql-to-elm
- 1.4.9
+ ${info_cqframework_version}
info.cqframework
quick
- 1.4.9
+ ${info_cqframework_version}
info.cqframework
qdm
- 1.4.9
+ ${info_cqframework_version}
diff --git a/pom.xml b/pom.xml
index 7ac670dd2..449977530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
5.6.2
3.0.0-M4
0.8.5
+ 1.5.1
HL7 Core Artifacts
From 33b55727a02a77f13bc4143e3c18e1e9a9bf1e30 Mon Sep 17 00:00:00 2001
From: Mark Iantorno
Date: Tue, 12 Jan 2021 11:21:28 -0500
Subject: [PATCH 2/2] upping version to fix crash (#413)
---
org.hl7.fhir.convertors/pom.xml | 2 +-
org.hl7.fhir.dstu2/pom.xml | 2 +-
org.hl7.fhir.dstu2016may/pom.xml | 2 +-
org.hl7.fhir.dstu3/pom.xml | 2 +-
org.hl7.fhir.r4/pom.xml | 2 +-
org.hl7.fhir.r5/pom.xml | 2 +-
org.hl7.fhir.report/pom.xml | 2 +-
org.hl7.fhir.utilities/pom.xml | 2 +-
org.hl7.fhir.validation.cli/pom.xml | 2 +-
org.hl7.fhir.validation/pom.xml | 2 +-
pom.xml | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml
index 3775b923c..b76e0db9d 100644
--- a/org.hl7.fhir.convertors/pom.xml
+++ b/org.hl7.fhir.convertors/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml
index e102340e5..00fde49d5 100644
--- a/org.hl7.fhir.dstu2/pom.xml
+++ b/org.hl7.fhir.dstu2/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml
index 76d98ed4a..1ab1fc655 100644
--- a/org.hl7.fhir.dstu2016may/pom.xml
+++ b/org.hl7.fhir.dstu2016may/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml
index f16d75127..de5b98c07 100644
--- a/org.hl7.fhir.dstu3/pom.xml
+++ b/org.hl7.fhir.dstu3/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml
index 99752ce05..3098a91b5 100644
--- a/org.hl7.fhir.r4/pom.xml
+++ b/org.hl7.fhir.r4/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml
index a3d3e9a23..4d1ee7862 100644
--- a/org.hl7.fhir.r5/pom.xml
+++ b/org.hl7.fhir.r5/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml
index 902b62f47..d835f044c 100644
--- a/org.hl7.fhir.report/pom.xml
+++ b/org.hl7.fhir.report/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml
index f4c87000c..aa8de4d48 100644
--- a/org.hl7.fhir.utilities/pom.xml
+++ b/org.hl7.fhir.utilities/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml
index eaef90f16..8b63384ec 100644
--- a/org.hl7.fhir.validation.cli/pom.xml
+++ b/org.hl7.fhir.validation.cli/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml
index c11e97a6a..18ed39bc6 100644
--- a/org.hl7.fhir.validation/pom.xml
+++ b/org.hl7.fhir.validation/pom.xml
@@ -5,7 +5,7 @@
ca.uhn.hapi.fhir
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 449977530..33512ef10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
HAPI FHIR
-->
org.hl7.fhir.core
- 5.2.14-SNAPSHOT
+ 5.2.15-SNAPSHOT
pom