You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/07/01 05:51:46 UTC

[servicemix-bundles] branch master updated: [SM-4447] Create OSGi bundles for spring-batch 4.2.4.RELEASE

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 09f53c8  [SM-4447] Create OSGi bundles for spring-batch 4.2.4.RELEASE
09f53c8 is described below

commit 09f53c8b9f116ea391c71870679886e8580a4882
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jul 1 07:51:13 2020 +0200

    [SM-4447] Create OSGi bundles for spring-batch 4.2.4.RELEASE
---
 pom.xml                                                              | 2 ++
 .../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 92fa4b8..9fac812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,8 @@
         <module>pulsar-client-2.6.0</module>
         <module>pulsar-client-admin-2.6.0</module>
         <module>mybatis-3.5.5</module>
+        <module>spring-batch-core-4.2.4.RELEASE</module>
+        <module>spring-batch-infrastructure-4.2.4.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-4.2.2.RELEASE/pom.xml b/spring-batch-core-4.2.4.RELEASE/pom.xml
similarity index 98%
rename from spring-batch-core-4.2.2.RELEASE/pom.xml
rename to spring-batch-core-4.2.4.RELEASE/pom.xml
index dd2cf10..edf9526 100644
--- a/spring-batch-core-4.2.2.RELEASE/pom.xml
+++ b/spring-batch-core-4.2.4.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>4.2.2.RELEASE_2-SNAPSHOT</version>
+    <version>4.2.4.RELEASE_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.2.RELEASE</pkgVersion>
+        <pkgVersion>4.2.4.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-infrastructure-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-infrastructure-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-4.2.2.RELEASE/pom.xml b/spring-batch-infrastructure-4.2.4.RELEASE/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-4.2.2.RELEASE/pom.xml
rename to spring-batch-infrastructure-4.2.4.RELEASE/pom.xml
index 3563757..03e1973 100644
--- a/spring-batch-infrastructure-4.2.2.RELEASE/pom.xml
+++ b/spring-batch-infrastructure-4.2.4.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>4.2.2.RELEASE_2-SNAPSHOT</version>
+    <version>4.2.4.RELEASE_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.2.RELEASE</pkgVersion>
+        <pkgVersion>4.2.4.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-infrastructure-4.2.4.RELEASE/src/main/resources/OSGI-INF/bundle.info