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/11/01 20:02:43 UTC

[servicemix-bundles] branch master updated: [SM-4566] Create OSGi bundle for spring-xml 3.0.10.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 8384ac3  [SM-4566] Create OSGi bundle for spring-xml 3.0.10.RELEASE
8384ac3 is described below

commit 8384ac3925e205ced9e4eabf7ecb512965e210be
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 1 21:02:10 2020 +0100

    [SM-4566] Create OSGi bundle for spring-xml 3.0.10.RELEASE
---
 pom.xml                                                              | 1 +
 {spring-xml-3.0.9.RELEASE => spring-xml-3.0.10.RELEASE}/pom.xml      | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c0a354..1fd0ebb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@
       <module>spring-batch-core-4.3.0</module>
       <module>spring-batch-infrastructure-4.3.0</module>
       <module>azure-messaging-eventhubs-5.3.1</module>
+      <module>spring-xml-3.0.10.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-xml-3.0.9.RELEASE/pom.xml b/spring-xml-3.0.10.RELEASE/pom.xml
similarity index 98%
rename from spring-xml-3.0.9.RELEASE/pom.xml
rename to spring-xml-3.0.10.RELEASE/pom.xml
index 49f9e60..daeec07 100644
--- a/spring-xml-3.0.9.RELEASE/pom.xml
+++ b/spring-xml-3.0.10.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
-    <version>3.0.9.RELEASE_2-SNAPSHOT</version>
+    <version>3.0.10.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.ws</pkgGroupId>
         <pkgArtifactId>spring-xml</pkgArtifactId>
-        <pkgVersion>3.0.9.RELEASE</pkgVersion>
+        <pkgVersion>3.0.10.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.xml
         </servicemix.osgi.export.pkg>
diff --git a/spring-xml-3.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-xml-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-3.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info