You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/03/28 12:55:43 UTC

[servicemix-bundles] branch master updated: [SM-5058] Create OSGi bundles for spring-ws 3.1.3

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 feea2e1  [SM-5058] Create OSGi bundles for spring-ws 3.1.3
feea2e1 is described below

commit feea2e1cb9632049eedddcb2d55187fe7e7940cc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 28 14:55:16 2022 +0200

    [SM-5058] Create OSGi bundles for spring-ws 3.1.3
---
 pom.xml                                                              | 4 ++++
 {spring-ws-core-3.1.2 => spring-ws-core-3.1.3}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-security-3.1.2 => spring-ws-security-3.1.3}/pom.xml       | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-support-3.1.2 => spring-ws-support-3.1.3}/pom.xml         | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-test-3.1.2 => spring-ws-test-3.1.3}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d2e734..2a4d3e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,10 @@
       <module>spring-webflux-5.3.17</module>
       <module>spring-webmvc-5.3.17</module>
       <module>spring-websocket-5.3.17</module>
+      <module>spring-ws-core-3.1.3</module>
+      <module>spring-ws-security-3.1.3</module>
+      <module>spring-ws-support-3.1.3</module>
+      <module>spring-ws-test-3.1.3</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-3.1.2/pom.xml b/spring-ws-core-3.1.3/pom.xml
similarity index 99%
rename from spring-ws-core-3.1.2/pom.xml
rename to spring-ws-core-3.1.3/pom.xml
index e9de255..c0f6aa9 100644
--- a/spring-ws-core-3.1.2/pom.xml
+++ b/spring-ws-core-3.1.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>3.1.2_2-SNAPSHOT</version>
+    <version>3.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         <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.2</pkgVersion>
+        <pkgVersion>3.1.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-3.1.2/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-3.1.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-3.1.2/pom.xml b/spring-ws-security-3.1.3/pom.xml
similarity index 98%
rename from spring-ws-security-3.1.2/pom.xml
rename to spring-ws-security-3.1.3/pom.xml
index 6979b38..3f4e408 100644
--- a/spring-ws-security-3.1.2/pom.xml
+++ b/spring-ws-security-3.1.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>3.1.2_2-SNAPSHOT</version>
+    <version>3.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         <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.2</pkgVersion>
+        <pkgVersion>3.1.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.soap.security
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-3.1.2/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-3.1.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-3.1.2/pom.xml b/spring-ws-support-3.1.3/pom.xml
similarity index 98%
rename from spring-ws-support-3.1.2/pom.xml
rename to spring-ws-support-3.1.3/pom.xml
index d2c18e2..f20741e 100644
--- a/spring-ws-support-3.1.2/pom.xml
+++ b/spring-ws-support-3.1.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>3.1.2_2-SNAPSHOT</version>
+    <version>3.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         <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.2</pkgVersion>
+        <pkgVersion>3.1.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-3.1.2/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-3.1.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-3.1.2/pom.xml b/spring-ws-test-3.1.3/pom.xml
similarity index 98%
rename from spring-ws-test-3.1.2/pom.xml
rename to spring-ws-test-3.1.3/pom.xml
index 6d536bf..2560e5e 100644
--- a/spring-ws-test-3.1.2/pom.xml
+++ b/spring-ws-test-3.1.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>3.1.2_2-SNAPSHOT</version>
+    <version>3.1.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         <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.2</pkgVersion>
+        <pkgVersion>3.1.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.test
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-3.1.2/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-3.1.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info