update to 2.5

f38
gil 10 years ago
parent f221c61f96
commit 1b9bb54e31

1
.gitignore vendored

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

@ -1,6 +1,5 @@
Name: jackson-parent Name: jackson-parent
Version: 2.4.1 Version: 2.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parent pom for all Jackson components Summary: Parent pom for all Jackson components
License: ASL 2.0 License: ASL 2.0
@ -25,8 +24,8 @@ Project for parent pom for all Jackson components.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
cp -p %{SOURCE1} . cp -p %{SOURCE1} LICENSE
sed -i 's/\r//' LICENSE-2.0.txt sed -i 's/\r//' LICENSE
%build %build
@ -36,8 +35,12 @@ sed -i 's/\r//' LICENSE-2.0.txt
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%doc LICENSE-2.0.txt README.md %doc README.md
%license LICENSE
%changelog %changelog
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
- update to 2.5
* 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
- initial rpm - initial rpm

@ -1 +1 @@
bb795184e79b9b895ab5d747be16b354 jackson-parent-2.4.1.tar.gz 3c19e0fdadc01ea9303027c1fa576b16 jackson-parent-2.5.tar.gz

Loading…
Cancel
Save