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/09/29 07:09:52 UTC

[servicemix-bundles] branch master updated: [SM-5325] Create OSGi bundle for xmlbeans 5.1.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 e5bb45b07 [SM-5325] Create OSGi bundle for xmlbeans 5.1.1
e5bb45b07 is described below

commit e5bb45b07ff8db329ee9bbf485622eea934bdbcd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 29 09:09:28 2022 +0200

    [SM-5325] Create OSGi bundle for xmlbeans 5.1.1
---
 pom.xml                                                            | 1 +
 {xmlbeans-5.1.0 => xmlbeans-5.1.1}/pom.xml                         | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4dcff156b..871a250a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
 			<module>batik-1.15</module>
 			<module>spring-integration-core-5.5.15</module>
 			<module>google-gax-grpc-2.19.1</module>
+			<module>xmlbeans-5.1.1</module>
     </modules>
 
 </project>
diff --git a/xmlbeans-5.1.0/pom.xml b/xmlbeans-5.1.1/pom.xml
similarity index 98%
rename from xmlbeans-5.1.0/pom.xml
rename to xmlbeans-5.1.1/pom.xml
index 9f6d92f6a..a6da43f6d 100644
--- a/xmlbeans-5.1.0/pom.xml
+++ b/xmlbeans-5.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId>
-    <version>5.1.0_2-SNAPSHOT</version>
+    <version>5.1.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,14 +39,13 @@
         <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>org.apache.xmlbeans</pkgGroupId>
         <pkgArtifactId>xmlbeans</pkgArtifactId>
-        <pkgVersion>5.1.0</pkgVersion>
-	<servicemix.osgi.source.version>5.1.0.1</servicemix.osgi.source.version>
+        <pkgVersion>5.1.1</pkgVersion>
+	<servicemix.osgi.source.version>5.1.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
             org.apache.xmlbeans.impl.common;version=${pkgVersion};-split-package:=merge-first,
             org.apache.xmlbeans.impl.values;version=${pkgVersion};-split-package:=merge-first,
diff --git a/xmlbeans-5.1.0/src/main/resources/OSGI-INF/bundle.info b/xmlbeans-5.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlbeans-5.1.0/src/main/resources/OSGI-INF/bundle.info
rename to xmlbeans-5.1.1/src/main/resources/OSGI-INF/bundle.info