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 2019/03/03 06:58:01 UTC

[servicemix-bundles] branch master updated: [SM-4011] Create OSGi bundle for spring-xml 3.0.7.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 5dafb4e  [SM-4011] Create OSGi bundle for spring-xml 3.0.7.RELEASE
5dafb4e is described below

commit 5dafb4e6e33977a53732a61569bec4d6d6da4ccc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Mar 3 07:57:29 2019 +0100

    [SM-4011] Create OSGi bundle for spring-xml 3.0.7.RELEASE
---
 pom.xml                                                              | 1 +
 {spring-xml-3.0.6.RELEASE => spring-xml-3.0.7.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 f35dca1..cfad1a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
         <module>spring-ws-security-3.0.7.RELEASE</module>
         <module>spring-ws-support-3.0.7.RELEASE</module>
         <module>spring-ws-test-3.0.7.RELEASE</module>
+        <module>spring-xml-3.0.7.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-xml-3.0.6.RELEASE/pom.xml b/spring-xml-3.0.7.RELEASE/pom.xml
similarity index 98%
rename from spring-xml-3.0.6.RELEASE/pom.xml
rename to spring-xml-3.0.7.RELEASE/pom.xml
index 9016530..54c2f9e 100644
--- a/spring-xml-3.0.6.RELEASE/pom.xml
+++ b/spring-xml-3.0.7.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
-    <version>3.0.6.RELEASE_2-SNAPSHOT</version>
+    <version>3.0.7.RELEASE_2-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.6.RELEASE</pkgVersion>
+        <pkgVersion>3.0.7.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.xml
         </servicemix.osgi.export.pkg>
diff --git a/spring-xml-3.0.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-xml-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-3.0.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info