aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-03-02 19:08:54 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-03-02 19:08:54 -0800
commitca4a921825ea44480586257d82afccf6c81c8a64 (patch)
tree620dd18f54fcf052c50b7100b7091ee17825d97e
parent2149fee3c9ee31c4b373e1635ded8b49e8ef1726 (diff)
downloadjackson-annotations-ca4a921825ea44480586257d82afccf6c81c8a64.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.10.3
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 398abe7..26e05ae 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-SNAPSHOT</version>
+ <version>2.10.3</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>HEAD</tag>
+ <tag>jackson-annotations-2.10.3</tag>
</scm>
<properties>