aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-03-02 19:09:05 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-03-02 19:09:05 -0800
commitf2c9851640d631925dce035a4a3f68a161d4cf6f (patch)
tree71d718d3fe2b80bb853588c29d105f46f797b01f
parentca4a921825ea44480586257d82afccf6c81c8a64 (diff)
downloadjackson-annotations-f2c9851640d631925dce035a4a3f68a161d4cf6f.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 26e05ae..58fb39f 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.3</version>
+ <version>2.10.4-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.3</tag>
+ <tag>HEAD</tag>
</scm>
<properties>