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 5dd08310e SM-5728: Create OSGi bundles for spring-ws 3.1.8
5dd08310e is described below

commit 5dd08310e86a478da30c5fe89dfd06ad3df0e03d
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jul 17 08:10:31 2024 +0200

    SM-5728: Create OSGi bundles for spring-ws 3.1.8
---
 pom.xml                                                           | 4 ++++
 {spring-ws-core-3.1.3 => spring-ws-core-3.1.8}/pom.xml            | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {spring-ws-security-3.1.3 => spring-ws-security-3.1.8}/pom.xml    | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {spring-ws-support-3.1.3 => spring-ws-support-3.1.8}/pom.xml      | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {spring-ws-test-3.1.3 => spring-ws-test-3.1.8}/pom.xml            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 9 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6db99f0cb..6a3a7b9e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,10 @@
       <module>spring-ws-security-4.0.11</module>
       <module>spring-ws-support-4.0.11</module>
       <module>spring-ws-test-4.0.11</module>
+      <module>spring-ws-core-3.1.8</module>
+      <module>spring-ws-security-3.1.8</module>
+      <module>spring-ws-support-3.1.8</module>
+      <module>spring-ws-test-3.1.8</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-3.1.3/pom.xml b/spring-ws-core-3.1.8/pom.xml
similarity index 98%
rename from spring-ws-core-3.1.3/pom.xml
rename to spring-ws-core-3.1.8/pom.xml
index db44c980b..907c38a3c 100644
--- a/spring-ws-core-3.1.3/pom.xml
+++ b/spring-ws-core-3.1.8/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +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>3.1.3</pkgVersion>
+        <pkgVersion>3.1.8</pkgVersion>
+        
<servicemix.osgi.source.version>3.1.8.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-core-3.1.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-3.1.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-3.1.3/pom.xml b/spring-ws-security-3.1.8/pom.xml
similarity index 97%
rename from spring-ws-security-3.1.3/pom.xml
rename to spring-ws-security-3.1.8/pom.xml
index 36393fb25..6cc330874 100644
--- a/spring-ws-security-3.1.3/pom.xml
+++ b/spring-ws-security-3.1.8/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +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>3.1.3</pkgVersion>
+        <pkgVersion>3.1.8</pkgVersion>
+        
<servicemix.osgi.source.version>3.1.8.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.soap.security
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-security-3.1.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-3.1.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-3.1.3/pom.xml b/spring-ws-support-3.1.8/pom.xml
similarity index 97%
rename from spring-ws-support-3.1.3/pom.xml
rename to spring-ws-support-3.1.8/pom.xml
index fc92c6929..a8998f8a0 100644
--- a/spring-ws-support-3.1.3/pom.xml
+++ b/spring-ws-support-3.1.8/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +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>3.1.3</pkgVersion>
+        <pkgVersion>3.1.8</pkgVersion>
+        
<servicemix.osgi.source.version>3.1.8.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-support-3.1.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-3.1.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-3.1.3/pom.xml b/spring-ws-test-3.1.8/pom.xml
similarity index 96%
rename from spring-ws-test-3.1.3/pom.xml
rename to spring-ws-test-3.1.8/pom.xml
index 1848a2e7b..2a3c14396 100644
--- a/spring-ws-test-3.1.3/pom.xml
+++ b/spring-ws-test-3.1.8/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +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>3.1.3</pkgVersion>
+        <pkgVersion>3.1.8</pkgVersion>
+        
<servicemix.osgi.source.version>3.1.8.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.test
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-test-3.1.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-3.1.8/src/main/resources/OSGI-INF/bundle.info

Reply via email to