aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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