!2 升级jackson-core至2.13.1版本

From: @houyingchao 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-08-15 01:49:34 +00:00 committed by Gitee
commit 605b5ec4e5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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