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 13:05:40 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 3b4ec3902 -> c8d7b3c11


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

Branch: refs/heads/master
Commit: c8d7b3c116b6db462e5abb4ceb7d6d692df3be43
Parents: 3b4ec39
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 13:05:33 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 13:05:33 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c8d7b3c1/elasticsearch-1.5.2/pom.xml
----------------------------------------------------------------------
diff --git a/elasticsearch-1.5.2/pom.xml b/elasticsearch-1.5.2/pom.xml
index 4777de0..0981bf4 100644
--- a/elasticsearch-1.5.2/pom.xml
+++ b/elasticsearch-1.5.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId>
-    <version>1.5.2_1-SNAPSHOT</version>
+    <version>1.5.2_1</version>
     <packaging>bundle</packaging>
     <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.elasticsearch-1.5.2_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.elasticsearch</pkgGroupId>