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/01/31 08:00:18 UTC

[servicemix-bundles] branch master updated: [SMX-5020] Create OSGi bundle for xmlbeans 5.0.3

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 a0a868b  [SMX-5020] Create OSGi bundle for xmlbeans 5.0.3
a0a868b is described below

commit a0a868bbeb8ad49f9509abca2a69e528c2e00921
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 31 08:59:44 2022 +0100

    [SMX-5020] Create OSGi bundle for xmlbeans 5.0.3
---
 pom.xml                                                              | 1 +
 {xmlbeans-5.0.2 => xmlbeans-5.0.3}/pom.xml                           | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3baf98..29339e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
         <module>kafka-clients-2.6.3</module>
         <module>kafka_2.12-2.6.3</module>
         <module>kafka_2.13-2.6.3</module>
+        <module>xmlbeans-5.0.3</module>
     </modules>
 
 </project>
diff --git a/xmlbeans-5.0.2/pom.xml b/xmlbeans-5.0.3/pom.xml
similarity index 98%
rename from xmlbeans-5.0.2/pom.xml
rename to xmlbeans-5.0.3/pom.xml
index 7249f44..9f0709d 100644
--- a/xmlbeans-5.0.2/pom.xml
+++ b/xmlbeans-5.0.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId>
-    <version>5.0.2_2-SNAPSHOT</version>
+    <version>5.0.3_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>org.apache.xmlbeans</pkgGroupId>
         <pkgArtifactId>xmlbeans</pkgArtifactId>
-        <pkgVersion>5.0.2</pkgVersion>
+        <pkgVersion>5.0.3</pkgVersion>
         <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.0.2/src/main/resources/OSGI-INF/bundle.info b/xmlbeans-5.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlbeans-5.0.2/src/main/resources/OSGI-INF/bundle.info
rename to xmlbeans-5.0.3/src/main/resources/OSGI-INF/bundle.info