Update to upstream version 3.1.0
This commit is contained in:
parent
1dfc5fe962
commit
0d121329da
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ maven-antrun-plugin-1.5-source-release.zip
|
||||
maven-antrun-plugin-1.7-source-release.zip
|
||||
/maven-antrun-plugin-1.8-source-release.zip
|
||||
/maven-antrun-plugin-3.0.0-source-release.zip
|
||||
/maven-antrun-plugin-3.1.0-source-release.zip
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: maven-antrun-plugin
|
||||
Version: 3.0.0
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven AntRun Plugin
|
||||
License: ASL 2.0
|
||||
URL: https://maven.apache.org/plugins/maven-antrun-plugin/
|
||||
@ -14,7 +14,6 @@ BuildRequires: maven-local
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.ant:ant)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
@ -22,8 +21,9 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||
BuildRequires: mvn(org.xmlunit:xmlunit-core)
|
||||
BuildRequires: mvn(org.xmlunit:xmlunit-matchers)
|
||||
%endif
|
||||
@ -54,6 +54,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-1
|
||||
- Update to upstream version 3.1.0
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0.0-5
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-antrun-plugin-3.0.0-source-release.zip) = 27976fb318c8481013ba89f90eba118f25bad72704b642185b5bae2d796a3f57af7eddb7f665f1db402b2351d34b7487bb28d32e01e9c0180967f64be4836725
|
||||
SHA512 (maven-antrun-plugin-3.1.0-source-release.zip) = b83c59ebf3fe701d402444bb9d2938f099f090f57de1ebe4a8d02e9cf88df31f2b65dfa172aa17de4f85a48a9735df3a865ba05806fe59a3b8487fd659ffe4b9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user