aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:29:00 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:29:00 -0700
commit5e50a6b5a93bd3b471fa8797feec4fbb08f77cdc (patch)
treeb3d6fe08d8d097be3f5258231750fa5707c4acbb
parente1feda169622e7864ed70beceaf80c348b419881 (diff)
downloadjackson-annotations-5e50a6b5a93bd3b471fa8797feec4fbb08f77cdc.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 c5988ec..65a53a8 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.1</version>
+ <version>2.11.2-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.1</tag>
+ <tag>HEAD</tag>
</scm>
<properties>