From 9af0d49869b8a527c167bbe259fb6acf920fa50d Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Mon, 12 Jul 2021 19:44:37 +0200 Subject: [PATCH] Move to maven-parent over maven-plugins-pom. --- maven-verifier-plugin.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/maven-verifier-plugin.spec b/maven-verifier-plugin.spec index 0702391..03c86c9 100644 --- a/maven-verifier-plugin.spec +++ b/maven-verifier-plugin.spec @@ -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 - 1.0-28 +- Move to maven-parent over maven-plugins-pom. +- Resolves: RHBZ#1981003 + * Fri Apr 16 2021 Mohan Boddu - 1.0-27 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937