aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:30:58 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:30:58 -0700
commit281ef3efa684b146840cdd9fb4667a70c199a6ca (patch)
tree613059c74acd7b0f095496492b1350a551e4fcd5
parente0102ef0b4aa9b5f892d1d027fb21ab125c92d74 (diff)
downloadjackson-annotations-281ef3efa684b146840cdd9fb4667a70c199a6ca.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 0303b15..30059bc 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.10.5</version>
+ <version>2.10.6-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
@@ -22,7 +22,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.10.5</tag>
+ <tag>HEAD</tag>
</scm>
<properties>