Rebase to jackson-annotations 2.19.1
Resolves: RHEL-100233
This commit is contained in:
parent
c4dfd6193d
commit
3fbdc588da
@ -1,5 +1,5 @@
|
||||
Name: jackson-annotations
|
||||
Version: 2.14.1
|
||||
Version: 2.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Core annotations for Jackson data processor
|
||||
License: Apache-2.0
|
||||
@ -9,10 +9,13 @@ 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.junit.jupiter:junit-jupiter)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 10
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
Core annotations used for value types,
|
||||
@ -41,8 +44,13 @@ This package contains API documentation for %{name}.
|
||||
%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.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
|
||||
|
||||
@ -62,6 +70,10 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Update to version 2.19.1
|
||||
- Resolves: RHEL-100233
|
||||
|
||||
* Thu Nov 24 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
|
||||
- Update to version 2.14.1
|
||||
- Resolves: #2070122
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-annotations-2.14.1.tar.gz) = 6ea81d4fff15d01025360126f39042f8b708a0e304a430c0ed4a247bc3888643a1dd11da9a271730649a4be8a873a262f70da48dd508bbcdf63aa26bdd97dd07
|
||||
SHA512 (jackson-annotations-2.19.1.tar.gz) = 919a08aad58f370a22e634b6a91e468a81335a667ace1dae3fa249cb8e5927fda3ce0797a4f6eb43f679abd119e29d8ec63894d4ea810e39b13e292d92f33971
|
||||
|
||||
Loading…
Reference in New Issue
Block a user