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 2022/03/07 15:02:57 UTC

[servicemix-bundles] branch master updated: [SM-5030] Create OSGi bundles for spring-batch 4.3.5

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 1e9360f  [SM-5030] Create OSGi bundles for spring-batch 4.3.5
1e9360f is described below

commit 1e9360f1de4024804d4511799f56d6626cfe59ad
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 7 15:57:53 2022 +0100

    [SM-5030] Create OSGi bundles for spring-batch 4.3.5
---
 pom.xml                                                              | 2 ++
 {spring-batch-core-4.3.4 => spring-batch-core-4.3.5}/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 38a946b..66d0183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,8 @@
 	<module>any23-2.7</module>
 	<module>aws-java-sdk-2.17.143</module>
 	<module>antisamy-1.6.5</module>
+	<module>spring-batch-core-4.3.5</module>
+	<module>spring-batch-infrastructure-4.3.5</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-4.3.4/pom.xml b/spring-batch-core-4.3.5/pom.xml
similarity index 99%
rename from spring-batch-core-4.3.4/pom.xml
rename to spring-batch-core-4.3.5/pom.xml
index d499e79..e7e0b1f 100644
--- a/spring-batch-core-4.3.4/pom.xml
+++ b/spring-batch-core-4.3.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>4.3.4_2-SNAPSHOT</version>
+    <version>4.3.5_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.3.4</pkgVersion>
+        <pkgVersion>4.3.5</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-infrastructure-4.3.4/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-4.3.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-infrastructure-4.3.4/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-4.3.5/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-4.3.4/pom.xml b/spring-batch-infrastructure-4.3.5/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-4.3.4/pom.xml
rename to spring-batch-infrastructure-4.3.5/pom.xml
index c7a84eb..a160d46 100644
--- a/spring-batch-infrastructure-4.3.4/pom.xml
+++ b/spring-batch-infrastructure-4.3.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>4.3.4_2-SNAPSHOT</version>
+    <version>4.3.5_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.3.4</pkgVersion>
+        <pkgVersion>4.3.5</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-4.3.4/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-4.3.5/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-4.3.4/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-infrastructure-4.3.5/src/main/resources/OSGI-INF/bundle.info