aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:28:52 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:28:52 -0700
commite1feda169622e7864ed70beceaf80c348b419881 (patch)
treed21b640b89e431a7f9e6c56d4fa4a64e13097f81
parent6e57e0916726f21ad844ca76b3c8c90554070122 (diff)
downloadjackson-annotations-e1feda169622e7864ed70beceaf80c348b419881.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.11.1
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f912a61..c5988ec 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.11.1-SNAPSHOT</version>
+ <version>2.11.1</version>
<packaging>bundle</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
@@ -29,7 +29,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.11.1</tag>
</scm>
<properties>