update to 2.6.2

f38
gil 9 years ago
parent a7d00dafb9
commit 3a434a4b4f

1
.gitignore vendored

@ -1,2 +1,3 @@
/jackson-parent-2.4.1.tar.gz
/jackson-parent-2.5.tar.gz
/jackson-parent-2.6.2.tar.gz

@ -1,6 +1,6 @@
Name: jackson-parent
Version: 2.5
Release: 2%{?dist}
Version: 2.6.2
Release: 1%{?dist}
Summary: Parent pom for all Jackson components
License: ASL 2.0
URL: https://github.com/FasterXML/jackson-parent
@ -8,14 +8,12 @@ Source0: https://github.com/FasterXML/jackson-parent/archive/%{name}-%{ver
# jackson-parent package don't include the license file
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
%if %{?fedora} > 20
BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
%else
BuildRequires: mvn(com.fasterxml:oss-parent)
%endif
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
BuildRequires: mvn(junit:junit)
BuildRequires: maven-local
BuildRequires: replacer
BuildArch: noarch
%description
@ -39,6 +37,9 @@ sed -i 's/\r//' LICENSE
%license LICENSE
%changelog
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
- update to 2.6.2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
3c19e0fdadc01ea9303027c1fa576b16 jackson-parent-2.5.tar.gz
cc04ee7e1667fb7898732bfea0fe8b9b jackson-parent-2.6.2.tar.gz

Loading…
Cancel
Save