From 4f0dd437dc72ca18fc4074f506997988aa1d8e93 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 15 Jan 2019 08:12:15 -0600 Subject: [PATCH] Trying to get a deploy up onto maven --- 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.utilities/pom.xml | 2 +- pom.xml | 13 +++++-------- 7 files changed, 11 insertions(+), 14 deletions(-) diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 968d2953f..04fa0d486 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index c0cefde71..42b6c58fa 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 6c4f18489..6e8aff3a5 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 61abaa7e6..f3d64361c 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 1b8ab9c57..1cdbbcb8f 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 0873ef681..4d03a13c3 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.hl7.fhir + ca.uhn.hapi.fhir org.hl7.fhir.core 3.7.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 65d383d52..85a1fe796 100644 --- a/pom.xml +++ b/pom.xml @@ -2,16 +2,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - - - - + + ca.uhn.hapi.fhir + hapi-deployable-pom + 3.7.0-SNAPSHOT + - org.hl7.fhir org.hl7.fhir.core - 4.0.0 - pom HL7 Core Artifacts