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/03 14:08:24 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.lucene-analyzers-common-5.1.0_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master d43d1ae9c -> f5758530a


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

Branch: refs/heads/master
Commit: f5758530af39eedf773fbc36aacc35513d306427
Parents: d43d1ae
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sun May 3 14:08:18 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sun May 3 14:08:18 2015 +0200

----------------------------------------------------------------------
 lucene-analyzers-common-5.1.0/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f5758530/lucene-analyzers-common-5.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/lucene-analyzers-common-5.1.0/pom.xml b/lucene-analyzers-common-5.1.0/pom.xml
index 45e0e7a..d3d9171 100644
--- a/lucene-analyzers-common-5.1.0/pom.xml
+++ b/lucene-analyzers-common-5.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-analyzers-common</artifactId>
-    <version>5.1.0_1-SNAPSHOT</version>
+    <version>5.1.0_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.lucene-analyzers-common-5.1.0_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.apache.lucene</pkgGroupId>