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/09/28 14:51:35 UTC

[servicemix-bundles] branch master updated: [SM-5311] Create OSGi bundles for spring-batch 4.3.7

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 e85a9f59e [SM-5311] Create OSGi bundles for spring-batch 4.3.7
e85a9f59e is described below

commit e85a9f59e665dceae235389ddd45bd640690c5e2
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Sep 28 16:51:02 2022 +0200

    [SM-5311] Create OSGi bundles for spring-batch 4.3.7
---
 pom.xml                                                            | 2 ++
 {spring-batch-core-4.3.6 => spring-batch-core-4.3.7}/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 d6591b485..e63d34d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,8 @@
 			<module>libthrift-0.17.0</module>
 			<module>gae-2.0.8</module>
 			<module>azure-messaging-eventhubs-checkpointstore-blob-1.15.1</module>
+			<module>spring-batch-core-4.3.7</module>
+			<module>spring-batch-infrastructure-4.3.7</module>
     </modules>
 
 </project>
diff --git a/spring-batch-core-4.3.6/pom.xml b/spring-batch-core-4.3.7/pom.xml
similarity index 98%
rename from spring-batch-core-4.3.6/pom.xml
rename to spring-batch-core-4.3.7/pom.xml
index 88314201d..01ebe1d9c 100644
--- a/spring-batch-core-4.3.6/pom.xml
+++ b/spring-batch-core-4.3.7/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-core</artifactId>
-    <version>4.3.6_2-SNAPSHOT</version>
+    <version>4.3.7_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>4.3.6</pkgVersion>
-        <servicemix.osgi.source.version>4.3.6.1</servicemix.osgi.source.version>
+        <pkgVersion>4.3.7</pkgVersion>
+        <servicemix.osgi.source.version>4.3.7.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.batch.core
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-core-4.3.6/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-4.3.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-core-4.3.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-core-4.3.7/src/main/resources/OSGI-INF/bundle.info
diff --git a/spring-batch-infrastructure-4.3.6/pom.xml b/spring-batch-infrastructure-4.3.7/pom.xml
similarity index 98%
rename from spring-batch-infrastructure-4.3.6/pom.xml
rename to spring-batch-infrastructure-4.3.7/pom.xml
index 7a41794d6..772d5740c 100644
--- a/spring-batch-infrastructure-4.3.6/pom.xml
+++ b/spring-batch-infrastructure-4.3.7/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-batch-infrastructure</artifactId>
-    <version>4.3.6_2-SNAPSHOT</version>
+    <version>4.3.7_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>4.3.6</pkgVersion>
-        <servicemix.osgi.source.version>4.3.6.1</servicemix.osgi.source.version>
+        <pkgVersion>4.3.7</pkgVersion>
+        <servicemix.osgi.source.version>4.3.7.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework.batch
         </servicemix.osgi.export.pkg>
diff --git a/spring-batch-infrastructure-4.3.6/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-4.3.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-batch-infrastructure-4.3.6/src/main/resources/OSGI-INF/bundle.info
rename to spring-batch-infrastructure-4.3.7/src/main/resources/OSGI-INF/bundle.info