From a1cd65dba78f1f166e4e2abe13dc2038753fdd45 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 5 Nov 2022 16:46:40 -0700 Subject: [PATCH] Prepare for 2.14.0 --- pom.xml | 2 +- release-notes/VERSION-2.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 921573b1..d16c8a45 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.14.0-SNAPSHOT + 2.14.0 com.fasterxml.jackson.module jackson-module-kotlin diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 4486a5a4..696100a4 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -15,7 +15,7 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ -2.14.0-rc3 (28-Oct-2022) +2.14.0 (05-Nov-2022) #582: Ignore open-ended ranges in `KotlinMixins.kt` (to help with Kotlin 1.7.20+) (contributed by Richard K)