update to 2.4.2

This commit is contained in:
gil 2014-09-20 17:21:35 +02:00
parent e6debef3ea
commit 001157e757
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/jackson-annotations-2.2.2.tar.gz /jackson-annotations-2.2.2.tar.gz
/jackson-annotations-2.4.1.tar.gz /jackson-annotations-2.4.1.tar.gz
/jackson-annotations-2.4.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: jackson-annotations Name: jackson-annotations
Version: 2.4.1 Version: 2.4.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Core annotations for Jackson data processor Summary: Core annotations for Jackson data processor
License: ASL 2.0 License: ASL 2.0
@ -53,6 +53,9 @@ sed -i 's/\r//' LICENSE
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
- update to 2.4.2
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1 * Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
- update to 2.4.1 - update to 2.4.1

View File

@ -1 +1 @@
e7f7b5ebd1b340c6ca32e231ea72adc1 jackson-annotations-2.4.1.tar.gz 15281fdf739004851051603df5b3bd71 jackson-annotations-2.4.2.tar.gz