aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-02 15:13:14 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-02 15:13:14 -0700
commit9f0a136dae860f77ec3cd693a1efa4aa1c8cb0c7 (patch)
tree50aea911e1afae9908072c9531a034bb481565d5
parent03168fdc577cbdff48e030b701fcbd82773c7f38 (diff)
downloadjackson-annotations-9f0a136dae860f77ec3cd693a1efa4aa1c8cb0c7.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 ae58402..10e5e6b 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.4</version>
+ <version>2.10.5-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.4</tag>
+ <tag>HEAD</tag>
</scm>
<properties>