Add BR maven-site-plugin
This commit is contained in:
parent
8f5341449b
commit
6492751120
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: %{short_name}-project
|
||||
Version: 1.8.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Main project POM files and resources
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -15,6 +15,7 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-site-plugin
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -39,6 +40,9 @@ Main project POM files and resources for Apache James project
|
|||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 1.8.1-10
|
||||
- Add BR maven-site-plugin
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue