aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-03-19 19:24:41 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-03-19 19:24:41 -0700
commit4dc66a0abe053dbff84946656770e8bacbce349d (patch)
tree0c011c5598be03569c97c8b2e03769489592c34a
parent3a110952291555390fefc70ec99f7b9cfce234d2 (diff)
downloadjackson-annotations-4dc66a0abe053dbff84946656770e8bacbce349d.tar.gz
move to 2.11.0.rc1-SNAPSHOT
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 72a85f0..a1e07ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
<groupId>com.fasterxml.jackson</groupId>
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
<artifactId>jackson-parent</artifactId>
- <version>2.11-SNAPSHOT</version>
+ <version>2.11</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<name>Jackson-annotations</name>
- <version>2.11.0-SNAPSHOT</version>
+ <version>2.11.0.rc1-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Core annotations used for value types, used by Jackson data binding package.
</description>