aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-04-25 16:37:33 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-04-25 16:37:33 -0700
commitcf61b2a063473e9167c8466696c93a3e74e770b0 (patch)
tree6ce4030a4193e67d63e7ff8f111af0c893270e84
parent70fa3658abb126558492a9cf3e593268bf5ffe49 (diff)
downloadjackson-annotations-cf61b2a063473e9167c8466696c93a3e74e770b0.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.11.0
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 47b0836..07edb9a 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.0-SNAPSHOT</version>
+ <version>2.11.0</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.0</tag>
</scm>
<properties>