Fix java bytecode version
This commit is contained in:
parent
b49e84b21b
commit
e94add7ef1
@ -1,6 +1,6 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.16.1
|
||||
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
|
||||
|
||||
@ -34,6 +34,10 @@ Jackson Annotations for configuration.
|
||||
%pom_remove_plugin "org.jacoco:jacoco-maven-plugin"
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||
%pom_xpath_set "//pom:javac.src.version" "11"
|
||||
%pom_xpath_set "//pom:javac.target.version" "11"
|
||||
%pom_xpath_set "//pom:maven.compiler.source" "11"
|
||||
%pom_xpath_set "//pom:maven.compiler.target" "11"
|
||||
|
||||
%pom_change_dep org.junit:junit-bom junit:junit
|
||||
|
||||
@ -69,6 +73,9 @@ rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2024 Marco Fargetta <mfargett@redhat.com> - 2.16.1-2
|
||||
- Force the java bytecode version to java11
|
||||
|
||||
* Mon Jan 22 2024 Marco Fargetta <mfargett@redhat.com> - 2.16.1-1
|
||||
- [maven-release-plugin] prepare release jackson-databind-2.16.1 (Tatu Saloranta)
|
||||
- Prepare for 2.16.1 release (Tatu Saloranta)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user