diff --git a/.gitignore b/.gitignore index 2cfabe8..9d232be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jackson-bom-2.9.9.tar.gz +SOURCES/jackson-bom-2.10.0.tar.gz diff --git a/.jackson-bom.metadata b/.jackson-bom.metadata index 340ecc6..05c1a40 100644 --- a/.jackson-bom.metadata +++ b/.jackson-bom.metadata @@ -1 +1 @@ -c7083bbe83360196dc9cfc1fc5f016e7af4b9be0 SOURCES/jackson-bom-2.9.9.tar.gz +21d7b3edf47a684464890afb3e121316c51ed797 SOURCES/jackson-bom-2.10.0.tar.gz diff --git a/SPECS/jackson-bom.spec b/SPECS/jackson-bom.spec index 93af487..e595c4b 100644 --- a/SPECS/jackson-bom.spec +++ b/SPECS/jackson-bom.spec @@ -1,16 +1,16 @@ Name: jackson-bom -Version: 2.9.9 +Version: 2.10.0 Release: 1%{?dist} Summary: Bill of materials POM for Jackson projects License: ASL 2.0 URL: https://github.com/FasterXML/jackson-bom -Source0: https://github.com/FasterXML/jackson-bom/archive/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{name}-%{version}.tar.gz # Upstream chooses not to include licenses with their pom only projects: # https://github.com/FasterXML/jackson-parent/issues/1 Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: maven-local -BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.7.1 +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.10 BuildArch: noarch @@ -40,6 +40,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Tue Nov 12 2019 Red Hat PKI Team - 2.10.0-1 +- Update to latest upstream release + * Wed Jul 31 2019 Red Hat PKI Team - 2.9.9-1 - Update to latest upstream release