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 4c692b744 SM-5670: Create OSGi bundles for spring-ws 4.0.10
4c692b744 is described below
commit 4c692b74456e133a63afb47ea10cf2bd5aa7141b
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 21 16:00:21 2024 +0100
SM-5670: Create OSGi bundles for spring-ws 4.0.10
---
pom.xml | 4 ++++
{spring-ws-core-4.0.9 => spring-ws-core-4.0.10}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-security-4.0.9 => spring-ws-security-4.0.10}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-support-4.0.9 => spring-ws-support-4.0.10}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-test-4.0.9 => spring-ws-test-4.0.10}/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 5623817c0..511993d05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,10 @@
<module>postgresql-42.7.2</module>
<module>pulsar-client-3.2.0</module>
<module>pulsar-client-admin-3.2.0</module>
+ <module>spring-ws-core-4.0.10</module>
+ <module>spring-ws-security-4.0.10</module>
+ <module>spring-ws-support-4.0.10</module>
+ <module>spring-ws-test-4.0.10</module>
</modules>
</project>
diff --git a/spring-ws-core-4.0.9/pom.xml b/spring-ws-core-4.0.10/pom.xml
similarity index 98%
rename from spring-ws-core-4.0.9/pom.xml
rename to spring-ws-core-4.0.10/pom.xml
index c095e9398..d8021e920 100644
--- a/spring-ws-core-4.0.9/pom.xml
+++ b/spring-ws-core-4.0.10/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
- <version>4.0.9_2-SNAPSHOT</version>
+ <version>4.0.10_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.9</pkgVersion>
-
<servicemix.osgi.source.version>4.0.9.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.10</pkgVersion>
+
<servicemix.osgi.source.version>4.0.10.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.ws
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-4.0.9/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-4.0.9/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-4.0.9/pom.xml
b/spring-ws-security-4.0.10/pom.xml
similarity index 97%
rename from spring-ws-security-4.0.9/pom.xml
rename to spring-ws-security-4.0.10/pom.xml
index 131fc262b..02dc9f8c0 100644
--- a/spring-ws-security-4.0.9/pom.xml
+++ b/spring-ws-security-4.0.10/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
- <version>4.0.9_2-SNAPSHOT</version>
+ <version>4.0.10_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.9</pkgVersion>
-
<servicemix.osgi.source.version>4.0.9.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.10</pkgVersion>
+
<servicemix.osgi.source.version>4.0.10.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.9/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-4.0.9/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-4.0.9/pom.xml b/spring-ws-support-4.0.10/pom.xml
similarity index 97%
rename from spring-ws-support-4.0.9/pom.xml
rename to spring-ws-support-4.0.10/pom.xml
index c5bcf7b02..0a49bdca9 100644
--- a/spring-ws-support-4.0.9/pom.xml
+++ b/spring-ws-support-4.0.10/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
- <version>4.0.9_2-SNAPSHOT</version>
+ <version>4.0.10_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.9</pkgVersion>
-
<servicemix.osgi.source.version>4.0.9.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.10</pkgVersion>
+
<servicemix.osgi.source.version>4.0.10.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.9/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-4.0.9/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-4.0.9/pom.xml b/spring-ws-test-4.0.10/pom.xml
similarity index 97%
rename from spring-ws-test-4.0.9/pom.xml
rename to spring-ws-test-4.0.10/pom.xml
index cdadc8b91..49c1c0fb7 100644
--- a/spring-ws-test-4.0.9/pom.xml
+++ b/spring-ws-test-4.0.10/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
- <version>4.0.9_2-SNAPSHOT</version>
+ <version>4.0.10_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.9</pkgVersion>
-
<servicemix.osgi.source.version>4.0.9.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.10</pkgVersion>
+
<servicemix.osgi.source.version>4.0.10.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.9/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-4.0.9/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info