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/01/20 07:10:38 UTC

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

commit 1773334fda9bc608a748acd67163f0342504a287
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 20 08:09:56 2019 +0100

    [SM-3952] Create OSGi bundle for spring-xml 3.0.6.RELEASE
---
 pom.xml                                                              | 1 +
 {spring-xml-3.0.4.RELEASE => spring-xml-3.0.6.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 503e6b9..bb30d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,7 @@
         <module>spring-web-5.0.12.RELEASE</module>
         <module>spring-webmvc-5.0.12.RELEASE</module>
         <module>spring-websocket-5.0.12.RELEASE</module>
+        <module>spring-xml-3.0.6.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-xml-3.0.4.RELEASE/pom.xml b/spring-xml-3.0.6.RELEASE/pom.xml
similarity index 98%
rename from spring-xml-3.0.4.RELEASE/pom.xml
rename to spring-xml-3.0.6.RELEASE/pom.xml
index b582383..686a025 100644
--- a/spring-xml-3.0.4.RELEASE/pom.xml
+++ b/spring-xml-3.0.6.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
-    <version>3.0.4.RELEASE_2-SNAPSHOT</version>
+    <version>3.0.6.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.4.RELEASE</pkgVersion>
+        <pkgVersion>3.0.6.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.xml
         </servicemix.osgi.export.pkg>
diff --git a/spring-xml-3.0.4.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-xml-3.0.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-3.0.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-3.0.6.RELEASE/src/main/resources/OSGI-INF/bundle.info