update to 2.5.0

This commit is contained in:
gil 2015-01-31 13:45:04 +01:00
parent 001157e757
commit ff85ce29ff
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/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 /jackson-annotations-2.4.2.tar.gz
/jackson-annotations-2.5.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: jackson-annotations Name: jackson-annotations
Version: 2.4.2 Version: 2.5.0
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
@ -38,21 +38,26 @@ This package contains javadoc for %{name}.
cp -p src/main/resources/META-INF/LICENSE . cp -p src/main/resources/META-INF/LICENSE .
sed -i 's/\r//' LICENSE sed -i 's/\r//' LICENSE
%mvn_file : %{name}
%build %build
%mvn_file : %{name}
%mvn_build %mvn_build
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%doc LICENSE README.md release-notes/* %doc README.md release-notes/*
%license LICENSE
%files javadoc -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%doc LICENSE %license LICENSE
%changelog %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 * Sat Sep 20 2014 gil cattaneo <puntogil@libero.it> 2.4.2-1
- update to 2.4.2 - update to 2.4.2

View File

@ -1 +1 @@
15281fdf739004851051603df5b3bd71 jackson-annotations-2.4.2.tar.gz 98740a4a44adba7fb457b4ac5a60dc40 jackson-annotations-2.5.0.tar.gz