Add change log for java 11 fix
This commit is contained in:
parent
b8add540bb
commit
549dca029a
1 changed files with 4 additions and 1 deletions
|
|
@ -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 <ckelley@redhat.com> - 2.16.0-2
|
||||
- Fix pom file to work with java 11
|
||||
|
||||
* Wed Nov 22 2023 Chris Kelley <ckelley@redhat.com> - 2.16.0-1
|
||||
- [maven-release-plugin] prepare release jackson-databind-2.16.0 (Tatu Saloranta)
|
||||
- Prepare for 2.16.0 release (Tatu Saloranta)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue