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 46bad354a SM-5738: Create OSGi bundles for spring-batch 5.1.2
46bad354a is described below

commit 46bad354a6c955eabbd6026441e4bb3da4ecc6c2
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jul 16 07:28:04 2024 +0200

    SM-5738: Create OSGi bundles for spring-batch 5.1.2
---
 pom.xml                                                            | 2 ++
 {spring-batch-core-5.1.0 => spring-batch-core-5.1.2}/pom.xml       | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 .../pom.xml                                                        | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 298da0ed4..1b8b23191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,8 @@
       <module>snmp4j-3.8.2</module>
       <module>hadoop-client-3.4.0</module>
       <module>java-util-2.13.0</module>
+      <module>spring-batch-core-5.1.2</module>
+      <module>spring-batch-infrastructure-5.1.2</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-5.1.0/pom.xml b/spring-batch-core-5.1.2/pom.xml
similarity index 98%
rename from spring-batch-core-5.1.0/pom.xml
rename to spring-batch-core-5.1.2/pom.xml
index bb6bb2ddc..44854caad 100644
--- a/spring-batch-core-5.1.0/pom.xml
+++ b/spring-batch-core-5.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>5.1.0_2-SNAPSHOT</version>
+    <version>5.1.2_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.1.0</pkgVersion>
-        
<servicemix.osgi.source.version>5.1.0.1</servicemix.osgi.source.version>
+        <pkgVersion>5.1.2</pkgVersion>
+        
<servicemix.osgi.source.version>5.1.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-5.1.0/src/main/resources/OSGI-INF/bundle.info 
b/spring-batch-core-5.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-5.1.0/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-5.1.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-5.1.0/pom.xml 
b/spring-batch-infrastructure-5.1.2/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-5.1.0/pom.xml
rename to spring-batch-infrastructure-5.1.2/pom.xml
index df343cef7..29361760e 100644
--- a/spring-batch-infrastructure-5.1.0/pom.xml
+++ b/spring-batch-infrastructure-5.1.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>5.1.0_2-SNAPSHOT</version>
+    <version>5.1.2_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.1.0</pkgVersion>
-        
<servicemix.osgi.source.version>5.1.0.1</servicemix.osgi.source.version>
+        <pkgVersion>5.1.2</pkgVersion>
+        
<servicemix.osgi.source.version>5.1.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git 
a/spring-batch-infrastructure-5.1.0/src/main/resources/OSGI-INF/bundle.info 
b/spring-batch-infrastructure-5.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
spring-batch-infrastructure-5.1.0/src/main/resources/OSGI-INF/bundle.info
rename to 
spring-batch-infrastructure-5.1.2/src/main/resources/OSGI-INF/bundle.info

Reply via email to