!2 openEuler-22.03-LTS-Next Packages upgrade

Merge pull request !2 from xu_ping/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-27 08:17:56 +00:00 committed by Gitee
commit 06fe969fe3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: jackson-annotations Name: jackson-annotations
Version: 2.9.8 Version: 2.13.1
Release: 1 Release: 1
Summary: Core annotations for Jackson data processor Summary: Core annotations for Jackson data processor
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/FasterXML/jackson-annotations/ URL: https://github.com/FasterXML/jackson-annotations/
Source0: https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.9.8.tar.gz Source0: https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.13.1.tar.gz
BuildRequires: maven-local mvn(com.fasterxml.jackson:jackson-parent:pom:) mvn(junit:junit) BuildRequires: maven-local mvn(com.fasterxml.jackson:jackson-parent:pom:) mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildArch: noarch BuildArch: noarch
@ -19,7 +19,10 @@ This package contains API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
cp -p src/main/resources/META-INF/LICENSE .
%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"
sed -i 's/\r//' LICENSE sed -i 's/\r//' LICENSE
%mvn_file : %{name} %mvn_file : %{name}
@ -37,6 +40,9 @@ sed -i 's/\r//' LICENSE
%license LICENSE %license LICENSE
%changelog %changelog
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.13.1-1
- Upgrade to version 2.13.1
* Fri Aug 14 2020 chengzihan <chengzihan2@huawei.com> - 2.9.8-1 * Fri Aug 14 2020 chengzihan <chengzihan2@huawei.com> - 2.9.8-1
- Package upgrade to 2.9.8 - Package upgrade to 2.9.8