From 1f8271713063ee70affc645a788eccf43bf6e8a3 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 26 Mar 2024 20:53:42 -0700 Subject: [PATCH] Start 2.18 branch --- .github/workflows/main.yml | 4 ++-- pom.xml | 4 ++-- release-notes/VERSION-2.x | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd9b39c..431ce33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: branches: - master - "3.0" - - "2.17" + - "2.18" paths-ignore: - "README.md" - "release-notes/*" @@ -12,7 +12,7 @@ on: branches: - master - "3.0" - - "2.17" + - "2.18" paths-ignore: - "README.md" - "release-notes/*" diff --git a/pom.xml b/pom.xml index 8dfae54..375fee3 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,12 @@ com.fasterxml.jackson jackson-base - 2.17.1-SNAPSHOT + 2.18.0-SNAPSHOT com.fasterxml.jackson.datatype jackson-datatype-joda Jackson datatype: Joda - 2.17.1-SNAPSHOT + 2.18.0-SNAPSHOT jar Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types. diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 94191fd..b21448d 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -4,6 +4,10 @@ Project: jackson-datatype-joda === Releases === ------------------------------------------------------------------------ +2.18.0 (not yet released) + +No changes since 2.17 + 2.17.0 (12-Mar-2024) No changes since 2.16