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 d0ce57486 [SM-5538] Create OSGi bundles for spring-ws 4.0.3
d0ce57486 is described below
commit d0ce57486f64ebb8814d8d73f97f7b1d9f3b7a11
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon May 8 08:06:51 2023 +0200
[SM-5538] Create OSGi bundles for spring-ws 4.0.3
---
pom.xml | 4 ++++
{spring-ws-core-4.0.2 => spring-ws-core-4.0.3}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-security-4.0.2 => spring-ws-security-4.0.3}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-support-4.0.2 => spring-ws-support-4.0.3}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-test-4.0.2 => spring-ws-test-4.0.3}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
9 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2f4be9ae..4380958e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,10 @@
<module>pulsar-client-admin-2.11.1</module>
<module>saxon-11.5</module>
<module>xmlresolver-4.6.4</module>
+ <module>spring-ws-core-4.0.3</module>
+ <module>spring-ws-security-4.0.3</module>
+ <module>spring-ws-support-4.0.3</module>
+ <module>spring-ws-test-4.0.3</module>
</modules>
</project>
diff --git a/spring-ws-core-4.0.2/pom.xml b/spring-ws-core-4.0.3/pom.xml
similarity index 98%
rename from spring-ws-core-4.0.2/pom.xml
rename to spring-ws-core-4.0.3/pom.xml
index 0fe83c723..6d8e2a109 100644
--- a/spring-ws-core-4.0.2/pom.xml
+++ b/spring-ws-core-4.0.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
- <version>4.0.2_2-SNAPSHOT</version>
+ <version>4.0.3_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-ws-core</pkgArtifactId>
- <pkgVersion>4.0.2</pkgVersion>
-
<servicemix.osgi.source.version>4.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.3</pkgVersion>
+
<servicemix.osgi.source.version>4.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.ws
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-4.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-core-4.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-4.0.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-4.0.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-4.0.2/pom.xml b/spring-ws-security-4.0.3/pom.xml
similarity index 97%
rename from spring-ws-security-4.0.2/pom.xml
rename to spring-ws-security-4.0.3/pom.xml
index 9281a2970..eb6acd6be 100644
--- a/spring-ws-security-4.0.2/pom.xml
+++ b/spring-ws-security-4.0.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
- <version>4.0.2_2-SNAPSHOT</version>
+ <version>4.0.3_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-ws-security</pkgArtifactId>
- <pkgVersion>4.0.2</pkgVersion>
-
<servicemix.osgi.source.version>4.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.3</pkgVersion>
+
<servicemix.osgi.source.version>4.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.ws.soap.security
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-4.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-security-4.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-4.0.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-4.0.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-4.0.2/pom.xml b/spring-ws-support-4.0.3/pom.xml
similarity index 98%
rename from spring-ws-support-4.0.2/pom.xml
rename to spring-ws-support-4.0.3/pom.xml
index f64618e4c..341c42a1c 100644
--- a/spring-ws-support-4.0.2/pom.xml
+++ b/spring-ws-support-4.0.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
- <version>4.0.2_2-SNAPSHOT</version>
+ <version>4.0.3_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-ws-support</pkgArtifactId>
- <pkgVersion>4.0.2</pkgVersion>
-
<servicemix.osgi.source.version>4.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.3</pkgVersion>
+
<servicemix.osgi.source.version>4.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.ws.transport
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-4.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-support-4.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-4.0.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-4.0.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-4.0.2/pom.xml b/spring-ws-test-4.0.3/pom.xml
similarity index 97%
rename from spring-ws-test-4.0.2/pom.xml
rename to spring-ws-test-4.0.3/pom.xml
index 93c31c2d2..c44fcd7d7 100644
--- a/spring-ws-test-4.0.2/pom.xml
+++ b/spring-ws-test-4.0.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
- <version>4.0.2_2-SNAPSHOT</version>
+ <version>4.0.3_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-ws-test</pkgArtifactId>
- <pkgVersion>4.0.2</pkgVersion>
-
<servicemix.osgi.source.version>4.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.3</pkgVersion>
+
<servicemix.osgi.source.version>4.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.ws.test
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-4.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-test-4.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-4.0.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-4.0.3/src/main/resources/OSGI-INF/bundle.info