aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-08-02 11:15:09 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-08-02 11:15:09 -0700
commitb299566351205b205aa773e68bbf42bc6602c66b (patch)
tree5f92bba3bb5ce5fe3031e810f373d4e58447acc9
parent7d737db0fb37ea61319361ba29a106d7e597bd06 (diff)
downloadjackson-databind-b299566351205b205aa773e68bbf42bc6602c66b.tar.gz
Prepare for 2.11.2 release
-rw-r--r--pom.xml2
-rw-r--r--release-notes/VERSION-2.x2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b53cf9cd3..495266c18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.11.2-SNAPSHOT</version>
+ <version>2.11.2</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index d1182d17f..a8924c87c 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -4,7 +4,7 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------
-2.11.2 (not yet released)
+2.11.2 (02-Aug-2020)
#2783: Parser/Generator features not set when using `ObjectMapper.createParser()`,
`createGenerator()`