diff --git a/.gitignore b/.gitignore index 60fb0cb..f290bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jackson-annotations-2.14.2.tar.gz +SOURCES/jackson-annotations-2.19.1.tar.gz diff --git a/.jackson-annotations.metadata b/.jackson-annotations.metadata index fdcd477..2205f38 100644 --- a/.jackson-annotations.metadata +++ b/.jackson-annotations.metadata @@ -1 +1 @@ -1bff350bddefad037ceea37ef2cf1e87a0de9372 SOURCES/jackson-annotations-2.14.2.tar.gz +fbfefcf0da5a11c63d380c8a5307a94616e7f2c2 SOURCES/jackson-annotations-2.19.1.tar.gz diff --git a/SPECS/jackson-annotations.spec b/SPECS/jackson-annotations.spec index b35f6e3..2cb8d86 100644 --- a/SPECS/jackson-annotations.spec +++ b/SPECS/jackson-annotations.spec @@ -1,5 +1,5 @@ Name: jackson-annotations -Version: 2.14.2 +Version: 2.19.1 Release: 1%{?dist} Summary: Core annotations for Jackson data processor License: Apache-2.0 @@ -9,7 +9,6 @@ Source0: %{url}/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14 -BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildArch: noarch @@ -25,9 +24,13 @@ used by Jackson data-binding package. %setup -q -n %{name}-%{name}-%{version} %pom_remove_plugin "org.moditect:moditect-maven-plugin" -%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin" -%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin" -%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin" +%pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin" +%pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin" +%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin" +%pom_xpath_set "//pom:javac.src.version" "1.8" +%pom_xpath_set "//pom:javac.target.version" "1.8" +%pom_xpath_set "//pom:maven.compiler.source" "1.8" +%pom_xpath_set "//pom:maven.compiler.target" "1.8" sed -i 's/\r//' LICENSE @@ -44,6 +47,10 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Thu Jul 31 2025 Red Hat PKI Team - 2.19.1-1 +- Rebase to upstream version 2.19.1 +- Resolves: RHEL-103106 + * Wed Nov 22 2023 Red Hat PKI Team - 2.14.2-1 - Rebase to upstream version 2.14.2