From f0648c9a9d7e9bb1283f04a967b7c1044f14ccb3 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 26 Feb 2024 18:13:12 -0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- csv/pom.xml | 2 +- pom.xml | 6 +++--- properties/pom.xml | 2 +- toml/pom.xml | 2 +- yaml/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index c4dbff6ba..b2eb5d29c 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-rc1 + 2.17.0-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 88e7d8fc1..19dddeaf7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.17.0-rc1 + 2.17.0-SNAPSHOT pom Parent pom for Jackson text-based dataformats (as opposed to binary). @@ -33,7 +33,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-text.git scm:git:git@github.com:FasterXML/jackson-dataformats-text.git https://github.com/FasterXML/jackson-dataformats-text - jackson-dataformats-text-2.17.0-rc1 + HEAD https://github.com/FasterXML/jackson-dataformats-text/issues @@ -41,7 +41,7 @@ - 2024-02-27T02:12:36Z + 2024-02-27T02:13:12Z diff --git a/properties/pom.xml b/properties/pom.xml index 5c419ccc1..b2c1c2f0a 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-rc1 + 2.17.0-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index 58ee75e41..7953785ac 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-rc1 + 2.17.0-SNAPSHOT jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index c783277bf..a0bbb4b58 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.0-rc1 + 2.17.0-SNAPSHOT jackson-dataformat-yaml jar