Update to upstream version 5.0
This commit is contained in:
parent
84bdcb5f9f
commit
567636923f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/plexus-pom-3.3.1.tar.xz
|
||||
/LICENSE-2.0.txt
|
||||
/plexus-3.3.3.tar.gz
|
||||
/plexus-5.0.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: plexus-pom
|
||||
Version: 3.3.3
|
||||
Release: 5%{?dist}
|
||||
Version: 5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Root Plexus Projects POM
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -10,7 +10,7 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: forge-parent
|
||||
BuildRequires: maven-enforcer-plugin
|
||||
|
||||
%description
|
||||
The Plexus project provides a full software stack for creating and
|
||||
@ -19,11 +19,9 @@ Plexus packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n plexus-pom-plexus-%{version}
|
||||
# require: maven-site-plugin *
|
||||
%pom_xpath_remove "pom:profile[pom:id='maven-3']"
|
||||
# * require: org.codehaus.plexus plexus-stylus-skin 1.0
|
||||
# org.apache.maven.wagon wagon-webdav-jackrabbit 1.0
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
||||
@ -39,6 +37,9 @@ cp -p %{SOURCE1} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0-1
|
||||
- Update to upstream version 5.0
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user