aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-04-25 16:37:40 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-04-25 16:37:40 -0700
commitb474fd7364a15c6cd583f3e6ae8404f4d86c338b (patch)
tree97eb6aea812a64276ceacc5314baf7210efdb89d
parentcf61b2a063473e9167c8466696c93a3e74e770b0 (diff)
downloadjackson-annotations-b474fd7364a15c6cd583f3e6ae8404f4d86c338b.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 07edb9a..f912a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<name>Jackson-annotations</name>
- <version>2.11.0</version>
+ <version>2.11.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
@@ -29,7 +29,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
<url>http://github.com/FasterXML/jackson-annotations</url>
- <tag>jackson-annotations-2.11.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>