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)