aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-03-24 10:52:03 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-03-24 10:52:03 -0700
commitee14210d9f38757ff0afb42589db6627001bb852 (patch)
tree84955dbe633c1696c800e97e7663876f46d77a1a
parent01d9f2c529a162259da31956cb43c30b961ecbdb (diff)
downloadjackson-annotations-ee14210d9f38757ff0afb42589db6627001bb852.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 cf8063d..41741c8 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.rc1</version>
+ <version>2.11.1.rc1-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.rc1</tag>
+ <tag>HEAD</tag>
</scm>
<properties>