SM-5729: Create OSGi bundles for spring-ws 4.0.11
diff --git a/pom.xml b/pom.xml
index 35815d6..6db99f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,10 @@
       <module>kafka-streams-3.7.1</module>
       <module>kafka_2.12-3.7.1</module>
       <module>kafka_2.13-3.7.1</module>
+      <module>spring-ws-core-4.0.11</module>
+      <module>spring-ws-security-4.0.11</module>
+      <module>spring-ws-support-4.0.11</module>
+      <module>spring-ws-test-4.0.11</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-4.0.10/pom.xml b/spring-ws-core-4.0.11/pom.xml
similarity index 98%
rename from spring-ws-core-4.0.10/pom.xml
rename to spring-ws-core-4.0.11/pom.xml
index 8be0f5b..bb0dc92 100644
--- a/spring-ws-core-4.0.10/pom.xml
+++ b/spring-ws-core-4.0.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
-    <version>4.0.10_2-SNAPSHOT</version>
+    <version>4.0.11_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.10</pkgVersion>
-        <servicemix.osgi.source.version>4.0.10.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.11</pkgVersion>
+        <servicemix.osgi.source.version>4.0.11.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.ws
         </servicemix.osgi.export.pkg>
diff --git a/spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-core-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-security-4.0.10/pom.xml b/spring-ws-security-4.0.11/pom.xml
similarity index 97%
rename from spring-ws-security-4.0.10/pom.xml
rename to spring-ws-security-4.0.11/pom.xml
index e55ec7e..e4e2e70 100644
--- a/spring-ws-security-4.0.10/pom.xml
+++ b/spring-ws-security-4.0.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
-    <version>4.0.10_2-SNAPSHOT</version>
+    <version>4.0.11_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.10</pkgVersion>
-        <servicemix.osgi.source.version>4.0.10.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.11</pkgVersion>
+        <servicemix.osgi.source.version>4.0.11.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.10/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-security-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-support-4.0.10/pom.xml b/spring-ws-support-4.0.11/pom.xml
similarity index 97%
rename from spring-ws-support-4.0.10/pom.xml
rename to spring-ws-support-4.0.11/pom.xml
index cfd672f..40b8d99 100644
--- a/spring-ws-support-4.0.10/pom.xml
+++ b/spring-ws-support-4.0.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
-    <version>4.0.10_2-SNAPSHOT</version>
+    <version>4.0.11_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.10</pkgVersion>
-        <servicemix.osgi.source.version>4.0.10.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.11</pkgVersion>
+        <servicemix.osgi.source.version>4.0.11.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.10/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-support-4.0.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-ws-test-4.0.10/pom.xml b/spring-ws-test-4.0.11/pom.xml
similarity index 97%
rename from spring-ws-test-4.0.10/pom.xml
rename to spring-ws-test-4.0.11/pom.xml
index 6b72ff6..9ce55f4 100644
--- a/spring-ws-test-4.0.10/pom.xml
+++ b/spring-ws-test-4.0.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
-    <version>4.0.10_2-SNAPSHOT</version>
+    <version>4.0.11_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.10</pkgVersion>
-        <servicemix.osgi.source.version>4.0.10.1</servicemix.osgi.source.version>
+        <pkgVersion>4.0.11</pkgVersion>
+        <servicemix.osgi.source.version>4.0.11.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.10/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-4.0.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info
rename to spring-ws-test-4.0.11/src/main/resources/OSGI-INF/bundle.info