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 750ed53ed SM-5810: Create OSGi bundles for FHIR 8.0.0
750ed53ed is described below

commit 750ed53ed65cc1f3ac45e82a94c54fcc53f48ee7
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 14:51:53 2025 +0200

    SM-5810: Create OSGi bundles for FHIR 8.0.0
---
 .../pom.xml                                        | 51 +++++++-------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 67 +++++++++---------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 71 ++++++++++---------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 61 ++++++++--------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 81 +++++++++++-----------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        | 79 +++++++++++----------
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            |  6 ++
 13 files changed, 208 insertions(+), 208 deletions(-)

diff --git a/hapi-fhir-structures-dstu2-7.4.5/pom.xml 
b/hapi-fhir-structures-dstu2-8.0.0/pom.xml
similarity index 80%
rename from hapi-fhir-structures-dstu2-7.4.5/pom.xml
rename to hapi-fhir-structures-dstu2-8.0.0/pom.xml
index 261d558d4..817fb8469 100644
--- a/hapi-fhir-structures-dstu2-7.4.5/pom.xml
+++ b/hapi-fhir-structures-dstu2-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,42 +39,41 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
-    javax.servlet;resolution:=optional;version="[3,6)",
-    javax.servlet.http;resolution:=optional;version="[3,6)",
-    jakarta.servlet;resolution:=optional;version="[3,6)",
-    jakarta.servlet.http;resolution:=optional;version="[3,6)",
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.api;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.fluentpath;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.model.api.annotation;version="[7,8)",
-               ca.uhn.fhir.model.base.composite;version="[7,8)",
-               ca.uhn.fhir.model.base.resource;version="[7,8)",
-               ca.uhn.fhir.model.primitive;version="[7,8)",
-               ca.uhn.fhir.model.valueset;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.annotation;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.api.server;version="[7,8)",
-               ca.uhn.fhir.rest.gclient;version="[7,8)",
+    javax.servlet;resolution:=optional;version="[3,7)",
+    javax.servlet.http;resolution:=optional;version="[3,7)",
+    jakarta.servlet;resolution:=optional;version="[3,7)",
+    jakarta.servlet.http;resolution:=optional;version="[3,7)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.api;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.fluentpath;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.model.api.annotation;version="[8,9)",
+               ca.uhn.fhir.model.base.composite;version="[8,9)",
+               ca.uhn.fhir.model.base.resource;version="[8,9)",
+               ca.uhn.fhir.model.primitive;version="[8,9)",
+               ca.uhn.fhir.model.valueset;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.annotation;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.api.server;version="[8,9)",
+               ca.uhn.fhir.rest.gclient;version="[8,9)",
                ca.uhn.fhir.rest.server;resolution:=optional,
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
                ca.uhn.fhir.rest.server.method;resolution:=optional,
                ca.uhn.fhir.rest.server.servlet;resolution:=optional,
-               ca.uhn.fhir.util;version="[6,7)",
+               ca.uhn.fhir.util;version="[8,9)",
                org.apache.commons.lang3;version="[3.8,4)",
                org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.hl7.fhir.instance.model.api;version="[7,8)"
+               org.hl7.fhir.instance.model.api;version="[7,9)"
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
                
ca.uhn.fhir.model.dstu2;version="${pkgVersion}";-split-package:=merge-first,
diff --git 
a/hapi-fhir-structures-dstu2-7.4.5/src/main/resources/OSGI-INF/bundle.info 
b/hapi-fhir-structures-dstu2-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
hapi-fhir-structures-dstu2-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to 
hapi-fhir-structures-dstu2-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-dstu2.1-7.4.5/pom.xml 
b/hapi-fhir-structures-dstu2.1-8.0.0/pom.xml
similarity index 79%
rename from hapi-fhir-structures-dstu2.1-7.4.5/pom.xml
rename to hapi-fhir-structures-dstu2.1-8.0.0/pom.xml
index 16c78d922..d1d954dbe 100644
--- a/hapi-fhir-structures-dstu2.1-7.4.5/pom.xml
+++ b/hapi-fhir-structures-dstu2.1-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu2.1</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,56 +39,55 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
                javax.servlet;resolution:=optional,
                javax.servlet.http;resolution:=optional,
                jakarta.servlet;resolution:=optional,
                jakarta.servlet.http;resolution:=optional,
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.api;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.fluentpath;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.model.api.annotation;version="[7,8)",
-               ca.uhn.fhir.model.primitive;version="[7,8)",
-               ca.uhn.fhir.model.valueset;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.annotation;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.api.server;version="[7,8)",
-               ca.uhn.fhir.rest.gclient;version="[7,8)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.api;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.fluentpath;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.model.api.annotation;version="[8,9)",
+               ca.uhn.fhir.model.primitive;version="[8,9)",
+               ca.uhn.fhir.model.valueset;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.annotation;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.api.server;version="[8,9)",
+               ca.uhn.fhir.rest.gclient;version="[8,9)",
                ca.uhn.fhir.rest.server;resolution:=optional,
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
                ca.uhn.fhir.rest.server.method;resolution:=optional,
                ca.uhn.fhir.rest.server.servlet;resolution:=optional,
-               ca.uhn.fhir.util;version="[7,8)",
-               ca.uhn.fhir.validation;version="[7,8)",
-               com.google.gson;version="[2.8,3)",
-               com.google.gson.stream;version="[2.8,3)",
+               ca.uhn.fhir.util;version="[8,9)",
+               ca.uhn.fhir.validation;version="[8,9)",
+               com.google.gson;version="[2.8,4)",
+               com.google.gson.stream;version="[2.8,4)",
                javax.xml.parsers,
                javax.xml.transform,
                javax.xml.transform.dom,
                javax.xml.transform.sax,
-               org.apache.commons.codec.binary;version="[1.11,2)",
-               org.apache.commons.io;version="[2,3)",
-               org.apache.commons.lang3;version="[3.8,4)",
-               org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.apache.commons.lang3.time;version="[3.8,4)",
-               org.hl7.fhir.exceptions;version="[7,8)",
-               org.hl7.fhir.instance.model.api;version="[7,8)",
-               org.hl7.fhir.utilities;version="[7,8)",
-               org.hl7.fhir.utilities.ucum;version="[7,8)",
-               org.hl7.fhir.utilities.validation;version="[7,8)",
-               org.hl7.fhir.utilities.xhtml;version="[7,8)",
-               org.hl7.fhir.utilities.xml;version="[7,8)",
+               org.apache.commons.codec.binary;version="[1.11,3)",
+               org.apache.commons.io;version="[2,4)",
+               org.apache.commons.lang3;version="[3.8,5)",
+               org.apache.commons.lang3.builder;version="[3.8,5)",
+               org.apache.commons.lang3.time;version="[3.8,5)",
+               org.hl8.fhir.exceptions;version="[8,9)",
+               org.hl8.fhir.instance.model.api;version="[8,9)",
+               org.hl8.fhir.utilities;version="[8,9)",
+               org.hl8.fhir.utilities.ucum;version="[8,9)",
+               org.hl8.fhir.utilities.validation;version="[8,9)",
+               org.hl8.fhir.utilities.xhtml;version="[8,9)",
+               org.hl8.fhir.utilities.xml;version="[8,9)",
                org.slf4j;version="[1.7,3)",
                org.w3c.dom,
                org.w3c.dom.events,
diff --git 
a/hapi-fhir-structures-dstu2.1-7.4.5/src/main/resources/OSGI-INF/bundle.info 
b/hapi-fhir-structures-dstu2.1-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
hapi-fhir-structures-dstu2.1-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to 
hapi-fhir-structures-dstu2.1-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-dstu3-7.4.5/pom.xml 
b/hapi-fhir-structures-dstu3-8.0.0/pom.xml
similarity index 78%
rename from hapi-fhir-structures-dstu3-7.4.5/pom.xml
rename to hapi-fhir-structures-dstu3-8.0.0/pom.xml
index 9e9eab62e..f8201df45 100644
--- a/hapi-fhir-structures-dstu3-7.4.5/pom.xml
+++ b/hapi-fhir-structures-dstu3-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-dstu3</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,56 +39,55 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.api;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.fluentpath;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.model.api.annotation;version="[7,8)",
-               ca.uhn.fhir.model.primitive;version="[7,8)",
-               ca.uhn.fhir.model.valueset;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.annotation;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.api.server;version="[7,8)",
-               ca.uhn.fhir.rest.gclient;version="[7,8)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.api;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.fluentpath;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.model.api.annotation;version="[8,9)",
+               ca.uhn.fhir.model.primitive;version="[8,9)",
+               ca.uhn.fhir.model.valueset;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.annotation;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.api.server;version="[8,9)",
+               ca.uhn.fhir.rest.gclient;version="[8,9)",
                ca.uhn.fhir.rest.server;resolution:=optional,
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
                ca.uhn.fhir.rest.server.method;resolution:=optional,
                ca.uhn.fhir.rest.server.servlet;resolution:=optional,
-               ca.uhn.fhir.util;version="[7,8)",
+               ca.uhn.fhir.util;version="[8,9)",
                com.github.benmanes.caffeine.cache;resolution:=optional,
-               com.google.gson;version="[2.8,3)",
-               com.google.gson.stream;version="[2.8,3)",
-               javax.servlet;resolution:=optional;version="[3,6)",
-               javax.servlet.http;resolution:=optional;version="[3,6)",
-               jakarta.servlet;resolution:=optional;version="[3,6)",
-               jakarta.servlet.http;resolution:=optional;version="[3,6)",
+               com.google.gson;version="[2.8,4)",
+               com.google.gson.stream;version="[2.8,4)",
+               javax.servlet;resolution:=optional;version="[3,7)",
+               javax.servlet.http;resolution:=optional;version="[3,7)",
+               jakarta.servlet;resolution:=optional;version="[3,7)",
+               jakarta.servlet.http;resolution:=optional;version="[3,7)",
                javax.xml.parsers,
                javax.xml.transform,
                javax.xml.transform.dom,
                javax.xml.transform.sax,
                org.apache.commons.codec.binary,
-               org.apache.commons.io;version="[2,3)",
-               org.apache.commons.lang3;version="[3.8,4)",
-               org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.apache.commons.lang3.time;version="[3.8,4)",
-               org.hl7.fhir.exceptions;version="[7,8)",
-               org.hl7.fhir.instance.model.api;version="[7,8)",
-               org.hl7.fhir.utilities;version="[7,8)",
-               org.hl7.fhir.utilities.ucum;version="[7,8)",
-               org.hl7.fhir.utilities.validation;version="[7,8)",
-               org.hl7.fhir.utilities.xhtml;version="[7,8)",
-               org.hl7.fhir.utilities.xml;version="[7,8)",
+               org.apache.commons.io;version="[2,4)",
+               org.apache.commons.lang3;version="[3.8,5)",
+               org.apache.commons.lang3.builder;version="[3.8,5)",
+               org.apache.commons.lang3.time;version="[3.8,5)",
+               org.hl8.fhir.exceptions;version="[8,9)",
+               org.hl8.fhir.instance.model.api;version="[8,9)",
+               org.hl8.fhir.utilities;version="[8,9)",
+               org.hl8.fhir.utilities.ucum;version="[8,9)",
+               org.hl8.fhir.utilities.validation;version="[8,9)",
+               org.hl8.fhir.utilities.xhtml;version="[8,9)",
+               org.hl8.fhir.utilities.xml;version="[8,9)",
                org.slf4j;version="[1.7,3)",
                org.w3c.dom,
                org.w3c.dom.events,
diff --git 
a/hapi-fhir-structures-dstu3-7.4.5/src/main/resources/OSGI-INF/bundle.info 
b/hapi-fhir-structures-dstu3-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
hapi-fhir-structures-dstu3-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to 
hapi-fhir-structures-dstu3-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-hl7org-dstu2-7.4.5/pom.xml 
b/hapi-fhir-structures-hl7org-dstu2-8.0.0/pom.xml
similarity index 80%
rename from hapi-fhir-structures-hl7org-dstu2-7.4.5/pom.xml
rename to hapi-fhir-structures-hl7org-dstu2-8.0.0/pom.xml
index 6acba52e9..90065c104 100644
--- a/hapi-fhir-structures-hl7org-dstu2-7.4.5/pom.xml
+++ b/hapi-fhir-structures-hl7org-dstu2-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-hl7org-dstu2</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,54 +39,53 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
                javax.servlet;resolution:=optional,
                javax.servlet.http;resolution:=optional,
                jakarta.servlet;resolution:=optional,
                jakarta.servlet.http;resolution:=optional,
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.api;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.fluentpath;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.model.api.annotation;version="[7,8)",
-               ca.uhn.fhir.model.base.composite;version="[7,8)",
-               ca.uhn.fhir.model.valueset;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.annotation;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.api.server;version="[7,8)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.api;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.fluentpath;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.model.api.annotation;version="[8,9)",
+               ca.uhn.fhir.model.base.composite;version="[8,9)",
+               ca.uhn.fhir.model.valueset;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.annotation;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.api.server;version="[8,9)",
                ca.uhn.fhir.rest.server;resolution:=optional,
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
                ca.uhn.fhir.rest.server.method;resolution:=optional,
                ca.uhn.fhir.rest.server.servlet;resolution:=optional,
-               ca.uhn.fhir.util;version="[7,8)",
-               com.google.gson;version="[2.8,3)",
+               ca.uhn.fhir.util;version="[8,9)",
+               com.google.gson;version="[2.8,4)",
                javax.sound.sampled,
                javax.xml.parsers,
                javax.xml.transform,
                javax.xml.transform.stream,
                net.sf.saxon,
-               org.apache.commons.codec.binary;version="[1.11,2)",
-               org.apache.commons.io;version="[2,3)",
-               org.apache.commons.lang3;version="[3.8,4)",
-               org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.apache.commons.lang3.time;version="[3.8,4)",
-               org.hl7.fhir.exceptions;version="[7,8)",
-               org.hl7.fhir.instance.model.api;version="[7,8)",
-               org.hl7.fhir.utilities;version="[7,8)",
-               org.hl7.fhir.utilities.ucum;version="[7,8)",
-               org.hl7.fhir.utilities.validation;version="[7,8)",
-               org.hl7.fhir.utilities.xhtml;version="[7,8)",
-               org.hl7.fhir.utilities.xml;version="[7,8)",
+               org.apache.commons.codec.binary;version="[1.11,3)",
+               org.apache.commons.io;version="[2,4)",
+               org.apache.commons.lang3;version="[3.8,5)",
+               org.apache.commons.lang3.builder;version="[3.8,5)",
+               org.apache.commons.lang3.time;version="[3.8,5)",
+               org.hl8.fhir.exceptions;version="[8,9)",
+               org.hl8.fhir.instance.model.api;version="[8,9)",
+               org.hl8.fhir.utilities;version="[8,9)",
+               org.hl8.fhir.utilities.ucum;version="[8,9)",
+               org.hl8.fhir.utilities.validation;version="[8,9)",
+               org.hl8.fhir.utilities.xhtml;version="[8,9)",
+               org.hl8.fhir.utilities.xml;version="[8,9)",
                org.w3c.dom,
                org.w3c.dom.ls
         </servicemix.osgi.import.pkg>
diff --git 
a/hapi-fhir-structures-hl7org-dstu2-7.4.5/src/main/resources/OSGI-INF/bundle.info
 
b/hapi-fhir-structures-hl7org-dstu2-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
hapi-fhir-structures-hl7org-dstu2-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to 
hapi-fhir-structures-hl7org-dstu2-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-structures-r4-7.4.5/pom.xml 
b/hapi-fhir-structures-r4-8.0.0/pom.xml
similarity index 77%
rename from hapi-fhir-structures-r4-7.4.5/pom.xml
rename to hapi-fhir-structures-r4-8.0.0/pom.xml
index cb5685f7d..6c8a84353 100644
--- a/hapi-fhir-structures-r4-7.4.5/pom.xml
+++ b/hapi-fhir-structures-r4-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.hapi-fhir-structures-r4</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,40 +39,39 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.api;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.fluentpath;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.model.api.annotation;version="[7,8)",
-               ca.uhn.fhir.model.primitive;version="[7,8)",
-               ca.uhn.fhir.model.valueset;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.annotation;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.api.server;version="[7,8)",
-               ca.uhn.fhir.rest.gclient;version="[7,8)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.api;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.fluentpath;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.model.api.annotation;version="[8,9)",
+               ca.uhn.fhir.model.primitive;version="[8,9)",
+               ca.uhn.fhir.model.valueset;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.annotation;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.api.server;version="[8,9)",
+               ca.uhn.fhir.rest.gclient;version="[8,9)",
                ca.uhn.fhir.rest.server;resolution:=optional,
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
                ca.uhn.fhir.rest.server.method;resolution:=optional,
                ca.uhn.fhir.rest.server.servlet;resolution:=optional,
-               ca.uhn.fhir.util;version="[7,8)",
+               ca.uhn.fhir.util;version="[8,9)",
                com.github.benmanes.caffeine.cache;resolution:=optional,
-               com.google.gson;version="[2.8,3)",
-               com.google.gson.stream;version="[2.8,3)",
-               javax.servlet;resolution:=optional;version="[3,6)",
-               javax.servlet.http;resolution:=optional;version="[3,6)",
-               jakarta.servlet;resolution:=optional;version="[3,6)",
-               jakarta.servlet.http;resolution:=optional;version="[3,6)",
+               com.google.gson;version="[2.8,4)",
+               com.google.gson.stream;version="[2.8,4)",
+               javax.servlet;resolution:=optional;version="[3,7)",
+               javax.servlet.http;resolution:=optional;version="[3,7)",
+               jakarta.servlet;resolution:=optional;version="[3,7)",
+               jakarta.servlet.http;resolution:=optional;version="[3,7)",
                javax.xml.crypto.dsig,
                javax.xml.crypto.dsig.dom,
                javax.xml.crypto.dsig.keyinfo,
@@ -81,14 +80,14 @@
                javax.xml.transform,
                javax.xml.transform.dom,
                javax.xml.transform.sax,
-               org.apache.commons.codec;version="[1.11,2)",
-               org.apache.commons.codec.binary;version="[1.11,2)",
-               org.apache.commons.io;version="[2,3)",
-               org.apache.commons.io.output;version="[2,3)",
-               org.apache.commons.lang3;version="[3.8,4)",
-               org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.apache.commons.lang3.time;version="[3.8,4)",
-               org.apache.commons.lang3.tuple;version="[3.8,4)",
+               org.apache.commons.codec;version="[1.11,3)",
+               org.apache.commons.codec.binary;version="[1.11,3)",
+               org.apache.commons.io;version="[2,4)",
+               org.apache.commons.io.output;version="[2,4)",
+               org.apache.commons.lang3;version="[3.8,5)",
+               org.apache.commons.lang3.builder;version="[3.8,5)",
+               org.apache.commons.lang3.time;version="[3.8,5)",
+               org.apache.commons.lang3.tuple;version="[3.8,5)",
                org.apache.http;resolution:=optional,
                org.apache.http.client;resolution:=optional,
                org.apache.http.client.methods;resolution:=optional,
@@ -96,14 +95,14 @@
                org.apache.http.entity;resolution:=optional,
                org.apache.http.impl.client;resolution:=optional,
                org.apache.http.params;resolution:=optional,
-               org.fhir.ucum;version="[7,8)",
-               org.hl7.fhir.exceptions;version="[7,8)",
-               org.hl7.fhir.instance.model.api;version="[7,8)",
-               org.hl7.fhir.utilities;version="[7,8)",
-               org.hl7.fhir.utilities.graphql;version="[7,8)",
-               org.hl7.fhir.utilities.validation;version="[7,8)",
-               org.hl7.fhir.utilities.xhtml;version="[7,8)",
-               org.hl7.fhir.utilities.xml;version="[7,8)",
+               org.fhir.ucum;version="[8,9)",
+               org.hl8.fhir.exceptions;version="[8,9)",
+               org.hl8.fhir.instance.model.api;version="[8,9)",
+               org.hl8.fhir.utilities;version="[8,9)",
+               org.hl8.fhir.utilities.graphql;version="[8,9)",
+               org.hl8.fhir.utilities.validation;version="[8,9)",
+               org.hl8.fhir.utilities.xhtml;version="[8,9)",
+               org.hl8.fhir.utilities.xml;version="[8,9)",
                org.slf4j;version="[1.7,3)",
                org.stringtemplate.v4;resolution:=optional,
                org.w3c.dom,
diff --git 
a/hapi-fhir-structures-r4-7.4.5/src/main/resources/OSGI-INF/bundle.info 
b/hapi-fhir-structures-r4-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
hapi-fhir-structures-r4-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-structures-r4-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/hapi-fhir-validation-7.4.5/pom.xml 
b/hapi-fhir-validation-8.0.0/pom.xml
similarity index 71%
rename from hapi-fhir-validation-7.4.5/pom.xml
rename to hapi-fhir-validation-8.0.0/pom.xml
index f6860435a..04f280170 100644
--- a/hapi-fhir-validation-7.4.5/pom.xml
+++ b/hapi-fhir-validation-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.hapi-fhir-validation</artifactId>
-    <version>7.4.5_2-SNAPSHOT</version>
+    <version>8.0.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,55 +39,54 @@
         
<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>7.4.5</pkgVersion>
-             
<servicemix.osgi.source.version>7.4.5.1</servicemix.osgi.source.version>
+        <pkgVersion>8.0.0</pkgVersion>
+             
<servicemix.osgi.source.version>8.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.import.pkg>
-               ca.uhn.fhir.context;version="[7,8)",
-               ca.uhn.fhir.context.support;version="[7,8)",
-               ca.uhn.fhir.model.api;version="[7,8)",
-               ca.uhn.fhir.parser;version="[7,8)",
-               ca.uhn.fhir.rest.api;version="[7,8)",
-               ca.uhn.fhir.rest.server.exceptions;version="[7,8)",
-               ca.uhn.fhir.util;version="[7,8)",
-               ca.uhn.fhir.validation;version="[7,8)",
+               ca.uhn.fhir.context;version="[8,9)",
+               ca.uhn.fhir.context.support;version="[8,9)",
+               ca.uhn.fhir.model.api;version="[8,9)",
+               ca.uhn.fhir.parser;version="[8,9)",
+               ca.uhn.fhir.rest.api;version="[8,9)",
+               ca.uhn.fhir.rest.server.exceptions;version="[8,9)",
+               ca.uhn.fhir.util;version="[8,9)",
+               ca.uhn.fhir.validation;version="[8,9)",
                com.github.benmanes.caffeine.cache,
                com.google.gson;version="[2.8,3)",
                javax.swing,
                javax.xml.parsers,
-               org.apache.commons.io;version="[2,3)",
-               org.apache.commons.lang3;version="[3.8,4)",
-               org.apache.commons.lang3.builder;version="[3.8,4)",
-               org.fhir.ucum;version="[7,8)",
-               org.hl7.fhir.convertors;version="[7,8)",
-               org.hl7.fhir.dstu3.context;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.dstu3.hapi.ctx;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.dstu3.model;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.dstu3.terminologies;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.dstu3.utils;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.exceptions;version="[7,8)",
-               
org.hl7.fhir.instance.formats;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.instance.model;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.instance.model.api;version="[7,8)",
-               
org.hl7.fhir.instance.terminologies;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.instance.utils;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.r4.conformance;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.r4.context;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.r4.elementmodel;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.r4.formats;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.r4.hapi.ctx;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.r4.model;resolution:=optional;version="[7,8)",
-               
org.hl7.fhir.r4.terminologies;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.r4.utils;resolution:=optional;version="[7,8)",
-               org.hl7.fhir.utilities;version="[7,8)",
-               org.hl7.fhir.utilities.validation;version="[7,8)",
-               org.hl7.fhir.utilities.xhtml;version="[7,8)",
-               org.hl7.fhir.utilities.xml;version="[7,8)",
+               org.apache.commons.io;version="[2,4)",
+               org.apache.commons.lang3;version="[3.8,5)",
+               org.apache.commons.lang3.builder;version="[3.8,5)",
+               org.fhir.ucum;version="[8,9)",
+               org.hl8.fhir.convertors;version="[8,9)",
+               org.hl8.fhir.dstu3.context;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.dstu3.hapi.ctx;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.dstu3.model;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.dstu3.terminologies;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.dstu3.utils;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.exceptions;version="[8,9)",
+               
org.hl8.fhir.instance.formats;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.instance.model;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.instance.model.api;version="[8,9)",
+               
org.hl8.fhir.instance.terminologies;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.instance.utils;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.r4.conformance;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.r4.context;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.r4.elementmodel;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.r4.formats;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.r4.hapi.ctx;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.r4.model;resolution:=optional;version="[8,9)",
+               
org.hl8.fhir.r4.terminologies;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.r4.utils;resolution:=optional;version="[8,9)",
+               org.hl8.fhir.utilities;version="[8,9)",
+               org.hl8.fhir.utilities.validation;version="[8,9)",
+               org.hl8.fhir.utilities.xhtml;version="[8,9)",
+               org.hl8.fhir.utilities.xml;version="[8,9)",
                org.slf4j;version="[1.7,3)",
                org.w3c.dom,
                org.w3c.dom.events,
diff --git a/hapi-fhir-validation-7.4.5/src/main/resources/OSGI-INF/bundle.info 
b/hapi-fhir-validation-8.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from hapi-fhir-validation-7.4.5/src/main/resources/OSGI-INF/bundle.info
rename to hapi-fhir-validation-8.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fb051f094..250b3964d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,12 @@
 <module>paranamer-2.8.3</module>
 <module>influxdb-java-2.25</module>
 <module>snmp4j-3.9.2</module>
+<module>hapi-fhir-structures-dstu2-8.0.0</module>
+<module>hapi-fhir-structures-dstu2.1-8.0.0</module>
+<module>hapi-fhir-structures-dstu3-8.0.0</module>
+<module>hapi-fhir-structures-hl7org-dstu2-8.0.0</module>
+<module>hapi-fhir-structures-r4-8.0.0</module>
+<module>hapi-fhir-validation-8.0.0</module>
     </modules>
 
 </project>

Reply via email to