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 2ae9054  [SM-4977] Create OSGi bundles for spring-ws 3.1.2
2ae9054 is described below

commit 2ae90541f97bb131c94ba1125c4f080b1e4e0c7d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Dec 29 18:59:17 2021 +0100

    [SM-4977] Create OSGi bundles for spring-ws 3.1.2
---
 pom.xml                                                              | 4 ++++
 {spring-ws-core-3.1.1 => spring-ws-core-3.1.2}/pom.xml               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-security-3.1.1 => spring-ws-security-3.1.2}/pom.xml       | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-support-3.1.1 => spring-ws-support-3.1.2}/pom.xml         | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-test-3.1.1 => spring-ws-test-3.1.2}/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 6e5ec5a..8f9285f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,10 @@
       <module>hapi-fhir-validation-5.6.1</module>
       <module>spring-xml-3.1.2</module>
       <module>jedis-4.0.0</module>
+      <module>spring-ws-core-3.1.2</module>
+      <module>spring-ws-security-3.1.2</module>
+      <module>spring-ws-support-3.1.2</module>
+      <module>spring-ws-test-3.1.2</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-3.1.1/pom.xml b/spring-ws-core-3.1.2/pom.xml
similarity index 99%
rename from spring-ws-core-3.1.1/pom.xml
rename to spring-ws-core-3.1.2/pom.xml
index 0be4866..b2c25e7 100644
--- a/spring-ws-core-3.1.1/pom.xml
+++ b/spring-ws-core-3.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>3.1.1_2-SNAPSHOT</version>
+    <version>3.1.2_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.1</pkgVersion>
+        <pkgVersion>3.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-3.1.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-core-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-3.1.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-3.1.1/pom.xml b/spring-ws-security-3.1.2/pom.xml
similarity index 98%
rename from spring-ws-security-3.1.1/pom.xml
rename to spring-ws-security-3.1.2/pom.xml
index 40d3edb..93cb3e4 100644
--- a/spring-ws-security-3.1.1/pom.xml
+++ b/spring-ws-security-3.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>3.1.1_2-SNAPSHOT</version>
+    <version>3.1.2_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.1</pkgVersion>
+        <pkgVersion>3.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.soap.security
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-3.1.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-security-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-3.1.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-3.1.1/pom.xml b/spring-ws-support-3.1.2/pom.xml
similarity index 98%
rename from spring-ws-support-3.1.1/pom.xml
rename to spring-ws-support-3.1.2/pom.xml
index 438db26..400b25e 100644
--- a/spring-ws-support-3.1.1/pom.xml
+++ b/spring-ws-support-3.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>3.1.1_2-SNAPSHOT</version>
+    <version>3.1.2_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.1</pkgVersion>
+        <pkgVersion>3.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-3.1.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-support-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-3.1.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-3.1.1/pom.xml b/spring-ws-test-3.1.2/pom.xml
similarity index 98%
rename from spring-ws-test-3.1.1/pom.xml
rename to spring-ws-test-3.1.2/pom.xml
index 43e172a..a56b56a 100644
--- a/spring-ws-test-3.1.1/pom.xml
+++ b/spring-ws-test-3.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>3.1.1_2-SNAPSHOT</version>
+    <version>3.1.2_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.1</pkgVersion>
+        <pkgVersion>3.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.test
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-3.1.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-ws-test-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-3.1.2/src/main/resources/OSGI-INF/bundle.info

Reply via email to