Compare commits
No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/plexus-5.1.tar.gz
|
||||
SOURCES/plexus-5.0.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
1abea0541a1644b90bce3dfd71867bdb17e41e20 SOURCES/plexus-5.1.tar.gz
|
||||
1933ae74a66c7c69c39a4ea8022b889408d9851c SOURCES/plexus-5.0.tar.gz
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
Name: plexus-pom
|
||||
Version: 5.1
|
||||
Version: 5.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Root Plexus Projects POM
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/codehaus-plexus/plexus-pom
|
||||
Source0: https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz
|
||||
@ -9,9 +10,7 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
||||
# Test dependency that should be propagated down the POM hierarchy
|
||||
Requires: mvn(junit:junit)
|
||||
BuildRequires: maven-enforcer-plugin
|
||||
|
||||
%description
|
||||
The Plexus project provides a full software stack for creating and
|
||||
@ -24,8 +23,6 @@ Plexus packages.
|
||||
# org.apache.maven.wagon wagon-webdav-jackrabbit 1.0
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
|
||||
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
||||
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
@ -40,15 +37,6 @@ cp -p %{SOURCE1} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.1-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 5.1-1
|
||||
- Update to upstream version 5.1
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0-3
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user