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 8d1df26b8 SM-5729: Create OSGi bundles for spring-ws 4.0.11
8d1df26b8 is described below
commit 8d1df26b83ae3738440da198a9a8bda61fe24296
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jul 16 12:19:41 2024 +0200
SM-5729: Create OSGi bundles for spring-ws 4.0.11
---
pom.xml | 4 ++++
{spring-ws-core-4.0.10 => spring-ws-core-4.0.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-security-4.0.10 => spring-ws-security-4.0.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-support-4.0.10 => spring-ws-support-4.0.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-ws-test-4.0.10 => spring-ws-test-4.0.11}/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 35815d646..6db99f0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,10 @@
<module>kafka-streams-3.7.1</module>
<module>kafka_2.12-3.7.1</module>
<module>kafka_2.13-3.7.1</module>
+ <module>spring-ws-core-4.0.11</module>
+ <module>spring-ws-security-4.0.11</module>
+ <module>spring-ws-support-4.0.11</module>
+ <module>spring-ws-test-4.0.11</module>
</modules>
</project>
diff --git a/spring-ws-core-4.0.10/pom.xml b/spring-ws-core-4.0.11/pom.xml
similarity index 98%
rename from spring-ws-core-4.0.10/pom.xml
rename to spring-ws-core-4.0.11/pom.xml
index 8be0f5b3d..bb0dc9250 100644
--- a/spring-ws-core-4.0.10/pom.xml
+++ b/spring-ws-core-4.0.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
- <version>4.0.10_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-ws-core</pkgArtifactId>
- <pkgVersion>4.0.10</pkgVersion>
-
<servicemix.osgi.source.version>4.0.10.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.ws
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-core-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-4.0.10/pom.xml
b/spring-ws-security-4.0.11/pom.xml
similarity index 97%
rename from spring-ws-security-4.0.10/pom.xml
rename to spring-ws-security-4.0.11/pom.xml
index e55ec7e62..e4e2e70cc 100644
--- a/spring-ws-security-4.0.10/pom.xml
+++ b/spring-ws-security-4.0.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
- <version>4.0.10_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-ws-security</pkgArtifactId>
- <pkgVersion>4.0.10</pkgVersion>
-
<servicemix.osgi.source.version>4.0.10.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.ws.soap.security
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-security-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-4.0.10/pom.xml b/spring-ws-support-4.0.11/pom.xml
similarity index 98%
rename from spring-ws-support-4.0.10/pom.xml
rename to spring-ws-support-4.0.11/pom.xml
index cfd672f2b..40b8d9955 100644
--- a/spring-ws-support-4.0.10/pom.xml
+++ b/spring-ws-support-4.0.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
- <version>4.0.10_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-ws-support</pkgArtifactId>
- <pkgVersion>4.0.10</pkgVersion>
-
<servicemix.osgi.source.version>4.0.10.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.ws.transport
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-support-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-4.0.10/pom.xml b/spring-ws-test-4.0.11/pom.xml
similarity index 97%
rename from spring-ws-test-4.0.10/pom.xml
rename to spring-ws-test-4.0.11/pom.xml
index 6b72ff654..9ce55f442 100644
--- a/spring-ws-test-4.0.10/pom.xml
+++ b/spring-ws-test-4.0.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
- <version>4.0.10_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-ws-test</pkgArtifactId>
- <pkgVersion>4.0.10</pkgVersion>
-
<servicemix.osgi.source.version>4.0.10.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.ws.test
</servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info
b/spring-ws-test-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-4.0.11/src/main/resources/OSGI-INF/bundle.info