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 ff6db61de [SM-5561] Create OSGi bundles for spring-batch 5.0.2
ff6db61de is described below

commit ff6db61de3134417a613a15d2c5cbeb57c09d5a4
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Wed Jul 5 07:53:01 2023 +0200

    [SM-5561] Create OSGi bundles for spring-batch 5.0.2
---
 pom.xml                                                            | 2 ++
 {spring-batch-core-5.0.1 => spring-batch-core-5.0.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 95048c53a..0e47bf66a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,8 @@
       <module>spring-security-web-6.1.1</module>
       <module>hadoop-client-3.3.6</module>
       <module>opensearch-2.8.0</module>
+      <module>spring-batch-core-5.0.2</module>
+      <module>spring-batch-infrastructure-5.0.2</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-5.0.1/pom.xml b/spring-batch-core-5.0.2/pom.xml
similarity index 98%
rename from spring-batch-core-5.0.1/pom.xml
rename to spring-batch-core-5.0.2/pom.xml
index d6333f3b6..50570baec 100644
--- a/spring-batch-core-5.0.1/pom.xml
+++ b/spring-batch-core-5.0.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>5.0.1_2-SNAPSHOT</version>
+    <version>5.0.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.0.1</pkgVersion>
-        
<servicemix.osgi.source.version>5.0.1.1</servicemix.osgi.source.version>
+        <pkgVersion>5.0.2</pkgVersion>
+        
<servicemix.osgi.source.version>5.0.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.0.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-batch-core-5.0.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-5.0.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-5.0.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-5.0.1/pom.xml 
b/spring-batch-infrastructure-5.0.2/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-5.0.1/pom.xml
rename to spring-batch-infrastructure-5.0.2/pom.xml
index ed60a4e7e..b289c2f6e 100644
--- a/spring-batch-infrastructure-5.0.1/pom.xml
+++ b/spring-batch-infrastructure-5.0.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>5.0.1_2-SNAPSHOT</version>
+    <version>5.0.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.0.1</pkgVersion>
-        
<servicemix.osgi.source.version>5.0.1.1</servicemix.osgi.source.version>
+        <pkgVersion>5.0.2</pkgVersion>
+        
<servicemix.osgi.source.version>5.0.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git 
a/spring-batch-infrastructure-5.0.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-batch-infrastructure-5.0.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
spring-batch-infrastructure-5.0.1/src/main/resources/OSGI-INF/bundle.info
rename to 
spring-batch-infrastructure-5.0.2/src/main/resources/OSGI-INF/bundle.info

Reply via email to