Update to version 2.14
This commit is contained in:
parent
e702f77fc8
commit
4b94fb9753
@ -1,6 +1,6 @@
|
|||||||
Name: jackson-annotations
|
Name: jackson-annotations
|
||||||
Version: 2.11.4
|
Version: 2.14.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core annotations for Jackson data processor
|
Summary: Core annotations for Jackson data processor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ URL: https://github.com/FasterXML/jackson-annotations
|
|||||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||||
Patch1: 0001-Change-compilation-source-target-to-Java-11.patch
|
Patch1: 0001-Change-compilation-source-target-to-Java-11.patch
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.11
|
BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
|
||||||
@ -31,6 +31,7 @@ This package contains API documentation for %{name}.
|
|||||||
|
|
||||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||||
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
|
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
|
||||||
|
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||||
|
|
||||||
sed -i 's/\r//' LICENSE
|
sed -i 's/\r//' LICENSE
|
||||||
|
|
||||||
@ -50,6 +51,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 Chris Kelley <ckelley@redhat.com> - 2.14.0-1
|
||||||
|
- Update to version 2.14
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-8
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jackson-annotations-2.11.4.tar.gz) = f04ec7c2424abebb5482c025af4d4a7384f21815543dd2644cacdde7f0df6f328a81360cbc667a93552b60fcacb1916aadf598787c8d738ea36fe6fc6c8b5b1a
|
SHA512 (jackson-annotations-2.14.0.tar.gz) = 60ee2cc035082548a9ae64cda7bb9965fb6cf5a4a2d316fabc191d921ee1c2d8bf3eecb20330a4999dfe880a394c36ca51ffb4aae8369a34ea28f2761822040e
|
||||||
|
Loading…
Reference in New Issue
Block a user