[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml index f66267a..dbd2569 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</version> + <version>2.10.0.pr2-SNAPSHOT</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>jackson-core-2.10.0.pr1</tag> + <tag>HEAD</tag> </scm> <properties>