You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/03/29 09:14:29 UTC

[servicemix-bundles] branch master updated: [SM-5059] Create OSGi bundles for hapi-fhir-structures 5.7.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b435d4  [SM-5059] Create OSGi bundles for hapi-fhir-structures 5.7.1
0b435d4 is described below

commit 0b435d4c903789af84e0696997fca92be20fc258
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 11:11:09 2022 +0200

    [SM-5059] Create OSGi bundles for hapi-fhir-structures 5.7.1
---
 .../pom.xml                                        | 15 +++++------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 23 ++++++++--------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 29 ++++++++++----------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 27 +++++++++----------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 31 +++++++++++-----------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 17 ++++++------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            |  6 +++++
 13 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/hapi-fhir-structures-dstu2-5.7.0/pom.xml b/hapi-fhir-structures-dstu2-5.7.1/pom.xml
similarity index 97%
rename from hapi-fhir-structures-dstu2-5.7.0/pom.xml
rename to hapi-fhir-structures-dstu2-5.7.1/pom.xml
index aa1314f..f06442c 100644
--- a/hapi-fhir-structures-dstu2-5.7.0/pom.xml
+++ b/hapi-fhir-structures-dstu2-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-dstu2</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
             javax.servlet;resolution:=optional;version="[3.1,4)",
 	javax.servlet.http;resolution:=optional;version="[3.1,4)",
@@ -85,8 +84,8 @@
 			ca.uhn.fhir.rest.server,
 			ca.uhn.fhir.rest.server.provider.dstu2,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
-	ca.uhn.fhir.model.dstu2.valueset;uses:=ca.uhn.fhir.model.api;version=5.7.0,
+		version=5.7.1,
+	ca.uhn.fhir.model.dstu2.valueset;uses:=ca.uhn.fhir.model.api;version=5.7.1,
 	ca.uhn.fhir.model.dstu2.composite;
 		uses:="ca.uhn.fhir.model.api,
 			ca.uhn.fhir.model.api.annotation,
@@ -94,7 +93,7 @@
 			ca.uhn.fhir.model.dstu2.valueset,
 			ca.uhn.fhir.model.primitive,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	ca.uhn.fhir.model.dstu2.resource;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.model.api,
@@ -106,7 +105,7 @@
 			ca.uhn.fhir.model.primitive,
 			ca.uhn.fhir.rest.gclient,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	ca.uhn.fhir.rest.server.provider.dstu2;
 		uses:="ca.uhn.fhir.context,
     ca.uhn.fhir.context.api,
@@ -120,7 +119,7 @@
 			ca.uhn.fhir.rest.server.servlet,
 			javax.servlet.http,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-validation-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu2-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-validation-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-dstu2-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-dstu2.1-5.7.0/pom.xml b/hapi-fhir-structures-dstu2.1-5.7.1/pom.xml
similarity index 96%
rename from hapi-fhir-structures-dstu2.1-5.7.0/pom.xml
rename to hapi-fhir-structures-dstu2.1-5.7.1/pom.xml
index e0f905c..2ec7698 100644
--- a/hapi-fhir-structures-dstu2.1-5.7.0/pom.xml
+++ b/hapi-fhir-structures-dstu2.1-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2.1</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-dstu2.1</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
         javax.servlet;resolution:=optional,
 	javax.servlet.http;resolution:=optional,
@@ -93,8 +92,8 @@
 	org.xml.sax.helpers
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-        org.hl7.fhir.dstu2016may.terminologies;uses:="org.hl7.fhir.dstu2016may.model,org.hl7.fhir.dstu2016may.utils";version=5.7.0,
-	org.hl7.fhir.dstu2016may.formats;uses:="org.hl7.fhir.dstu2016may.model,org.hl7.fhir.exceptions";version=5.7.0,
+        org.hl7.fhir.dstu2016may.terminologies;uses:="org.hl7.fhir.dstu2016may.model,org.hl7.fhir.dstu2016may.utils";version=5.7.1,
+	org.hl7.fhir.dstu2016may.formats;uses:="org.hl7.fhir.dstu2016may.model,org.hl7.fhir.exceptions";version=5.7.1,
 	org.hl7.fhir.dstu2016may.hapi.ctx;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -105,7 +104,7 @@
 			ca.uhn.fhir.rest.server,
 			org.hl7.fhir.dstu2016may.hapi.rest.server,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.hapi.rest.server;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.api,
@@ -118,7 +117,7 @@
 			javax.servlet.http,
 			org.hl7.fhir.dstu2016may.model,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.hapi.validation;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -131,7 +130,7 @@
 			org.hl7.fhir.dstu2016may.validation,
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.utils;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu2016may.formats,
@@ -143,7 +142,7 @@
 			org.w3c.dom,
 			org.xml.sax,
 			org.xml.sax.helpers";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.metamodel;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu2016may.formats,
@@ -153,7 +152,7 @@
 			org.hl7.fhir.utilities.validation,
 			org.hl7.fhir.utilities.xhtml,
 			org.w3c.dom";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.model;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.model.api,
@@ -163,7 +162,7 @@
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu2016may.validation;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu2016may.metamodel,
@@ -171,7 +170,7 @@
 			org.hl7.fhir.dstu2016may.utils,
 			org.hl7.fhir.utilities.validation,
 			org.w3c.dom";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-structures-r4-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu2.1-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-structures-r4-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-dstu2.1-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-dstu3-5.7.0/pom.xml b/hapi-fhir-structures-dstu3-5.7.1/pom.xml
similarity index 96%
rename from hapi-fhir-structures-dstu3-5.7.0/pom.xml
rename to hapi-fhir-structures-dstu3-5.7.1/pom.xml
index aa38f47..0ab4bb2 100644
--- a/hapi-fhir-structures-dstu3-5.7.0/pom.xml
+++ b/hapi-fhir-structures-dstu3-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu3</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-dstu3</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
             ca.uhn.fhir.context;version="[5,6)",
 	ca.uhn.fhir.context.api;version="[5,6)",
@@ -99,7 +98,7 @@
 			org.hl7.fhir.dstu3.model,
 			org.hl7.fhir.dstu3.utils,
 			org.hl7.fhir.exceptions";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.context;
 		uses:="org.hl7.fhir.dstu3.formats,
 			org.hl7.fhir.dstu3.model,
@@ -107,7 +106,7 @@
 			org.hl7.fhir.dstu3.utils,
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.formats;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu3.model,
@@ -116,8 +115,8 @@
 			org.hl7.fhir.utilities.xhtml,
 			org.hl7.fhir.utilities.xml,
 			org.xmlpull.v1";
-		version=5.7.0,
-	org.hl7.fhir.dstu3.hapi.fluentpath;uses:="ca.uhn.fhir.context,ca.uhn.fhir.fluentpath,org.hl7.fhir.instance.model.api";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.dstu3.hapi.fluentpath;uses:="ca.uhn.fhir.context,ca.uhn.fhir.fluentpath,org.hl7.fhir.instance.model.api";version=5.7.1,
 	org.hl7.fhir.dstu3.hapi.ctx;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -135,7 +134,7 @@
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.hapi.rest.server;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.api,
@@ -148,7 +147,7 @@
 			javax.servlet.http,
 			org.hl7.fhir.dstu3.model,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.utils;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu3.conformance,
@@ -160,7 +159,7 @@
 			org.hl7.fhir.utilities.validation,
 			org.hl7.fhir.utilities.xhtml,
 			org.w3c.dom";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.utils.formats;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu3.model,
@@ -169,7 +168,7 @@
 			org.w3c.dom,
 			org.xml.sax,
 			org.xml.sax.helpers";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.model;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.model.api,
@@ -180,8 +179,8 @@
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0,
-	org.hl7.fhir.dstu3.model.codesystems;uses:="org.hl7.fhir.dstu3.model,org.hl7.fhir.exceptions";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.dstu3.model.codesystems;uses:="org.hl7.fhir.dstu3.model,org.hl7.fhir.exceptions";version=5.7.1,
 	org.hl7.fhir.dstu3.elementmodel;
 		uses:="com.google.gson,
 			org.hl7.fhir.dstu3.context,
@@ -193,7 +192,7 @@
 			org.hl7.fhir.utilities.xhtml,
 			org.hl7.fhir.utilities.xml,
 			org.w3c.dom";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.conformance;
 		uses:="org.hl7.fhir.dstu3.context,
 			org.hl7.fhir.dstu3.elementmodel,
@@ -202,7 +201,7 @@
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.utilities.validation,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-structures-hl7org-dstu2-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu3-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-structures-hl7org-dstu2-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-dstu3-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-hl7org-dstu2-5.7.0/pom.xml b/hapi-fhir-structures-hl7org-dstu2-5.7.1/pom.xml
similarity index 96%
rename from hapi-fhir-structures-hl7org-dstu2-5.7.0/pom.xml
rename to hapi-fhir-structures-hl7org-dstu2-5.7.1/pom.xml
index 8788ac8..8c5a6f3 100644
--- a/hapi-fhir-structures-hl7org-dstu2-5.7.0/pom.xml
+++ b/hapi-fhir-structures-hl7org-dstu2-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-hl7org-dstu2</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-hl7org-dstu2</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
         javax.servlet;resolution:=optional,
 	javax.servlet.http;resolution:=optional,
@@ -88,8 +87,8 @@
 	org.w3c.dom.ls
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-        org.hl7.fhir.instance.terminologies;uses:="org.hl7.fhir.exceptions,org.hl7.fhir.instance.model,org.hl7.fhir.instance.utils";version=5.7.0,
-	org.hl7.fhir.instance.formats;uses:=org.hl7.fhir.instance.model;version=5.7.0,
+        org.hl7.fhir.instance.terminologies;uses:="org.hl7.fhir.exceptions,org.hl7.fhir.instance.model,org.hl7.fhir.instance.utils";version=5.7.1,
+	org.hl7.fhir.instance.formats;uses:=org.hl7.fhir.instance.model;version=5.7.1,
 	org.hl7.fhir.instance.utils;
 		uses:="com.google.gson,
 			org.hl7.fhir.exceptions,
@@ -99,9 +98,9 @@
 			org.hl7.fhir.instance.terminologies,
 			org.hl7.fhir.utilities.validation,
 			org.w3c.dom";
-		version=5.7.0,
-	org.hl7.fhir.instance.utilities;uses:=javax.xml.transform;version=5.7.0,
-	org.hl7.fhir.instance.utilities.xml;uses:="org.hl7.fhir.instance.utilities,org.w3c.dom";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.instance.utilities;uses:=javax.xml.transform;version=5.7.1,
+	org.hl7.fhir.instance.utilities.xml;uses:="org.hl7.fhir.instance.utilities,org.w3c.dom";version=5.7.1,
 	org.hl7.fhir.instance.model;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.model.api.annotation,
@@ -109,8 +108,8 @@
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.instance.utils,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0,
-	org.hl7.fhir.instance.model.valuesets;uses:=org.hl7.fhir.instance.model;version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.instance.model.valuesets;uses:=org.hl7.fhir.instance.model;version=5.7.1,
 	org.hl7.fhir.instance;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -123,7 +122,7 @@
 			org.hl7.fhir.instance.conf,
 			org.hl7.fhir.instance.model,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.instance.conf;
 		uses:="ca.uhn.fhir.rest.annotation,
 			ca.uhn.fhir.rest.server,
@@ -131,8 +130,8 @@
 			javax.servlet.http,
 			org.hl7.fhir.instance.model,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0,
-	org.hl7.fhir.instance.client;uses:=org.hl7.fhir.instance.model;version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.instance.client;uses:=org.hl7.fhir.instance.model;version=5.7.1,
 	ca.uhn.fhir.rest.server.provider.dstu2hl7org;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.api,
@@ -140,7 +139,7 @@
 			ca.uhn.fhir.model.valueset,
 			ca.uhn.fhir.rest.api,
 			org.hl7.fhir.instance.model.api";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-structures-dstu3-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-hl7org-dstu2-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-structures-dstu3-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-hl7org-dstu2-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-r4-5.7.0/pom.xml b/hapi-fhir-structures-r4-5.7.1/pom.xml
similarity index 96%
rename from hapi-fhir-structures-r4-5.7.0/pom.xml
rename to hapi-fhir-structures-r4-5.7.1/pom.xml
index 2a5705f..42bc8e6 100644
--- a/hapi-fhir-structures-r4-5.7.0/pom.xml
+++ b/hapi-fhir-structures-r4-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-r4</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-r4</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
         ca.uhn.fhir.context;version="[5,6)",
 	ca.uhn.fhir.context.api;version="[5,6)",
@@ -119,7 +118,7 @@
 			org.hl7.fhir.utilities,
 			org.xml.sax,
 			org.xmlpull.v1";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.context;
 		uses:="com.google.gson,
 			org.fhir.ucum,
@@ -132,7 +131,7 @@
 			org.hl7.fhir.r4.utils.client,
 			org.hl7.fhir.utilities,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.formats;
 		uses:="com.google.gson,
 			org.hl7.fhir.exceptions,
@@ -143,8 +142,8 @@
 			org.hl7.fhir.utilities.xhtml,
 			org.hl7.fhir.utilities.xml,
 			org.xmlpull.v1";
-		version=5.7.0,
-	org.hl7.fhir.r4.hapi.fluentpath;uses:="ca.uhn.fhir.context,ca.uhn.fhir.fluentpath,org.hl7.fhir.instance.model.api";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.r4.hapi.fluentpath;uses:="ca.uhn.fhir.context,ca.uhn.fhir.fluentpath,org.hl7.fhir.instance.model.api";version=5.7.1,
 	org.hl7.fhir.r4.hapi.ctx;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -164,7 +163,7 @@
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.hapi.rest.server;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.api,
@@ -179,7 +178,7 @@
 			org.hl7.fhir.r4.hapi.ctx,
 			org.hl7.fhir.r4.model,
 			org.hl7.fhir.r4.utils";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.utils;
 		uses:="com.google.gson,
 			javax.xml.parsers,
@@ -195,7 +194,7 @@
 			org.hl7.fhir.utilities.xhtml,
 			org.w3c.dom,
 			org.xml.sax";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.utils.formats;
 		uses:="com.google.gson,
 			org.hl7.fhir.exceptions,
@@ -204,8 +203,8 @@
 			org.w3c.dom,
 			org.xml.sax,
 			org.xml.sax.helpers";
-		version=5.7.0,
-	org.hl7.fhir.r4.utils.client;uses:="org.apache.http,org.apache.http.client.methods,org.hl7.fhir.r4.formats,org.hl7.fhir.r4.model";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.r4.utils.client;uses:="org.apache.http,org.apache.http.client.methods,org.hl7.fhir.r4.formats,org.hl7.fhir.r4.model";version=5.7.1,
 	org.hl7.fhir.r4.model;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.model.api,
@@ -216,8 +215,8 @@
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.r4.context,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0,
-	org.hl7.fhir.r4.model.codesystems;uses:="org.hl7.fhir.exceptions,org.hl7.fhir.r4.model";version=5.7.0,
+		version=5.7.1,
+	org.hl7.fhir.r4.model.codesystems;uses:="org.hl7.fhir.exceptions,org.hl7.fhir.r4.model";version=5.7.1,
 	org.hl7.fhir.r4.elementmodel;
 		uses:="com.google.gson,
 			org.hl7.fhir.exceptions,
@@ -229,7 +228,7 @@
 			org.hl7.fhir.utilities.xhtml,
 			org.hl7.fhir.utilities.xml,
 			org.w3c.dom";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.conformance;
 		uses:="org.hl7.fhir.exceptions,
 			org.hl7.fhir.r4.context,
@@ -238,7 +237,7 @@
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities.validation,
 			org.hl7.fhir.utilities.xhtml";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-structures-dstu2.1-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-r4-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-structures-dstu2.1-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-r4-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-validation-5.7.0/pom.xml b/hapi-fhir-validation-5.7.1/pom.xml
similarity index 97%
rename from hapi-fhir-validation-5.7.0/pom.xml
rename to hapi-fhir-validation-5.7.1/pom.xml
index c7d941e..f8e1d76 100644
--- a/hapi-fhir-validation-5.7.0/pom.xml
+++ b/hapi-fhir-validation-5.7.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-validation</artifactId>
-    <version>5.7.0_2-SNAPSHOT</version>
+    <version>5.7.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-validation</pkgArtifactId>
-        <pkgVersion>5.7.0</pkgVersion>
+        <pkgVersion>5.7.1</pkgVersion>
         <servicemix.osgi.import.pkg>
         ca.uhn.fhir.context;version="[5,6)",
 	ca.uhn.fhir.context.support;version="[5,6)",
@@ -104,7 +103,7 @@
 			org.hl7.fhir.instance.model.api,
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.dstu3.validation;
 		uses:="javax.swing,
 			org.hl7.fhir.dstu3.context,
@@ -112,7 +111,7 @@
 			org.hl7.fhir.exceptions,
 			org.hl7.fhir.utilities.validation,
 			org.xml.sax";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.instance.hapi.validation;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.rest.api,
@@ -124,7 +123,7 @@
 			org.hl7.fhir.instance.utils,
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.instance.validation;
 		uses:="com.google.gson,
 			org.hl7.fhir.exceptions,
@@ -134,7 +133,7 @@
 			org.w3c.dom,
 			org.xml.sax,
 			org.xml.sax.helpers";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.hapi.validation;
 		uses:="ca.uhn.fhir.context,
 			ca.uhn.fhir.context.support,
@@ -146,7 +145,7 @@
 			org.hl7.fhir.r4.model,
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities.validation";
-		version=5.7.0,
+		version=5.7.1,
 	org.hl7.fhir.r4.validation;
 		uses:="com.google.gson,
 			javax.swing,
@@ -157,7 +156,7 @@
 			org.hl7.fhir.r4.utils,
 			org.hl7.fhir.utilities.validation,
 			org.w3c.dom";
-		version=5.7.0
+		version=5.7.1
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.fragment.host>
             ca.uhn.hapi.fhir.hapi-fhir-base
diff --git a/hapi-fhir-structures-dstu2-5.7.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-validation-5.7.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-structures-dstu2-5.7.0/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-validation-5.7.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a195100..caea601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,12 @@
       <module>fastjson-1.2.80</module>
       <module>jruby-9.3.4.0</module>
       <module>thymeleaf-3.0.15.RELEASE</module>
+      <module>hapi-fhir-structures-dstu2.1-5.7.1</module>
+      <module>hapi-fhir-structures-dstu2-5.7.1</module>
+      <module>hapi-fhir-structures-dstu3-5.7.1</module>
+      <module>hapi-fhir-structures-hl7org-dstu2-5.7.1</module>
+      <module>hapi-fhir-structures-r4-5.7.1</module>
+      <module>hapi-fhir-validation-5.7.1</module>
     </modules>
 
 </project>