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:02:51 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 6f8f70464 -> dba3e3152


[maven-release-plugin] rollback the release of 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/dba3e315
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/dba3e315
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/dba3e315

Branch: refs/heads/master
Commit: dba3e31526d9f115a392a1991029d49a821c8302
Parents: 6f8f704
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 14:02:42 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 14:02:42 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/dba3e315/jsch-0.1.52/pom.xml
----------------------------------------------------------------------
diff --git a/jsch-0.1.52/pom.xml b/jsch-0.1.52/pom.xml
index 24a9573..5944902 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_2-SNAPSHOT</version>
+    <version>0.1.52_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -39,8 +39,7 @@
         <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>
-      <tag>HEAD</tag>
-  </scm>
+    </scm>
 
     <properties>
         <pkgGroupId>com.jcraft</pkgGroupId>