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 c9f76d360 SM-5609: Create OSGi bundles for spring-ws 4.0.6
c9f76d360 is described below

commit c9f76d3601b79aa2e3fec880ca3f7c4a43251d11
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Oct 1 07:55:40 2023 +0200

    SM-5609: Create OSGi bundles for spring-ws 4.0.6
---
 pom.xml                                                          | 4 ++++
 {spring-ws-core-4.0.5 => spring-ws-core-4.0.6}/pom.xml           | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 {spring-ws-security-4.0.5 => spring-ws-security-4.0.6}/pom.xml   | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 {spring-ws-support-4.0.5 => spring-ws-support-4.0.6}/pom.xml     | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 {spring-ws-test-4.0.5 => spring-ws-test-4.0.6}/pom.xml           | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 9 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d3d47a93..cc54d9a30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,10 @@
       <module>spring-data-redis-3.1.4</module>
       <module>spring-batch-core-5.0.3</module>
       <module>spring-batch-infrastructure-5.0.3</module>
+      <module>spring-ws-core-4.0.6</module>
+      <module>spring-ws-security-4.0.6</module>
+      <module>spring-ws-support-4.0.6</module>
+      <module>spring-ws-test-4.0.6</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-4.0.5/pom.xml b/spring-ws-core-4.0.6/pom.xml
similarity index 98%
rename from spring-ws-core-4.0.5/pom.xml
rename to spring-ws-core-4.0.6/pom.xml
index 9bb3ff11f..fb0062b8a 100644
--- a/spring-ws-core-4.0.5/pom.xml
+++ b/spring-ws-core-4.0.6/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>4.0.5_2-SNAPSHOT</version>
+    <version>4.0.6_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.5</pkgVersion>
-        
<servicemix.osgi.source.version>4.0.5.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.6</pkgVersion>
+        
<servicemix.osgi.source.version>4.0.6.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-4.0.5/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-core-4.0.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-4.0.5/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-4.0.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-4.0.5/pom.xml b/spring-ws-security-4.0.6/pom.xml
similarity index 97%
rename from spring-ws-security-4.0.5/pom.xml
rename to spring-ws-security-4.0.6/pom.xml
index dfc5ac57f..38e88d81d 100644
--- a/spring-ws-security-4.0.5/pom.xml
+++ b/spring-ws-security-4.0.6/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>4.0.5_2-SNAPSHOT</version>
+    <version>4.0.6_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.5</pkgVersion>
-        
<servicemix.osgi.source.version>4.0.5.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.6</pkgVersion>
+        
<servicemix.osgi.source.version>4.0.6.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.5/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-security-4.0.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-4.0.5/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-4.0.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-4.0.5/pom.xml b/spring-ws-support-4.0.6/pom.xml
similarity index 97%
rename from spring-ws-support-4.0.5/pom.xml
rename to spring-ws-support-4.0.6/pom.xml
index 24a6d8601..106d7f8ad 100644
--- a/spring-ws-support-4.0.5/pom.xml
+++ b/spring-ws-support-4.0.6/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>4.0.5_2-SNAPSHOT</version>
+    <version>4.0.6_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.5</pkgVersion>
-        
<servicemix.osgi.source.version>4.0.5.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.6</pkgVersion>
+        
<servicemix.osgi.source.version>4.0.6.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.5/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-support-4.0.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-4.0.5/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-4.0.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-4.0.5/pom.xml b/spring-ws-test-4.0.6/pom.xml
similarity index 96%
rename from spring-ws-test-4.0.5/pom.xml
rename to spring-ws-test-4.0.6/pom.xml
index 09a049c60..48aa47dec 100644
--- a/spring-ws-test-4.0.5/pom.xml
+++ b/spring-ws-test-4.0.6/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>4.0.5_2-SNAPSHOT</version>
+    <version>4.0.6_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.5</pkgVersion>
-        
<servicemix.osgi.source.version>4.0.5.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.6</pkgVersion>
+        
<servicemix.osgi.source.version>4.0.6.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.5/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-test-4.0.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-4.0.5/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-4.0.6/src/main/resources/OSGI-INF/bundle.info

Reply via email to