From 0f38a9737df2e541d3c6f3a4f1571c334b4982ea Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 18:40:52 -0700 Subject: [PATCH] Start 2.19 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 d962786b..603ffa44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: branches: - master - "3.0" - - "2.18" + - "2.19" paths-ignore: - "README.md" - "release-notes/*" @@ -12,7 +12,7 @@ on: branches: - master - "3.0" - - "2.18" + - "2.19" paths-ignore: - "README.md" - "release-notes/*" diff --git a/pom.xml b/pom.xml index 4aaa3971..7227d372 100644 --- a/pom.xml +++ b/pom.xml @@ -10,13 +10,13 @@ com.fasterxml.jackson jackson-parent - 2.18 + 2.19-SNAPSHOT com.fasterxml.jackson.core jackson-annotations Jackson-annotations - 2.18.1-SNAPSHOT + 2.19.0-SNAPSHOT jar Core annotations used for value types, used by Jackson data binding package. diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index b6a8713e..521e078a 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions, === Releases === ------------------------------------------------------------------------ +2.19.0 (not yet released) + +No changes since 2.18 + 2.18.0 (26-Sep-2024) No changes since 2.17