!7 update to 1.1-1

From: @zhang__3125 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-07-21 03:01:22 +00:00 committed by Gitee
commit 11da9c3636
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: maven-verifier-plugin
Version: 1.0
Release: 21
Version: 1.1
Release: 1
Summary: Verifier Plugin for maven
License: ASL 2.0
URL: http://maven.apache.org/plugins/maven-verifier-plugin/
@ -8,6 +8,7 @@ Source0: https://repo.maven.apache.org/maven2/org/apache/maven/plugi
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local maven-plugins-pom modello plexus-utils
BuildRequires: maven-parent
%description
The package is useful for integration tests-verifies the existence of certaon conditions.
@ -25,6 +26,9 @@ The package contains man pages and API documentation for maven-verifier-plugin.
%prep
%autosetup -n maven-verifier-plugin-%{version} -p1
%mvn_file :maven-verifier-plugin maven-verifier-plugin
%pom_remove_parent
%pom_add_parent org.apache.maven.plugins:maven-plugins:34
%pom_xpath_inject "pom:dependencies/pom:dependency[pom:artifactId='maven-plugin-api']" '<scope>provided</scope>'
%build
%mvn_build
@ -39,5 +43,8 @@ The package contains man pages and API documentation for maven-verifier-plugin.
%doc LICENSE NOTICE
%changelog
* Mon Nov 7 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 1.1-1
- Update to 1.1 release
* Tue Jun 9 2020 leiju <leiju4@huawei.com> - 1.0-21
- Package init