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 4c1753007 [SM-5120] Create OSGi bundle for spring-xml 3.1.3
4c1753007 is described below
commit 4c175300792fdc8bfa3cd7713f9af6634d3e40b4
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 28 09:49:30 2022 +0200
[SM-5120] Create OSGi bundle for spring-xml 3.1.3
---
pom.xml | 1 +
{spring-xml-3.1.2 => spring-xml-3.1.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 b562e921c..457c6ecf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,7 @@
<module>azure-messaging-eventhubs-5.11.2</module>
<module>azure-core-http-netty-1.11.9</module>
<module>azure-storage-file-datalake-12.9.0</module>
+ <module>spring-xml-3.1.3</module>
</modules>
</project>
diff --git a/spring-xml-3.1.2/pom.xml b/spring-xml-3.1.3/pom.xml
similarity index 98%
rename from spring-xml-3.1.2/pom.xml
rename to spring-xml-3.1.3/pom.xml
index f0069e973..3a522bf7e 100644
--- a/spring-xml-3.1.2/pom.xml
+++ b/spring-xml-3.1.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
- <version>3.1.2_2-SNAPSHOT</version>
+ <version>3.1.3_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
@@ -38,13 +38,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.springframework.ws</pkgGroupId>
<pkgArtifactId>spring-xml</pkgArtifactId>
- <pkgVersion>3.1.2</pkgVersion>
+ <pkgVersion>3.1.3</pkgVersion>
<servicemix.osgi.export.pkg>
org.springframework.xml
</servicemix.osgi.export.pkg>
diff --git a/spring-xml-3.1.2/src/main/resources/OSGI-INF/bundle.info
b/spring-xml-3.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-3.1.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-3.1.3/src/main/resources/OSGI-INF/bundle.info