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 2021/06/28 12:35:18 UTC

[servicemix-bundles] branch master updated: [SM-4806] Create OSGi bundle for xmlbeans 5.0.0

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 7f5fda5  [SM-4806] Create OSGi bundle for xmlbeans 5.0.0
7f5fda5 is described below

commit 7f5fda5c3935afc410992dc6b0fab56220766293
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Jun 28 14:34:45 2021 +0200

    [SM-4806] Create OSGi bundle for xmlbeans 5.0.0
---
 pom.xml                                                              | 1 +
 {xmlbeans-4.0.0 => xmlbeans-5.0.0}/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 9d88339..6e12108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
       <module>postgresql-42.2.22.jre7</module>
       <module>dnsjava-3.4.0</module>
       <module>aspectj-1.9.7</module>
+      <module>xmlbeans-5.0.0</module>
       <module>azure-messaging-eventhubs-checkpointstore-blob-1.8.0</module>
       <module>azure-storage-common-12.12.0</module>
       <module>azure-messaging-eventhubs-5.8.0</module>
diff --git a/xmlbeans-4.0.0/pom.xml b/xmlbeans-5.0.0/pom.xml
similarity index 98%
rename from xmlbeans-4.0.0/pom.xml
rename to xmlbeans-5.0.0/pom.xml
index 1fac690..4c7bdb5 100644
--- a/xmlbeans-4.0.0/pom.xml
+++ b/xmlbeans-5.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId>
-    <version>4.0.0_2-SNAPSHOT</version>
+    <version>5.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,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>4.0.0</pkgVersion>
+        <pkgVersion>5.0.0</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-4.0.0/src/main/resources/OSGI-INF/bundle.info b/xmlbeans-5.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlbeans-4.0.0/src/main/resources/OSGI-INF/bundle.info
rename to xmlbeans-5.0.0/src/main/resources/OSGI-INF/bundle.info