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 2021/05/24 16:32:39 UTC

[servicemix-bundles] branch master updated: [SM-4779] Create OSGi bundles for spring-ws 3.1.1

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 8086a6d  [SM-4779] Create OSGi bundles for spring-ws 3.1.1
8086a6d is described below

commit 8086a6d74b2f6f5fca02ddfbfce1b72fccbea056
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 24 18:32:08 2021 +0200

    [SM-4779] Create OSGi bundles for spring-ws 3.1.1
---
 pom.xml                                                              | 4 ++++
 {spring-ws-core-3.0.10.RELEASE => spring-ws-core-3.1.1}/pom.xml      | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {spring-ws-test-3.0.10.RELEASE => spring-ws-test-3.1.1}/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 9152318..44d86da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,10 @@
       <module>pulsar-client-admin-2.7.2</module>
       <module>htmlunit-2.50.0</module>
       <module>spring-ldap-2.3.4.RELEASE</module>
+      <module>spring-ws-core-3.1.1</module>
+      <module>spring-ws-security-3.1.1</module>
+      <module>spring-ws-support-3.1.1</module>
+      <module>spring-ws-test-3.1.1</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-3.0.10.RELEASE/pom.xml b/spring-ws-core-3.1.1/pom.xml
similarity index 98%
rename from spring-ws-core-3.0.10.RELEASE/pom.xml
rename to spring-ws-core-3.1.1/pom.xml
index 8076a3b..4c30a16 100644
--- a/spring-ws-core-3.0.10.RELEASE/pom.xml
+++ b/spring-ws-core-3.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>3.0.10.RELEASE_3-SNAPSHOT</version>
+    <version>3.1.1_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.0.10.RELEASE</pkgVersion>
+        <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-test-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-3.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-3.1.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-3.0.10.RELEASE/pom.xml b/spring-ws-security-3.1.1/pom.xml
similarity index 98%
rename from spring-ws-security-3.0.10.RELEASE/pom.xml
rename to spring-ws-security-3.1.1/pom.xml
index dc67e1c..75d77cb 100644
--- a/spring-ws-security-3.0.10.RELEASE/pom.xml
+++ b/spring-ws-security-3.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>3.0.10.RELEASE_3-SNAPSHOT</version>
+    <version>3.1.1_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.0.10.RELEASE</pkgVersion>
+        <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.soap.security
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-support-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-3.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-3.1.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-3.0.10.RELEASE/pom.xml b/spring-ws-support-3.1.1/pom.xml
similarity index 98%
rename from spring-ws-support-3.0.10.RELEASE/pom.xml
rename to spring-ws-support-3.1.1/pom.xml
index 9e393da..ed55e7d 100644
--- a/spring-ws-support-3.0.10.RELEASE/pom.xml
+++ b/spring-ws-support-3.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>3.0.10.RELEASE_3-SNAPSHOT</version>
+    <version>3.1.1_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.0.10.RELEASE</pkgVersion>
+        <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.transport
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-security-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-3.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-3.1.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-3.0.10.RELEASE/pom.xml b/spring-ws-test-3.1.1/pom.xml
similarity index 98%
rename from spring-ws-test-3.0.10.RELEASE/pom.xml
rename to spring-ws-test-3.1.1/pom.xml
index 733edf5..b547824 100644
--- a/spring-ws-test-3.0.10.RELEASE/pom.xml
+++ b/spring-ws-test-3.1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>3.0.10.RELEASE_3-SNAPSHOT</version>
+    <version>3.1.1_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.0.10.RELEASE</pkgVersion>
+        <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ws.test
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-3.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-3.1.1/src/main/resources/OSGI-INF/bundle.info