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 5e0abe9f2 SM-5761: Create OSGi bundle for spring-xml 4.0.11
5e0abe9f2 is described below
commit 5e0abe9f23a492d6a324b606b828751cbee20b8e
Author: JB Onofré <[email protected]>
AuthorDate: Sat Oct 5 06:39:14 2024 +0200
SM-5761: Create OSGi bundle for spring-xml 4.0.11
---
pom.xml | 1 +
{spring-xml-4.0.3 => spring-xml-4.0.11}/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 235c7b191..45c4679b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,7 @@
<module>docker-java-3.4.0</module>
<module>mybatis-3.5.16</module>
<module>xmlresolver-6.0.10</module>
+ <module>spring-xml-4.0.11</module>
</modules>
</project>
diff --git a/spring-xml-4.0.3/pom.xml b/spring-xml-4.0.11/pom.xml
similarity index 96%
rename from spring-xml-4.0.3/pom.xml
rename to spring-xml-4.0.11/pom.xml
index fceab1a04..c812ae343 100644
--- a/spring-xml-4.0.3/pom.xml
+++ b/spring-xml-4.0.11/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.spring-xml</artifactId>
- <version>4.0.3_2-SNAPSHOT</version>
+ <version>4.0.11_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
@@ -38,14 +38,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.springframework.ws</pkgGroupId>
<pkgArtifactId>spring-xml</pkgArtifactId>
- <pkgVersion>4.0.3</pkgVersion>
-
<servicemix.osgi.source.version>4.0.3.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.11</pkgVersion>
+
<servicemix.osgi.source.version>4.0.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.xml
</servicemix.osgi.export.pkg>
diff --git a/spring-xml-4.0.3/src/main/resources/OSGI-INF/bundle.info
b/spring-xml-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-4.0.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-4.0.11/src/main/resources/OSGI-INF/bundle.info