aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:30:50 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:30:50 -0700
commite0102ef0b4aa9b5f892d1d027fb21ab125c92d74 (patch)
tree22c93cac8417c9887d7176adef41befefe1e9fb3
parent9f0a136dae860f77ec3cd693a1efa4aa1c8cb0c7 (diff)
downloadjackson-annotations-e0102ef0b4aa9b5f892d1d027fb21ab125c92d74.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.10.5
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 10e5e6b..0303b15 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-SNAPSHOT</version>
+ <version>2.10.5</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.5</tag>
</scm>
<properties>