diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c33172..0e0c645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: branches: - master - "3.0" - - "2.16" + - "2.17" paths-ignore: - "README.md" - "release-notes/*" @@ -12,7 +12,7 @@ on: branches: - master - "3.0" - - "2.16" + - "2.17" paths-ignore: - "README.md" - "release-notes/*" @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - java_version: ['8', '11', '17'] + java_version: ['8', '11', '17', '21'] joda_version: ['2.9', '2.10.14', '2.12.2'] os: ['ubuntu-20.04'] env: diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index b902974..97344c2 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -4,7 +4,11 @@ Project: jackson-datatype-joda === Releases === ------------------------------------------------------------------------ -2.16.0-rc1 (20-Oct-2023) +2.17.0 (not yet released) + +- + +2.16.0 (15-Nov-2023) No changes since 2.15