From 4d224b6b50cea741450d262eb87d71c0adfac834 Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Wed, 1 May 2019 14:01:30 -0700 Subject: [PATCH 1/2] Reverting recent change to increment hapi-fhir parent to 3.8.0. Now returning it back to 3.7.0 because 3.8.0 has not yet been published on maven (according to https://search.maven.org/artifact/ca.uhn.hapi.fhir/hapi-fhir/) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11600aa..ddea301 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ca.uhn.hapi.fhir hapi-fhir - 3.8.0-SNAPSHOT + 3.7.0-SNAPSHOT ca.uhn.hapi.fhir.demo From 9a51f384adcaa600d25cb97a2c8a5f5f0ec490aa Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Wed, 1 May 2019 14:07:46 -0700 Subject: [PATCH 2/2] parent shouldn't have -SNAPSHOT in the version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddea301..8e12409 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ca.uhn.hapi.fhir hapi-fhir - 3.7.0-SNAPSHOT + 3.7.0 ca.uhn.hapi.fhir.demo