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 a2ccf4446 SM-5617: Create OSGi bundles for spring-data 3.1.4
a2ccf4446 is described below
commit a2ccf4446cb2c906c1492b03be7a24c5bfbf7d7b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:46:35 2023 +0200
SM-5617: Create OSGi bundles for spring-data 3.1.4
---
pom.xml | 3 +++
{spring-data-commons-3.1.3 => spring-data-commons-3.1.4}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
.../pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
{spring-data-redis-3.1.3 => spring-data-redis-3.1.4}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
7 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9e0db08f1..dfe345a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,9 @@
<module>aspectj-1.9.20.1</module>
<module>zxing-3.5.2</module>
<module>gae-2.0.19</module>
+ <module>spring-data-commons-3.1.4</module>
+ <module>spring-data-keyvalue-3.1.4</module>
+ <module>spring-data-redis-3.1.4</module>
</modules>
</project>
diff --git a/spring-data-commons-3.1.3/pom.xml
b/spring-data-commons-3.1.4/pom.xml
similarity index 97%
rename from spring-data-commons-3.1.3/pom.xml
rename to spring-data-commons-3.1.4/pom.xml
index 77dc31402..e017d448a 100644
--- a/spring-data-commons-3.1.3/pom.xml
+++ b/spring-data-commons-3.1.4/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-data-commons</artifactId>
- <version>3.1.3_2-SNAPSHOT</version>
+ <version>3.1.4_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.data</pkgGroupId>
<pkgArtifactId>spring-data-commons</pkgArtifactId>
- <pkgVersion>3.1.3</pkgVersion>
-
<servicemix.osgi.source.version>3.1.3.1</servicemix.osgi.source.version>
+ <pkgVersion>3.1.4</pkgVersion>
+
<servicemix.osgi.source.version>3.1.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.data
</servicemix.osgi.export.pkg>
diff --git a/spring-data-commons-3.1.3/src/main/resources/OSGI-INF/bundle.info
b/spring-data-commons-3.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-data-commons-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-data-commons-3.1.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-data-keyvalue-3.1.3/pom.xml
b/spring-data-keyvalue-3.1.4/pom.xml
similarity index 95%
rename from spring-data-keyvalue-3.1.3/pom.xml
rename to spring-data-keyvalue-3.1.4/pom.xml
index 9bee68e92..ca6e31715 100644
--- a/spring-data-keyvalue-3.1.3/pom.xml
+++ b/spring-data-keyvalue-3.1.4/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-data-keyvalue</artifactId>
- <version>3.1.3_2-SNAPSHOT</version>
+ <version>3.1.4_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: spring-data-keyvalue</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
files.</description>
@@ -39,14 +39,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.data</pkgGroupId>
<pkgArtifactId>spring-data-keyvalue</pkgArtifactId>
- <pkgVersion>3.1.3</pkgVersion>
-
<servicemix.osgi.source.version>3.1.3.1</servicemix.osgi.source.version>
+ <pkgVersion>3.1.4</pkgVersion>
+
<servicemix.osgi.source.version>3.1.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.data.keyvalue
</servicemix.osgi.export.pkg>
diff --git a/spring-data-keyvalue-3.1.3/src/main/resources/OSGI-INF/bundle.info
b/spring-data-keyvalue-3.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-data-keyvalue-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-data-keyvalue-3.1.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-data-redis-3.1.3/pom.xml b/spring-data-redis-3.1.4/pom.xml
similarity index 96%
rename from spring-data-redis-3.1.3/pom.xml
rename to spring-data-redis-3.1.4/pom.xml
index 5663c90b4..e2c19f522 100644
--- a/spring-data-redis-3.1.3/pom.xml
+++ b/spring-data-redis-3.1.4/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-data-redis</artifactId>
- <version>3.1.3_2-SNAPSHOT</version>
+ <version>3.1.4_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: spring-data-redis</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
files.</description>
@@ -39,14 +39,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.data</pkgGroupId>
<pkgArtifactId>spring-data-redis</pkgArtifactId>
- <pkgVersion>3.1.3</pkgVersion>
-
<servicemix.osgi.source.version>3.1.3.1</servicemix.osgi.source.version>
+ <pkgVersion>3.1.4</pkgVersion>
+
<servicemix.osgi.source.version>3.1.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.data.redis
</servicemix.osgi.export.pkg>
diff --git a/spring-data-redis-3.1.3/src/main/resources/OSGI-INF/bundle.info
b/spring-data-redis-3.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-data-redis-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to spring-data-redis-3.1.4/src/main/resources/OSGI-INF/bundle.info