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 7c6085b63 SM-5667: Create OSGi bundles for Spring 6.0.17
7c6085b63 is described below

commit 7c6085b63f7d5b48f5f987c072b2341b31a93a16
Author: JB Onofré <[email protected]>
AuthorDate: Fri Feb 23 11:39:30 2024 +0100

    SM-5667: Create OSGi bundles for Spring 6.0.17
---
 pom.xml                                               | 19 +++++++++++++++++++
 {spring-aop-6.0.14 => spring-aop-6.0.17}/pom.xml      |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-beans-6.0.14 => spring-beans-6.0.17}/pom.xml  |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-core-6.0.14 => spring-core-6.0.17}/pom.xml    |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-jdbc-6.0.14 => spring-jdbc-6.0.17}/pom.xml    |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-jms-6.0.14 => spring-jms-6.0.17}/pom.xml      |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-orm-6.0.14 => spring-orm-6.0.17}/pom.xml      |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-oxm-6.0.14 => spring-oxm-6.0.17}/pom.xml      |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-test-6.0.14 => spring-test-6.0.17}/pom.xml    |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-tx-6.0.14 => spring-tx-6.0.17}/pom.xml        |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 {spring-web-6.0.14 => spring-web-6.0.17}/pom.xml      |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 .../pom.xml                                           |  7 +++----
 .../src/main/resources/OSGI-INF/bundle.info           |  0
 39 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/pom.xml b/pom.xml
index a14eda119..d94cba535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,25 @@
       <module>spring-webflux-6.1.4</module>
       <module>spring-webmvc-6.1.4</module>
       <module>spring-websocket-6.1.4</module>
+      <module>spring-aop-6.0.17</module>
+      <module>spring-aspects-6.0.17</module>
+      <module>spring-beans-6.0.17</module>
+      <module>spring-context-6.0.17</module>
+      <module>spring-context-support-6.0.17</module>
+      <module>spring-core-6.0.17</module>
+      <module>spring-expression-6.0.17</module>
+      <module>spring-instrument-6.0.17</module>
+      <module>spring-jdbc-6.0.17</module>
+      <module>spring-jms-6.0.17</module>
+      <module>spring-messaging-6.0.17</module>
+      <module>spring-orm-6.0.17</module>
+      <module>spring-oxm-6.0.17</module>
+      <module>spring-test-6.0.17</module>
+      <module>spring-tx-6.0.17</module>
+      <module>spring-web-6.0.17</module>
+      <module>spring-webflux-6.0.17</module>
+      <module>spring-webmvc-6.0.17</module>
+      <module>spring-websocket-6.0.17</module>
     </modules>
 
 </project>
diff --git a/spring-aop-6.0.14/pom.xml b/spring-aop-6.0.17/pom.xml
similarity index 98%
rename from spring-aop-6.0.14/pom.xml
rename to spring-aop-6.0.17/pom.xml
index 5721e9fa5..b4e23bffa 100644
--- a/spring-aop-6.0.14/pom.xml
+++ b/spring-aop-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-aop</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-aop</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-aop-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-aop-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-aop-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-aop-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-aspects-6.0.14/pom.xml b/spring-aspects-6.0.17/pom.xml
similarity index 97%
rename from spring-aspects-6.0.14/pom.xml
rename to spring-aspects-6.0.17/pom.xml
index 243c020c2..1fa635cad 100644
--- a/spring-aspects-6.0.14/pom.xml
+++ b/spring-aspects-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-aspects</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-aspects</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-aspects-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-aspects-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-aspects-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-aspects-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-beans-6.0.14/pom.xml b/spring-beans-6.0.17/pom.xml
similarity index 97%
rename from spring-beans-6.0.14/pom.xml
rename to spring-beans-6.0.17/pom.xml
index 73047d95b..7fc0131c3 100644
--- a/spring-beans-6.0.14/pom.xml
+++ b/spring-beans-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-beans</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-beans</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-beans-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-beans-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-beans-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-beans-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-context-6.0.14/pom.xml b/spring-context-6.0.17/pom.xml
similarity index 98%
rename from spring-context-6.0.14/pom.xml
rename to spring-context-6.0.17/pom.xml
index e3149bbd1..5b2dc5827 100644
--- a/spring-context-6.0.14/pom.xml
+++ b/spring-context-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-context</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-context</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-context-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-context-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-context-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-context-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-context-support-6.0.14/pom.xml 
b/spring-context-support-6.0.17/pom.xml
similarity index 98%
rename from spring-context-support-6.0.14/pom.xml
rename to spring-context-support-6.0.17/pom.xml
index 969eaa0f2..8a976d566 100644
--- a/spring-context-support-6.0.14/pom.xml
+++ b/spring-context-support-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.spring-context-support</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-context-support</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git 
a/spring-context-support-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-context-support-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
spring-context-support-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-context-support-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-core-6.0.14/pom.xml b/spring-core-6.0.17/pom.xml
similarity index 97%
rename from spring-core-6.0.14/pom.xml
rename to spring-core-6.0.17/pom.xml
index 918abd260..d573c99b7 100644
--- a/spring-core-6.0.14/pom.xml
+++ b/spring-core-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-core</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-core</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-core-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-core-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-core-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-core-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-expression-6.0.14/pom.xml b/spring-expression-6.0.17/pom.xml
similarity index 96%
rename from spring-expression-6.0.14/pom.xml
rename to spring-expression-6.0.17/pom.xml
index 3a48cadee..eae9f7c6b 100644
--- a/spring-expression-6.0.14/pom.xml
+++ b/spring-expression-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-expression</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-expression</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-expression-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-expression-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-expression-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-expression-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-instrument-6.0.14/pom.xml b/spring-instrument-6.0.17/pom.xml
similarity index 96%
rename from spring-instrument-6.0.14/pom.xml
rename to spring-instrument-6.0.17/pom.xml
index 79bb3c3a3..2fa245974 100644
--- a/spring-instrument-6.0.14/pom.xml
+++ b/spring-instrument-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-instrument</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-instrument</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-instrument-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-instrument-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-instrument-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-instrument-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-jdbc-6.0.14/pom.xml b/spring-jdbc-6.0.17/pom.xml
similarity index 98%
rename from spring-jdbc-6.0.14/pom.xml
rename to spring-jdbc-6.0.17/pom.xml
index 238ffd3d8..8c03128c0 100644
--- a/spring-jdbc-6.0.14/pom.xml
+++ b/spring-jdbc-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-jdbc</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-jdbc</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-jdbc-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-jdbc-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-jdbc-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-jdbc-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-jms-6.0.14/pom.xml b/spring-jms-6.0.17/pom.xml
similarity index 98%
rename from spring-jms-6.0.14/pom.xml
rename to spring-jms-6.0.17/pom.xml
index a1bd0814b..367e28e57 100644
--- a/spring-jms-6.0.14/pom.xml
+++ b/spring-jms-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-jms</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-jms</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-jms-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-jms-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-jms-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-jms-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-messaging-6.0.14/pom.xml b/spring-messaging-6.0.17/pom.xml
similarity index 98%
rename from spring-messaging-6.0.14/pom.xml
rename to spring-messaging-6.0.17/pom.xml
index 4036e3ebe..2fa9016b2 100644
--- a/spring-messaging-6.0.14/pom.xml
+++ b/spring-messaging-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-messaging</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-messaging</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-messaging-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-messaging-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-messaging-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-messaging-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-orm-6.0.14/pom.xml b/spring-orm-6.0.17/pom.xml
similarity index 98%
rename from spring-orm-6.0.14/pom.xml
rename to spring-orm-6.0.17/pom.xml
index 7f876c531..6ced63bf9 100644
--- a/spring-orm-6.0.14/pom.xml
+++ b/spring-orm-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-orm</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-orm</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-orm-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-orm-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-orm-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-orm-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-oxm-6.0.14/pom.xml b/spring-oxm-6.0.17/pom.xml
similarity index 98%
rename from spring-oxm-6.0.14/pom.xml
rename to spring-oxm-6.0.17/pom.xml
index 44beab82e..d51457b3a 100644
--- a/spring-oxm-6.0.14/pom.xml
+++ b/spring-oxm-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-oxm</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-oxm</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-oxm-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-oxm-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-oxm-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-oxm-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-test-6.0.14/pom.xml b/spring-test-6.0.17/pom.xml
similarity index 98%
rename from spring-test-6.0.14/pom.xml
rename to spring-test-6.0.17/pom.xml
index e4e098e0b..2c58010ac 100644
--- a/spring-test-6.0.14/pom.xml
+++ b/spring-test-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-test</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-test</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-test-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-test-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-test-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-test-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-tx-6.0.14/pom.xml b/spring-tx-6.0.17/pom.xml
similarity index 98%
rename from spring-tx-6.0.14/pom.xml
rename to spring-tx-6.0.17/pom.xml
index 7c836f72b..0a51542ab 100644
--- a/spring-tx-6.0.14/pom.xml
+++ b/spring-tx-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-tx</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-tx</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-tx-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-tx-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-tx-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-tx-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-web-6.0.14/pom.xml b/spring-web-6.0.17/pom.xml
similarity index 98%
rename from spring-web-6.0.14/pom.xml
rename to spring-web-6.0.17/pom.xml
index cfafcd341..c657508de 100644
--- a/spring-web-6.0.14/pom.xml
+++ b/spring-web-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-web</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-web</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-web-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-web-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-web-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-web-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-webflux-6.0.14/pom.xml b/spring-webflux-6.0.17/pom.xml
similarity index 98%
rename from spring-webflux-6.0.14/pom.xml
rename to spring-webflux-6.0.17/pom.xml
index 9620cec21..9fe7ac6ea 100644
--- a/spring-webflux-6.0.14/pom.xml
+++ b/spring-webflux-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-webflux</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-webflux</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-webflux-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-webflux-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-webflux-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-webflux-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-webmvc-6.0.14/pom.xml b/spring-webmvc-6.0.17/pom.xml
similarity index 98%
rename from spring-webmvc-6.0.14/pom.xml
rename to spring-webmvc-6.0.17/pom.xml
index f91436a55..e3b68b07b 100644
--- a/spring-webmvc-6.0.14/pom.xml
+++ b/spring-webmvc-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-webmvc</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-webmvc</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-webmvc-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-webmvc-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-webmvc-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-webmvc-6.0.17/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-websocket-6.0.14/pom.xml b/spring-websocket-6.0.17/pom.xml
similarity index 98%
rename from spring-websocket-6.0.14/pom.xml
rename to spring-websocket-6.0.17/pom.xml
index 1132ae14d..a59973308 100644
--- a/spring-websocket-6.0.14/pom.xml
+++ b/spring-websocket-6.0.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-websocket</artifactId>
-    <version>6.0.14_2-SNAPSHOT</version>
+    <version>6.0.17_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</pkgGroupId>
         <pkgArtifactId>spring-websocket</pkgArtifactId>
-        <pkgVersion>6.0.14</pkgVersion>
-             
<servicemix.osgi.source.version>6.0.14.1</servicemix.osgi.source.version>
+        <pkgVersion>6.0.17</pkgVersion>
+             
<servicemix.osgi.source.version>6.0.17.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>
diff --git a/spring-websocket-6.0.14/src/main/resources/OSGI-INF/bundle.info 
b/spring-websocket-6.0.17/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-websocket-6.0.14/src/main/resources/OSGI-INF/bundle.info
rename to spring-websocket-6.0.17/src/main/resources/OSGI-INF/bundle.info


Reply via email to