Upgrade to 2.13.1

This commit is contained in:
houyingchao 2022-03-30 15:33:55 +08:00
parent 9a75813bf8
commit 110aedd021
3 changed files with 7 additions and 2 deletions

BIN
jackson-core-2.13.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: jackson-core
Version: 2.9.8
Version: 2.13.1
Release: 1
Summary: Core part of Jackson
License: ASL 2.0
@ -23,7 +23,9 @@ This package contains API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%pom_remove_plugin ":maven-enforcer-plugin"
cp -p src/main/resources/META-INF/LICENSE .
%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"
cp -p src/main/resources/META-INF/NOTICE .
sed -i 's/\r//' LICENSE NOTICE
%mvn_file : %{name}
@ -42,6 +44,9 @@ sed -i 's/\r//' LICENSE NOTICE
%license LICENSE NOTICE
%changelog
* Wed Mar 30 2022 houyingchao <houyingchao@huawei.com> - 2.13.1-1
- Upgrade to 2.13.1
* Fri Aug 28 2020 huanghaitao <huanghaitao8@huawei.com> - 2.9.8-1
- Upgrade to 2.9.8-1