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 b1b9d6d  [SM-4568] Create OSGi bundles for spring-batch 4.3.0
b1b9d6d is described below

commit b1b9d6dce13bf677910f29ce50fdbaa6bcc38353
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 1 20:49:21 2020 +0100

    [SM-4568] Create OSGi bundles for spring-batch 4.3.0
---
 pom.xml                                                              | 2 ++
 {spring-batch-core-4.2.4.RELEASE => spring-batch-core-4.3.0}/pom.xml | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 .../pom.xml                                                          | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3524656..471f464 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,8 @@
       <module>spring-security-web-5.4.1</module>
       <module>xmlbeans-4.0.0</module>
       <module>java-util-1.61.0</module>
+      <module>spring-batch-core-4.3.0</module>
+      <module>spring-batch-infrastructure-4.3.0</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-4.2.4.RELEASE/pom.xml 
b/spring-batch-core-4.3.0/pom.xml
similarity index 98%
rename from spring-batch-core-4.2.4.RELEASE/pom.xml
rename to spring-batch-core-4.3.0/pom.xml
index 8e06fe9..d569e90 100644
--- a/spring-batch-core-4.2.4.RELEASE/pom.xml
+++ b/spring-batch-core-4.3.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>4.2.4.RELEASE_2-SNAPSHOT</version>
+    <version>4.3.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         
<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>4.2.4.RELEASE</pkgVersion>
+        <pkgVersion>4.3.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git 
a/spring-batch-infrastructure-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
 b/spring-batch-core-4.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
spring-batch-infrastructure-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-4.3.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-4.2.4.RELEASE/pom.xml 
b/spring-batch-infrastructure-4.3.0/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-4.2.4.RELEASE/pom.xml
rename to spring-batch-infrastructure-4.3.0/pom.xml
index 09a2ab7..11b5bdc 100644
--- a/spring-batch-infrastructure-4.2.4.RELEASE/pom.xml
+++ b/spring-batch-infrastructure-4.3.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     
<artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>4.2.4.RELEASE_2-SNAPSHOT</version>
+    <version>4.3.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         
<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>4.2.4.RELEASE</pkgVersion>
+        <pkgVersion>4.3.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git 
a/spring-batch-core-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-batch-infrastructure-4.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from 
spring-batch-core-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to 
spring-batch-infrastructure-4.3.0/src/main/resources/OSGI-INF/bundle.info

Reply via email to