From 5963aa07358b391145cfac1f7579c10fbfecf33d Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 22 Jan 2023 16:09:57 -0800 Subject: [PATCH 1/4] Prepare for 2.13.5 release --- pom.xml | 2 +- release-notes/VERSION-2.x | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53652980fb..6d2487cb2f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.13.5-SNAPSHOT + 2.13.5 com.fasterxml.jackson.core jackson-core diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 30516b5ce5..cf216e8e0e 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,6 +14,7 @@ JSON library. === Releases === ------------------------------------------------------------------------ +2.13.5 (23-Jan-2023) 2.13.4 (03-Sep-2022) No changes since 2.13.3 From a085e604516d06b21bd39fbc14d7bd860149913b Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 22 Jan 2023 16:23:43 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-core-2.13.5 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6d2487cb2f..5226522684 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.13.5-SNAPSHOT + 2.13.5 bundle Core Jackson processing abstractions (aka Streaming API), implementation for JSON @@ -30,7 +30,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.13.5 From 470bba271d335cf146ab2914f974fcf5039dedf4 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 22 Jan 2023 16:23:46 -0800 Subject: [PATCH 3/4] [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 5226522684..81b11f8bc5 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.13.5 + 2.13.6-SNAPSHOT bundle Core Jackson processing abstractions (aka Streaming API), implementation for JSON @@ -30,7 +30,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.13.5 + HEAD From 3553b5c91aff39e9b53a35e4906c2bda1ea133f9 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sun, 22 Jan 2023 16:27:31 -0800 Subject: [PATCH 4/4] Back to snapshot deps --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81b11f8bc5..d71dcb4cdd 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.13.5 + 2.13.6-SNAPSHOT com.fasterxml.jackson.core jackson-core