[maven-release-plugin] prepare release jackson-core-2.10.0.pr1
diff --git a/pom.xml b/pom.xml
index 914c800..f66267a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-core</artifactId>
   <name>Jackson-core</name>
-  <version>2.10.0.pr1-SNAPSHOT</version>
+  <version>2.10.0.pr1</version>
   <packaging>bundle</packaging>
   <description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
   <inceptionYear>2008</inceptionYear>
@@ -19,7 +19,7 @@
     <connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
     <developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
     <url>http://github.com/FasterXML/jackson-core</url>    
-    <tag>HEAD</tag>
+    <tag>jackson-core-2.10.0.pr1</tag>
   </scm>
 
   <properties>