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/05/26 07:46:08 UTC

[servicemix-bundles] branch master updated: [SM-4407] Create OSGi bundles for spring-batch 4.2.2.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 a7229b1  [SM-4407] Create OSGi bundles for spring-batch 4.2.2.RELEASE
a7229b1 is described below

commit a7229b1420437997a8d1898d3689ed80f0cbdaf2
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 09:45:38 2020 +0200

    [SM-4407] Create OSGi bundles for spring-batch 4.2.2.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 b9fd2a5..a444460 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,8 @@
         <module>htmlunit-2.40.0</module>
         <module>azure-keyvault-core-1.2.4</module>
         <module>snmp4j-3.4.1</module>
+        <module>spring-batch-core-4.2.2.RELEASE</module>
+        <module>spring-batch-infrastructure-4.2.2.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-4.2.1.RELEASE/pom.xml b/spring-batch-core-4.2.2.RELEASE/pom.xml
similarity index 98%
rename from spring-batch-core-4.2.1.RELEASE/pom.xml
rename to spring-batch-core-4.2.2.RELEASE/pom.xml
index b14e790..7333ee4 100644
--- a/spring-batch-core-4.2.1.RELEASE/pom.xml
+++ b/spring-batch-core-4.2.2.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.1.RELEASE_2-SNAPSHOT</version>
+    <version>4.2.2.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.1.RELEASE</pkgVersion>
+        <pkgVersion>4.2.2.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-infrastructure-4.2.1.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-infrastructure-4.2.1.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-4.2.1.RELEASE/pom.xml b/spring-batch-infrastructure-4.2.2.RELEASE/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-4.2.1.RELEASE/pom.xml
rename to spring-batch-infrastructure-4.2.2.RELEASE/pom.xml
index 52ec9fa..f51b61d 100644
--- a/spring-batch-infrastructure-4.2.1.RELEASE/pom.xml
+++ b/spring-batch-infrastructure-4.2.2.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.1.RELEASE_2-SNAPSHOT</version>
+    <version>4.2.2.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.1.RELEASE</pkgVersion>
+        <pkgVersion>4.2.2.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-4.2.1.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-4.2.1.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-infrastructure-4.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info