Repository: servicemix-bundles Updated Branches: refs/heads/master 0610de9de -> f15f00946
[maven-release-plugin] prepare release org.apache.servicemix.bundles.lucene-queryparser-5.0.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/f15f0094 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f15f0094 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f15f0094 Branch: refs/heads/master Commit: f15f009465601b55186a8a9724c13a8cc3272d4b Parents: 0610de9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 10:42:04 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 10:42:04 2015 +0100 ---------------------------------------------------------------------- lucene-queryparser-5.0.0/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f15f0094/lucene-queryparser-5.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queryparser-5.0.0/pom.xml b/lucene-queryparser-5.0.0/pom.xml index bc45c16..140f33f 100644 --- a/lucene-queryparser-5.0.0/pom.xml +++ b/lucene-queryparser-5.0.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.lucene-queryparser</artifactId> - <version>5.0.0_1-SNAPSHOT</version> + <version>5.0.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-queryparser-5.0.0_1</tag> + </scm> <properties> <pkgGroupId>org.apache.lucene</pkgGroupId>
