diff --git a/jackson-annotations-2.13.1.tar.gz b/jackson-annotations-2.13.1.tar.gz deleted file mode 100644 index 10eeb4e..0000000 Binary files a/jackson-annotations-2.13.1.tar.gz and /dev/null differ diff --git a/jackson-annotations-2.15.2.tar.gz b/jackson-annotations-2.15.2.tar.gz new file mode 100644 index 0000000..7552ab4 Binary files /dev/null and b/jackson-annotations-2.15.2.tar.gz differ diff --git a/jackson-annotations.spec b/jackson-annotations.spec index ea5be88..c7c587b 100644 --- a/jackson-annotations.spec +++ b/jackson-annotations.spec @@ -1,10 +1,10 @@ Name: jackson-annotations -Version: 2.13.1 +Version: 2.15.2 Release: 1 Summary: Core annotations for Jackson data processor License: ASL 2.0 URL: https://github.com/FasterXML/jackson-annotations/ -Source0: https://github.com/FasterXML/jackson-annotations/archive/jackson-annotations-2.13.1.tar.gz +Source0: https://github.com/FasterXML/%{name}/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local mvn(com.fasterxml.jackson:jackson-parent:pom:) mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildArch: noarch @@ -39,6 +39,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Wed Jul 26 2023 xu_ping <707078654@qq.com> - 2.15.2-1 +- Upgrade to 2.15.2 version + * Wed Mar 30 2022 houyingchao - 2.13.1-1 - Upgrade to 2.13.1 version