aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-02 15:13:06 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-02 15:13:06 -0700
commit03168fdc577cbdff48e030b701fcbd82773c7f38 (patch)
tree80ebd36684f6881aacbad567cf2c3f2d31c65a56
parentf2c9851640d631925dce035a4a3f68a161d4cf6f (diff)
downloadjackson-annotations-03168fdc577cbdff48e030b701fcbd82773c7f38.tar.gz
[maven-release-plugin] prepare release jackson-annotations-2.10.4
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 58fb39f..ae58402 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.4-SNAPSHOT</version>
+ <version>2.10.4</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.4</tag>
</scm>
<properties>