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/05/04 07:35:39 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.qpid-0.32_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 26f4cb422 -> 336c1cc09


[maven-release-plugin] prepare release org.apache.servicemix.bundles.qpid-0.32_1


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

Branch: refs/heads/master
Commit: 336c1cc096c4d1c5d9516f7ff18b42644286497e
Parents: 26f4cb4
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 07:35:32 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 07:35:32 2015 +0200

----------------------------------------------------------------------
 qpid-0.32/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/336c1cc0/qpid-0.32/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-0.32/pom.xml b/qpid-0.32/pom.xml
index 6a8df16..52f735c 100644
--- a/qpid-0.32/pom.xml
+++ b/qpid-0.32/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.qpid</artifactId>
     <packaging>bundle</packaging>
-    <version>0.32_1-SNAPSHOT</version>
+    <version>0.32_1</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps qpid-common and qpid-client ${pkgVersion} jar files.</description>
 
@@ -39,7 +39,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.qpid-0.32_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.apache.qpid</pkgGroupId>