From c8eec468c026d8bc9a6002e30be36458f0502e91 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 May 2022 10:25:37 -0700 Subject: [PATCH 1/3] Prepare for 2.12.7 release --- pom.xml | 2 +- release-notes/VERSION-2.x | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 197847ce20..cfc1756f85 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.12.6 + 2.12.7 com.fasterxml.jackson.core diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 9a17d4ed1b..fc3593e502 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,6 +14,10 @@ JSON library. === Releases === ------------------------------------------------------------------------ +2.12.7 (26-May-2022) + +No changes since 2.12.6 + 2.12.6 (15-Dec-2021) #713: Incorrect parsing of single-quoted surrounded String values containing double quotes From e11142ebb162884aa948fc1f5947b87ebcea0e4e Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 May 2022 10:27:39 -0700 Subject: [PATCH 2/3] [maven-release-plugin] prepare release jackson-core-2.12.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cfc1756f85..d91b98f454 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.12.7-SNAPSHOT + 2.12.7 bundle Core Jackson processing abstractions (aka Streaming API), implementation for JSON @@ -31,7 +31,7 @@ scm:git:git@github.com:FasterXML/jackson-core.git scm:git:git@github.com:FasterXML/jackson-core.git http://github.com/FasterXML/jackson-core - HEAD + jackson-core-2.12.7 From 93e18c6e2fc06ebd0bb9a74c4db462662f09db20 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 May 2022 10:27:42 -0700 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d91b98f454..7475d4fb52 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.12.7 + 2.12.8-SNAPSHOT bundle Core Jackson processing abstractions (aka Streaming API), implementation for JSON @@ -31,7 +31,7 @@ scm:git:git@github.com:FasterXML/jackson-core.git scm:git:git@github.com:FasterXML/jackson-core.git http://github.com/FasterXML/jackson-core - jackson-core-2.12.7 + HEAD