Repository: servicemix-bundles Updated Branches: refs/heads/master ade210e07 -> be12c08b6
[maven-release-plugin] prepare release org.apache.servicemix.bundles.solr-solrj-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/be12c08b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/be12c08b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/be12c08b Branch: refs/heads/master Commit: be12c08b612717d7411edbf3cc2e26f1d4cb6694 Parents: ade210e Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 3 21:00:39 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 3 21:00:39 2015 +0200 ---------------------------------------------------------------------- solr-solrj-5.1.0/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/be12c08b/solr-solrj-5.1.0/pom.xml ---------------------------------------------------------------------- diff --git a/solr-solrj-5.1.0/pom.xml b/solr-solrj-5.1.0/pom.xml index 57dbef7..5de90db 100644 --- a/solr-solrj-5.1.0/pom.xml +++ b/solr-solrj-5.1.0/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId> <packaging>bundle</packaging> - <version>5.1.0_1-SNAPSHOT</version> + <version>5.1.0_1</version> <name>Apache ServiceMix :: Bundles :: SolrJ</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.solr-solrj-5.1.0_1</tag> + </scm> <properties> <pkgGroupId>org.apache.solr</pkgGroupId>
