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 296ec7976 SM-5720: Create OSGi bundles for Spring 6.1.11
296ec7976 is described below
commit 296ec7976d0be2a64d1c6a4fdf1be8cfcb05252d
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 19 15:40:33 2024 +0200
SM-5720: Create OSGi bundles for Spring 6.1.11
---
pom.xml | 19 +++++++++++++++++++
{spring-aop-6.1.6 => spring-aop-6.1.11}/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.1.6 => spring-beans-6.1.11}/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.1.6 => spring-core-6.1.11}/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.1.6 => spring-jdbc-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-jms-6.1.6 => spring-jms-6.1.11}/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.1.6 => spring-orm-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-oxm-6.1.6 => spring-oxm-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-test-6.1.6 => spring-test-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-tx-6.1.6 => spring-tx-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-web-6.1.6 => spring-web-6.1.11}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
.../pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-webmvc-6.1.6 => spring-webmvc-6.1.11}/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 467a3a4d9..ea22ebbfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,25 @@
<module>spring-security-taglibs-6.3.1</module>
<module>spring-security-test-6.3.1</module>
<module>spring-security-web-6.3.1</module>
+ <module>spring-aop-6.1.11</module>
+ <module>spring-aspects-6.1.11</module>
+ <module>spring-beans-6.1.11</module>
+ <module>spring-context-6.1.11</module>
+ <module>spring-context-support-6.1.11</module>
+ <module>spring-core-6.1.11</module>
+ <module>spring-expression-6.1.11</module>
+ <module>spring-instrument-6.1.11</module>
+ <module>spring-jdbc-6.1.11</module>
+ <module>spring-jms-6.1.11</module>
+ <module>spring-messaging-6.1.11</module>
+ <module>spring-orm-6.1.11</module>
+ <module>spring-oxm-6.1.11</module>
+ <module>spring-test-6.1.11</module>
+ <module>spring-tx-6.1.11</module>
+ <module>spring-web-6.1.11</module>
+ <module>spring-webflux-6.1.11</module>
+ <module>spring-webmvc-6.1.11</module>
+ <module>spring-websocket-6.1.11</module>
</modules>
</project>
diff --git a/spring-aop-6.1.6/pom.xml b/spring-aop-6.1.11/pom.xml
similarity index 98%
rename from spring-aop-6.1.6/pom.xml
rename to spring-aop-6.1.11/pom.xml
index edcf4a0c0..0ccfdf412 100644
--- a/spring-aop-6.1.6/pom.xml
+++ b/spring-aop-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-aop</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-aop</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-aop-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-aop-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-aop-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-aop-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-aspects-6.1.6/pom.xml b/spring-aspects-6.1.11/pom.xml
similarity index 97%
rename from spring-aspects-6.1.6/pom.xml
rename to spring-aspects-6.1.11/pom.xml
index f2d3d7d06..7c4e01947 100644
--- a/spring-aspects-6.1.6/pom.xml
+++ b/spring-aspects-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-aspects</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-aspects</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-aspects-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-aspects-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-aspects-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-aspects-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-beans-6.1.6/pom.xml b/spring-beans-6.1.11/pom.xml
similarity index 97%
rename from spring-beans-6.1.6/pom.xml
rename to spring-beans-6.1.11/pom.xml
index 2c90db264..6393d0e56 100644
--- a/spring-beans-6.1.6/pom.xml
+++ b/spring-beans-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-beans</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-beans</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-beans-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-beans-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-beans-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-beans-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-context-6.1.6/pom.xml b/spring-context-6.1.11/pom.xml
similarity index 98%
rename from spring-context-6.1.6/pom.xml
rename to spring-context-6.1.11/pom.xml
index 6ca05c229..fbae82622 100644
--- a/spring-context-6.1.6/pom.xml
+++ b/spring-context-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-context</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-context</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-context-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-context-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-context-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-context-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-context-support-6.1.6/pom.xml
b/spring-context-support-6.1.11/pom.xml
similarity index 98%
rename from spring-context-support-6.1.6/pom.xml
rename to spring-context-support-6.1.11/pom.xml
index 0ba28e740..c25f09099 100644
--- a/spring-context-support-6.1.6/pom.xml
+++ b/spring-context-support-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-context-support</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-context-support</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git
a/spring-context-support-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-context-support-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-context-support-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-context-support-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-core-6.1.6/pom.xml b/spring-core-6.1.11/pom.xml
similarity index 97%
rename from spring-core-6.1.6/pom.xml
rename to spring-core-6.1.11/pom.xml
index c9d96a79c..d0513a239 100644
--- a/spring-core-6.1.6/pom.xml
+++ b/spring-core-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-core</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-core</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-core-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-core-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-core-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-core-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-expression-6.1.6/pom.xml b/spring-expression-6.1.11/pom.xml
similarity index 96%
rename from spring-expression-6.1.6/pom.xml
rename to spring-expression-6.1.11/pom.xml
index 546d5da0e..9ec9f5f20 100644
--- a/spring-expression-6.1.6/pom.xml
+++ b/spring-expression-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-expression</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-expression</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-expression-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-expression-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-expression-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-expression-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-instrument-6.1.6/pom.xml b/spring-instrument-6.1.11/pom.xml
similarity index 96%
rename from spring-instrument-6.1.6/pom.xml
rename to spring-instrument-6.1.11/pom.xml
index 8b84bfec6..5e90f4ad1 100644
--- a/spring-instrument-6.1.6/pom.xml
+++ b/spring-instrument-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-instrument</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-instrument</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-instrument-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-instrument-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-instrument-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-instrument-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-jdbc-6.1.6/pom.xml b/spring-jdbc-6.1.11/pom.xml
similarity index 97%
rename from spring-jdbc-6.1.6/pom.xml
rename to spring-jdbc-6.1.11/pom.xml
index 3370c53b2..40402f52b 100644
--- a/spring-jdbc-6.1.6/pom.xml
+++ b/spring-jdbc-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-jdbc</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-jdbc</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-jdbc-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-jdbc-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-jdbc-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-jdbc-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-jms-6.1.6/pom.xml b/spring-jms-6.1.11/pom.xml
similarity index 98%
rename from spring-jms-6.1.6/pom.xml
rename to spring-jms-6.1.11/pom.xml
index b7d9c0088..635594baf 100644
--- a/spring-jms-6.1.6/pom.xml
+++ b/spring-jms-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-jms</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-jms</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-jms-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-jms-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-jms-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-jms-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-messaging-6.1.6/pom.xml b/spring-messaging-6.1.11/pom.xml
similarity index 98%
rename from spring-messaging-6.1.6/pom.xml
rename to spring-messaging-6.1.11/pom.xml
index 93d5162f4..aa4f3fc49 100644
--- a/spring-messaging-6.1.6/pom.xml
+++ b/spring-messaging-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-messaging</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-messaging</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-messaging-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-messaging-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-messaging-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-messaging-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-orm-6.1.6/pom.xml b/spring-orm-6.1.11/pom.xml
similarity index 98%
rename from spring-orm-6.1.6/pom.xml
rename to spring-orm-6.1.11/pom.xml
index 5b7418b2b..844c32c69 100644
--- a/spring-orm-6.1.6/pom.xml
+++ b/spring-orm-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-orm</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-orm</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-orm-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-orm-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-orm-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-orm-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-oxm-6.1.6/pom.xml b/spring-oxm-6.1.11/pom.xml
similarity index 97%
rename from spring-oxm-6.1.6/pom.xml
rename to spring-oxm-6.1.11/pom.xml
index f867ce063..7ab982410 100644
--- a/spring-oxm-6.1.6/pom.xml
+++ b/spring-oxm-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-oxm</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-oxm</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-oxm-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-oxm-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-oxm-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-oxm-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-test-6.1.6/pom.xml b/spring-test-6.1.11/pom.xml
similarity index 98%
rename from spring-test-6.1.6/pom.xml
rename to spring-test-6.1.11/pom.xml
index f65aeca6f..70dcfb879 100644
--- a/spring-test-6.1.6/pom.xml
+++ b/spring-test-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-test</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-test</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-test-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-test-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-test-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-test-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-tx-6.1.6/pom.xml b/spring-tx-6.1.11/pom.xml
similarity index 98%
rename from spring-tx-6.1.6/pom.xml
rename to spring-tx-6.1.11/pom.xml
index 5a02aeeac..1b26fbaff 100644
--- a/spring-tx-6.1.6/pom.xml
+++ b/spring-tx-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-tx</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-tx</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-tx-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-tx-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-tx-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-tx-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-web-6.1.6/pom.xml b/spring-web-6.1.11/pom.xml
similarity index 98%
rename from spring-web-6.1.6/pom.xml
rename to spring-web-6.1.11/pom.xml
index 25f57eb51..b566694ed 100644
--- a/spring-web-6.1.6/pom.xml
+++ b/spring-web-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-web</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-web</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-web-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-web-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-web-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-web-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-webflux-6.1.6/pom.xml b/spring-webflux-6.1.11/pom.xml
similarity index 98%
rename from spring-webflux-6.1.6/pom.xml
rename to spring-webflux-6.1.11/pom.xml
index 6492d7c66..9295a7d44 100644
--- a/spring-webflux-6.1.6/pom.xml
+++ b/spring-webflux-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-webflux</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-webflux</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-webflux-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-webflux-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-webflux-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-webflux-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-webmvc-6.1.6/pom.xml b/spring-webmvc-6.1.11/pom.xml
similarity index 98%
rename from spring-webmvc-6.1.6/pom.xml
rename to spring-webmvc-6.1.11/pom.xml
index f054622cf..0d619aac3 100644
--- a/spring-webmvc-6.1.6/pom.xml
+++ b/spring-webmvc-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-webmvc</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-webmvc</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-webmvc-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-webmvc-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-webmvc-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-webmvc-6.1.11/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-websocket-6.1.6/pom.xml b/spring-websocket-6.1.11/pom.xml
similarity index 98%
rename from spring-websocket-6.1.6/pom.xml
rename to spring-websocket-6.1.11/pom.xml
index d6947ae44..14d98f9e4 100644
--- a/spring-websocket-6.1.6/pom.xml
+++ b/spring-websocket-6.1.11/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-websocket</artifactId>
- <version>6.1.6_2-SNAPSHOT</version>
+ <version>6.1.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</pkgGroupId>
<pkgArtifactId>spring-websocket</pkgArtifactId>
- <pkgVersion>6.1.6</pkgVersion>
-
<servicemix.osgi.source.version>6.1.6.1</servicemix.osgi.source.version>
+ <pkgVersion>6.1.11</pkgVersion>
+
<servicemix.osgi.source.version>6.1.11.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>
diff --git a/spring-websocket-6.1.6/src/main/resources/OSGI-INF/bundle.info
b/spring-websocket-6.1.11/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-websocket-6.1.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-websocket-6.1.11/src/main/resources/OSGI-INF/bundle.info