diff --git a/.gitignore b/.gitignore index 0ed4e70..8f7770d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jackson-bom-2.14.2.tar.gz +SOURCES/jackson-bom-2.19.1.tar.gz diff --git a/.jackson-bom.metadata b/.jackson-bom.metadata index 9b05479..d9bb2fb 100644 --- a/.jackson-bom.metadata +++ b/.jackson-bom.metadata @@ -1 +1 @@ -3f7a611e9e9f7c35f7b170b9a0a2602f56a0184f SOURCES/jackson-bom-2.14.2.tar.gz +ab39fffa605b76067e385be0b6f69d2624fb799c SOURCES/jackson-bom-2.19.1.tar.gz diff --git a/SPECS/jackson-bom.spec b/SPECS/jackson-bom.spec index edaae43..4a3e45f 100644 --- a/SPECS/jackson-bom.spec +++ b/SPECS/jackson-bom.spec @@ -1,5 +1,5 @@ Name: jackson-bom -Version: 2.14.2 +Version: 2.19.1 Release: 1%{?dist} Summary: Bill of materials POM for Jackson projects License: Apache-2.0 @@ -11,7 +11,7 @@ Source0: %{url}/archive/%{name}-%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.19 BuildArch: noarch %if 0%{?fedora} @@ -26,11 +26,15 @@ A "bill of materials" POM for Jackson dependencies. # Disable plugins not needed during RPM builds %pom_remove_plugin ":maven-enforcer-plugin" base -%pom_remove_plugin ":nexus-staging-maven-plugin" base +%pom_remove_plugin "org.sonatype.central:central-publishing-maven-plugin" base # New EE coords %pom_change_dep "javax.activation:javax.activation-api" "jakarta.activation:jakarta.activation-api:2" base + +# Remove dep on junit-bom +%pom_remove_dep "org.junit:junit-bom" base + %build %mvn_build -j @@ -42,6 +46,10 @@ A "bill of materials" POM for Jackson dependencies. %license LICENSE %changelog +* Thu Jul 31 2025 Red Hat PKI Team - 2.19.1-1 +- Rebase to 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