diff --git a/maven-verifier-plugin.spec b/maven-verifier-plugin.spec index b1d747219d94dc9f788f7ffe8df3f8016b6ce130..f968b04cd9cf0468f26a8af1acdad5fd1cc02d2e 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