aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-03-24 10:51:56 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-03-24 10:51:56 -0700
commit01d9f2c529a162259da31956cb43c30b961ecbdb (patch)
tree4be188284f05e96970ffcd538832fba41b9f7be4
parentb9fd1ec6503f02ae7d5fcd147ca10c3e974a4491 (diff)
downloadjackson-annotations-01d9f2c529a162259da31956cb43c30b961ecbdb.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.11.0.rc1
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a1e07ac..cf8063d 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.rc1-SNAPSHOT</version>
+ <version>2.11.0.rc1</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.rc1</tag>
</scm>
<properties>