Require maven (version 3) now.

This commit is contained in:
Alexander Kurtakov 2011-02-17 17:59:43 +02:00
parent b07d452c49
commit 436d2785d6

View File

@ -1,7 +1,7 @@
Name: httpcomponents-project
Summary: Common POM file for HttpComponents
Version: 4.1.1
Release: 2%{?dist}
Release: 3%{?dist}
Group: Development/Libraries
License: ASL 2.0
URL: http://hc.apache.org/
@ -17,7 +17,7 @@ BuildRequires: jpackage-utils
# Requires are dependencies from pom.xml. This project should only be required for building with maven.
Requires: java >= 1:1.6.0
Requires: jpackage-utils
Requires: maven2 >= 2.0.9
Requires: maven
Requires: maven-antrun-plugin
Requires: maven-assembly-plugin
Requires: maven-clean-plugin
@ -68,9 +68,11 @@ use it as runtime requirement.
%{_mavenpomdir}/JPP.%{name}.pom
%changelog
* Thu Feb 17 2011 Alexander Kurtakov <akurtako@redhat.com> 4.1.1-3
- Require maven (version 3) now.
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Dec 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.1.1-1
- Initial version