[maven-release-plugin] prepare release org.apache.servicemix.bundles.solr-solrj-5.0.0_1
diff --git a/solr-solrj-5.0.0/pom.xml b/solr-solrj-5.0.0/pom.xml
index ee05fb4..56e2fae 100644
--- a/solr-solrj-5.0.0/pom.xml
+++ b/solr-solrj-5.0.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.0.0_1-SNAPSHOT</version>
+    <version>5.0.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.0.0_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.apache.solr</pkgGroupId>