update to 2.5.0

This commit is contained in:
gil 2015-01-31 13:45:20 +01:00
parent aa65bf82ad
commit 223b0b7214
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/jackson-core-2.4.1.tar.gz
/jackson-core-2.4.1.1.tar.gz
/jackson-core-2.4.2.tar.gz
/jackson-core-2.5.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: jackson-core
Version: 2.4.2
Version: 2.5.0
Release: 1%{?dist}
Summary: Core part of Jackson
License: ASL 2.0
@ -51,20 +51,26 @@ cp -p src/main/resources/META-INF/LICENSE .
cp -p src/main/resources/META-INF/NOTICE .
sed -i 's/\r//' LICENSE NOTICE
%build
%mvn_file : %{name}
%build
%mvn_build -- -Dmaven.test.failure.ignore=true
%install
%mvn_install
%files -f .mfiles
%doc LICENSE NOTICE README.md release-notes/*
%doc README.md release-notes/*
%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc
%doc LICENSE NOTICE
%license LICENSE NOTICE
%changelog
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5.0-1
- update to 2.5.0
* Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
- update to 2.4.2
@ -98,4 +104,4 @@ sed -i 's/\r//' LICENSE NOTICE
- renamed jackson2-core
* Thu Sep 13 2012 gil cattaneo <puntogil@libero.it> 2.0.6-1
- initial rpm
- initial rpm

View File

@ -1 +1 @@
bad7f662fe0a41ad839289a33c0a3862 jackson-core-2.4.2.tar.gz
537a29ae4dc99a4da86354810ec4823e jackson-core-2.5.0.tar.gz