aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:33:33 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:33:33 -0700
commita02db8494a905a6f4ecafd0ce9886b56a404b44f (patch)
tree8c8d6ae9da8a4c3261e4bceda51eaab4e96f017b
parentad08ff6a62cd0079ee868f0f8e4433c941fe1ed8 (diff)
downloadjackson-core-a02db8494a905a6f4ecafd0ce9886b56a404b44f.tar.gz
Prepare for 2.10.5
-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 0dc7e5fc..e5f32cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.10.5-SNAPSHOT</version>
+ <version>2.10.5</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 1360321a..5dfde084 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -14,7 +14,7 @@ JSON library.
=== Releases ===
------------------------------------------------------------------------
-2.10.5 (not yet released)
+2.10.5 (21-Jul-2020)
#616: Parsing JSON with `ALLOW_MISSING_VALUE` enabled results in endless stream
of `VALUE_NULL` tokens