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 11:09:32 UTC

servicemix-bundles git commit: [maven-release-plugin] rollback the release of org.apache.servicemix.bundles.java-xmlbuilder-1.1_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 8390c15bd -> ae6e856bd


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

Branch: refs/heads/master
Commit: ae6e856bde398f3c7206bf873a8eca7b77446c5e
Parents: 8390c15
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 11:09:25 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 11:09:25 2015 +0200

----------------------------------------------------------------------
 java-xmlbuilder-1.1/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ae6e856b/java-xmlbuilder-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/java-xmlbuilder-1.1/pom.xml b/java-xmlbuilder-1.1/pom.xml
index 32efbf7..2c17555 100644
--- a/java-xmlbuilder-1.1/pom.xml
+++ b/java-xmlbuilder-1.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.java-xmlbuilder</artifactId>
-    <version>1.1_2-SNAPSHOT</version>
+    <version>1.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <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.jamesmurty.utils</pkgGroupId>