Move to maven-parent over maven-plugins-pom.

This commit is contained in:
Severin Gehwolf 2021-07-12 19:44:37 +02:00
parent be3074b930
commit 9af0d49869

View File

@ -1,6 +1,6 @@
Name: maven-verifier-plugin
Version: 1.0
Release: 27%{?dist}
Release: 28%{?dist}
Summary: Maven Verifier Plugin
License: ASL 2.0
@ -12,7 +12,7 @@ BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils
BuildRequires: maven-local
BuildRequires: maven-plugins-pom
BuildRequires: maven-parent
BuildRequires: modello
BuildRequires: plexus-utils
@ -30,6 +30,8 @@ API documentation for %{name}.
%setup -q
%mvn_file :%{name} %{name}
%pom_remove_parent
%pom_add_parent org.apache.maven.plugins:maven-plugins:34
%build
%mvn_build
@ -44,6 +46,10 @@ API documentation for %{name}.
%doc LICENSE NOTICE
%changelog
* Mon Jul 12 2021 Severin Gehwolf <sgehwolf@redhat.com> - 1.0-28
- Move to maven-parent over maven-plugins-pom.
- Resolves: RHBZ#1981003
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0-27
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937