update to version 2.11.0
This commit is contained in:
parent
3c977046a8
commit
15cb103dae
@ -1,5 +1,5 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.10.4
|
||||
Version: 2.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: ASL 2.0 and LGPLv2+
|
||||
@ -8,13 +8,13 @@ URL: https://github.com/FasterXML/jackson-databind/
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.powermock:powermock-api-mockito)
|
||||
BuildRequires: mvn(org.powermock:powermock-api-mockito2)
|
||||
BuildRequires: mvn(org.powermock:powermock-core)
|
||||
BuildRequires: mvn(org.powermock:powermock-module-junit4)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -70,6 +70,9 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.0-1
|
||||
- Update to version 2.11.0.
|
||||
|
||||
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.4-1
|
||||
- Update to version 2.10.4.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-databind-2.10.4.tar.gz) = 096bd96191f7ddd9365fe1eb7dfa322566b90c4a9a5a7437e5129c00b6582562193869de158e94eafec037f4eb05c9efb800adb3206c7aa8e1a3d08bae2dd0ba
|
||||
SHA512 (jackson-databind-2.11.0.tar.gz) = f0db4edc16be0b314c65ca9f677eee6b15311d33f6400fd74123c9fb72bc28a50b0df55fc0babaa07ad5da9fad41d0f66a4242fc4bccdb1f0c1609780bad4d93
|
||||
|
||||
Loading…
Reference in New Issue
Block a user