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 3aa14ed59 SM-5694: Create OSGi bundle for xmlbeans 5.2.0
3aa14ed59 is described below
commit 3aa14ed59426f728247b193ae4f428541208bf8c
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 11:05:02 2024 +0100
SM-5694: Create OSGi bundle for xmlbeans 5.2.0
---
pom.xml | 1 +
{xmlbeans-5.1.1 => xmlbeans-5.2.0}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6c2c825a0..3033ef6e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
<module>libphonenumber-8.13.30</module>
<module>commons-compiler-3.1.12</module>
<module>aws-java-sdk-1.12.660</module>
+ <module>xmlbeans-5.2.0</module>
</modules>
</project>
diff --git a/xmlbeans-5.1.1/pom.xml b/xmlbeans-5.2.0/pom.xml
similarity index 97%
rename from xmlbeans-5.1.1/pom.xml
rename to xmlbeans-5.2.0/pom.xml
index c3c482be5..909eb7136 100644
--- a/xmlbeans-5.1.1/pom.xml
+++ b/xmlbeans-5.2.0/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId>
- <version>5.1.1_2-SNAPSHOT</version>
+ <version>5.2.0_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.1</pkgVersion>
- <servicemix.osgi.source.version>5.1.1.1</servicemix.osgi.source.version>
+ <pkgVersion>5.2.0</pkgVersion>
+ <servicemix.osgi.source.version>5.2.0.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.1/src/main/resources/OSGI-INF/bundle.info
b/xmlbeans-5.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from xmlbeans-5.1.1/src/main/resources/OSGI-INF/bundle.info
rename to xmlbeans-5.2.0/src/main/resources/OSGI-INF/bundle.info