diff --git a/jackson-annotations.spec b/jackson-annotations.spec index 9016bcf..c9e99b5 100644 --- a/jackson-annotations.spec +++ b/jackson-annotations.spec @@ -1,13 +1,13 @@ Name: jackson-annotations Version: 2.17.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core annotations for Jackson data processor License: Apache-2.0 URL: https://github.com/FasterXML/jackson-annotations Source0: %{url}/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.14 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.17 BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) @@ -56,6 +56,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Mon Mar 18 2024 Chris Kelley - 2.17.0-2 +- Fix dep on parent to 2.17 + * Tue Mar 12 2024 Packit - 2.17.0-1 - [maven-release-plugin] prepare release jackson-annotations-2.17.0 (Tatu Saloranta) - Prepare for 2.17.0 release (Tatu Saloranta)