From a48b101332e75f9007084b1ea44088accbcd9934 Mon Sep 17 00:00:00 2001 From: konglidong Date: Fri, 27 Aug 2021 10:41:01 +0800 Subject: [PATCH] fix build error Signed-off-by: konglidong (cherry picked from commit 44a1710a4dd00b4c8d4f8ef32861c976ecb58ad2) --- maven-verifier-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven-verifier-plugin.spec b/maven-verifier-plugin.spec index b1d7472..f968b04 100644 --- a/maven-verifier-plugin.spec +++ b/maven-verifier-plugin.spec @@ -1,13 +1,13 @@ Name: maven-verifier-plugin Version: 1.0 -Release: 21 +Release: 22 Summary: Verifier Plugin for maven License: ASL 2.0 URL: http://maven.apache.org/plugins/maven-verifier-plugin/ Source0: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-verifier-plugin/%{version}/maven-verifier-plugin-%{version}-source-release.zip BuildArch: noarch -BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local maven-plugins-pom modello plexus-utils +BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local maven-parent modello plexus-utils %description The package is useful for integration tests-verifies the existence of certaon conditions. @@ -39,5 +39,8 @@ The package contains man pages and API documentation for maven-verifier-plugin. %doc LICENSE NOTICE %changelog +* Fri Aug 27 2021 konglidong - 1.0.22 +- fix build error : Non-resolvable parent POM for org.apache.maven.plugins:maven-verifier-plugin:1.0 + * Tue Jun 9 2020 leiju - 1.0-21 - Package init -- Gitee