From 66e39fff71fb70fda953728d4a91d5f3205398e5 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 12 Mar 2024 15:00:10 -0700 Subject: [PATCH] Prepare for 2.17.0 release --- pom.xml | 2 +- release-notes/VERSION-2.x | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4f42acd1..191736d2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.17.0-SNAPSHOT + 2.17.0 com.fasterxml.jackson.dataformat jackson-dataformats-text diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 79048af9..8e5ca611 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,12 +14,7 @@ Active Maintainers: === Releases === ------------------------------------------------------------------------ -Not yet released - -#465: (yaml) YAML: consider starting `#` and ending `:` as quotable characters - (contributed by Michael E) - -2.17.0-rc1 (26-Feb-2024) +2.17.0 (12-Mar-2024) #45: (csv) Allow skipping ending line break (`CsvGenerator.Feature.WRITE_LINEFEED_AFTER_LAST_ROW`) @@ -28,6 +23,8 @@ Not yet released (fix contributed by Arthur C) #456: (yaml) Support max Read/Write nesting depth limits (`StreamReadConstraints`/ `StreamWriteConstraints`) for YAML +#465: (yaml) YAML: consider starting `#` and ending `:` as quotable characters + (contributed by Michael E) 2.16.2 (09-Mar-2024)