diff --git a/pom.xml b/pom.xml index 73b22f2ad4..23ae6ea0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <name>Jackson-core</name> - <version>2.12.2</version> + <version>2.12.3-SNAPSHOT</version> <packaging>bundle</packaging> <description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description> <licenses> @@ -31,7 +31,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.12.2</tag> + <tag>HEAD</tag> </scm> <properties>