aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:40:47 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:40:47 -0700
commitc833ddf6b34fb95df27b5db11becef1b0bc165b6 (patch)
tree0606f028e8ca565f550d97daa791ab9c242e0742
parent23f743d57eb75457fbdbb1616809c55acf427acc (diff)
downloadjackson-core-c833ddf6b34fb95df27b5db11becef1b0bc165b6.tar.gz
[maven-release-plugin] prepare for next development iteration
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c11dee0e..412d03bd 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.5</version>
+ <version>2.10.6-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.5</tag>
+ <tag>HEAD</tag>
</scm>
<properties>