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 2015/09/03 14:37:09 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-jms-4.1.1.RELEASE_4

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 36dd3798b -> 76bf59107


[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-jms-4.1.1.RELEASE_4


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/76bf5910
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/76bf5910
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/76bf5910

Branch: refs/heads/master
Commit: 76bf591071c8259e9e18657ca6d64b8392cb0345
Parents: 36dd379
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Sep 3 14:37:02 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Sep 3 14:37:02 2015 +0200

----------------------------------------------------------------------
 spring-jms-4.1.1.RELEASE/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/76bf5910/spring-jms-4.1.1.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jms-4.1.1.RELEASE/pom.xml b/spring-jms-4.1.1.RELEASE/pom.xml
index b17c878..b38aa0c 100644
--- a/spring-jms-4.1.1.RELEASE/pom.xml
+++ b/spring-jms-4.1.1.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-jms</artifactId>
-    <version>4.1.1.RELEASE_4-SNAPSHOT</version>
+    <version>4.1.1.RELEASE_4</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,7 +38,8 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    </scm>
+      <tag>org.apache.servicemix.bundles.spring-jms-4.1.1.RELEASE_4</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.springframework</pkgGroupId>