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 9b1c96690 SM-5616: Create OSGi bundles for spring-batch 5.0.3
9b1c96690 is described below
commit 9b1c96690758f6cdaf627dce5151a71b50ed1c89
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:53:12 2023 +0200
SM-5616: Create OSGi bundles for spring-batch 5.0.3
---
pom.xml | 2 ++
{spring-batch-core-5.0.2 => spring-batch-core-5.0.3}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
.../pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfe345a00..8d3d47a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,6 +134,8 @@
<module>spring-data-commons-3.1.4</module>
<module>spring-data-keyvalue-3.1.4</module>
<module>spring-data-redis-3.1.4</module>
+ <module>spring-batch-core-5.0.3</module>
+ <module>spring-batch-infrastructure-5.0.3</module>
</modules>
</project>
diff --git a/spring-batch-core-5.0.2/pom.xml b/spring-batch-core-5.0.3/pom.xml
similarity index 98%
rename from spring-batch-core-5.0.2/pom.xml
rename to spring-batch-core-5.0.3/pom.xml
index 56639880a..c75edd9b8 100644
--- a/spring-batch-core-5.0.2/pom.xml
+++ b/spring-batch-core-5.0.3/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-batch-core</artifactId>
- <version>5.0.2_2-SNAPSHOT</version>
+ <version>5.0.3_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.batch</pkgGroupId>
<pkgArtifactId>spring-batch-core</pkgArtifactId>
- <pkgVersion>5.0.2</pkgVersion>
-
<servicemix.osgi.source.version>5.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>5.0.3</pkgVersion>
+
<servicemix.osgi.source.version>5.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.batch.core
</servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-5.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-batch-core-5.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-5.0.2/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-5.0.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-5.0.2/pom.xml
b/spring-batch-infrastructure-5.0.3/pom.xml
similarity index 97%
rename from spring-batch-infrastructure-5.0.2/pom.xml
rename to spring-batch-infrastructure-5.0.3/pom.xml
index 0d4741918..764a9f56e 100644
--- a/spring-batch-infrastructure-5.0.2/pom.xml
+++ b/spring-batch-infrastructure-5.0.3/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-batch-infrastructure</artifactId>
- <version>5.0.2_2-SNAPSHOT</version>
+ <version>5.0.3_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.batch</pkgGroupId>
<pkgArtifactId>spring-batch-infrastructure</pkgArtifactId>
- <pkgVersion>5.0.2</pkgVersion>
-
<servicemix.osgi.source.version>5.0.2.1</servicemix.osgi.source.version>
+ <pkgVersion>5.0.3</pkgVersion>
+
<servicemix.osgi.source.version>5.0.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.batch
</servicemix.osgi.export.pkg>
diff --git
a/spring-batch-infrastructure-5.0.2/src/main/resources/OSGI-INF/bundle.info
b/spring-batch-infrastructure-5.0.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from
spring-batch-infrastructure-5.0.2/src/main/resources/OSGI-INF/bundle.info
rename to
spring-batch-infrastructure-5.0.3/src/main/resources/OSGI-INF/bundle.info