From 3ab5ac5ba1a0649213208c3b6861cf31f70f9a58 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 9 Feb 2024 19:06:46 -0800 Subject: [PATCH] Prepare for 2.17.0-rc1 --- csv/pom.xml | 2 +- pom.xml | 4 ++-- properties/pom.xml | 2 +- toml/pom.xml | 2 +- yaml/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index b2eb5d29c..7a30eacde 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 782c485bf..d8900ebc9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.fasterxml.jackson jackson-base - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT pom Parent pom for Jackson text-based dataformats (as opposed to binary). diff --git a/properties/pom.xml b/properties/pom.xml index b2c1c2f0a..7fd659216 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index 7953785ac..3186da522 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index a0bbb4b58..6035e416d 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-SNAPSHOT + 2.17.0-rc1-SNAPSHOT jackson-dataformat-yaml jar