This commit is contained in:
Dennis Gilmore 2012-01-12 15:34:18 -06:00
commit 69550a6703

View file

@ -3,7 +3,7 @@
Name: apache-%{short_name}
Version: 1.8.1
Release: 9%{?dist}
Release: 10%{?dist}
Summary: XML to Java object mapping module
Group: Development/Libraries
License: ASL 2.0
@ -84,6 +84,9 @@ install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%{_javadocdir}/%{name}
%changelog
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.8.1-9
- Build with maven 3.
- Adapt to current guidelines.