Unecessary restriction on plexus-util, with the patch it's actually still
source compatible with older versions
This commit is contained in:
parent
8b1a29e942
commit
4e25ae62f0
@ -1,6 +1,6 @@
|
|||||||
Name: plexus-build-api
|
Name: plexus-build-api
|
||||||
Version: 0.0.7
|
Version: 0.0.7
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Plexus Build API
|
Summary: Plexus Build API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/sonatype/sisu-build-api
|
URL: https://github.com/sonatype/sisu-build-api
|
||||||
@ -19,7 +19,7 @@ Patch1: %{name}-utils-3.3.0.patch
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) >= 3.3.0
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plexus Build API
|
Plexus Build API
|
||||||
@ -57,6 +57,10 @@ cp -p %{SOURCE1} .
|
|||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 16 2020 Mat Booth <mat.booth@redhat.com> - 0.0.7-29
|
||||||
|
- Unecessary restriction on plexus-util, with the patch it's actually still
|
||||||
|
source compatible with older versions
|
||||||
|
|
||||||
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 0.0.7-28
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 0.0.7-28
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user