From e1cb9e867a648787b74b2bba80980823833adcf6 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 21:26:07 -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 09490cd1..f7d46417 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 7e23465a..ba055842 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ com.fasterxml.jackson jackson-base - 2.18.1-SNAPSHOT + 2.19.0-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.18.1-SNAPSHOT + 2.19.0-SNAPSHOT bundle Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index a05d0763..8a0edebd 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.19.0 (not yet released) + +- No changes since 2.18 + 2.18.0 (26-Sep-2024) #818: The implementation of the search process for the `JsonCreator` (often the primary constructor)