aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:47:36 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-24 19:47:36 -0700
commit94728344a3f7f1e4127301554a55456b53814cc3 (patch)
tree992d97eef01a680487292679fc34e271f7217a37
parent303aa4bdb54ada6e90d983405a17bcf02e00a7cb (diff)
downloadjackson-databind-94728344a3f7f1e4127301554a55456b53814cc3.tar.gz
back to snapshot
-rw-r--r--pom.xml2
-rw-r--r--release-notes/VERSION-2.x4
2 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d7efb0282..b53cf9cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.11.1</version>
+ <version>2.11.2-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index b4a48df9f..0acbf3c9c 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -4,6 +4,10 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------
+2.11.1 (not yet released)
+
+-
+
2.11.1 (25-Jun-2020)
#2486: Builder Deserialization with JsonCreator Value vs Array