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 14:01:07 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 9533f04ce -> 1f4ec2111


[maven-release-plugin] prepare release org.apache.servicemix.bundles.jsch-0.1.52_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/1f4ec211
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1f4ec211
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1f4ec211

Branch: refs/heads/master
Commit: 1f4ec2111cd7702fd8a8ca5925906d8077680e3e
Parents: 9533f04
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 14:00:57 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 14:00:57 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1f4ec211/jsch-0.1.52/pom.xml
----------------------------------------------------------------------
diff --git a/jsch-0.1.52/pom.xml b/jsch-0.1.52/pom.xml
index 5944902..f25f8d3 100644
--- a/jsch-0.1.52/pom.xml
+++ b/jsch-0.1.52/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jsch</artifactId>
     <packaging>bundle</packaging>
-    <version>0.1.52_1-SNAPSHOT</version>
+    <version>0.1.52_1</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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.jsch-0.1.52_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>com.jcraft</pkgGroupId>