From 549dca029a8a0b903b985f73339ea1d36128748b Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Mon, 4 Dec 2023 18:24:01 +0100 Subject: [PATCH] Add change log for java 11 fix --- jackson-databind.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jackson-databind.spec b/jackson-databind.spec index d6dbe1e..35b3198 100644 --- a/jackson-databind.spec +++ b/jackson-databind.spec @@ -1,6 +1,6 @@ Name: jackson-databind Version: 2.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General data-binding package for Jackson (2.x) License: Apache-2.0 and LGPL-2.0-or-later @@ -69,6 +69,9 @@ rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java %license LICENSE NOTICE %changelog +* Mon Dec 04 2023 Chris Kelley - 2.16.0-2 +- Fix pom file to work with java 11 + * Wed Nov 22 2023 Chris Kelley - 2.16.0-1 - [maven-release-plugin] prepare release jackson-databind-2.16.0 (Tatu Saloranta) - Prepare for 2.16.0 release (Tatu Saloranta)