aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-01-04 18:02:41 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-01-04 18:02:41 -0800
commitbdb34e262c111a20f338f9aa15abf926a1656fc3 (patch)
tree863d71d59e9abff0d3fcc0589e3c9b4ff46ae177
parent98d0435c4f84d87e01aeab3a6a089a08455990e3 (diff)
downloadjackson-annotations-bdb34e262c111a20f338f9aa15abf926a1656fc3.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.10.2
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a76f2b0..53e15fd 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.2-SNAPSHOT</version>
+ <version>2.10.2</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.2</tag>
</scm>
<properties>