Update to upstream version 3.0.0
This commit is contained in:
parent
8fc4741561
commit
715c472118
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ maven-antrun-plugin-1.4.tar.xz
|
||||
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
|
||||
|
||||
@ -1,22 +1,26 @@
|
||||
Name: maven-antrun-plugin
|
||||
Version: 1.8
|
||||
Release: 8%{?dist}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven AntRun Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-antrun-plugin/
|
||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
URL: https://maven.apache.org/plugins/maven-antrun-plugin/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.ant:ant)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
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.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-core)
|
||||
BuildRequires: mvn(org.xmlunit:xmlunit-core)
|
||||
BuildRequires: mvn(org.xmlunit:xmlunit-matchers)
|
||||
|
||||
%description
|
||||
This plugin provides the ability to run Ant tasks from within Maven.
|
||||
@ -44,6 +48,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Sun May 17 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||
- Update to upstream version 3.0.0
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-8
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (maven-antrun-plugin-1.8-source-release.zip) = e0eb6939da873666d77e9a29cacf46e1aa34afef9bc712af05499cef042bf3864b977f59b8e9f66c5e4e1813cd088b4e0efd288abacd01f5f9d7fdcacb81b0de
|
||||
SHA512 (maven-antrun-plugin-3.0.0-source-release.zip) = 27976fb318c8481013ba89f90eba118f25bad72704b642185b5bae2d796a3f57af7eddb7f665f1db402b2351d34b7487bb28d32e01e9c0180967f64be4836725
|
||||
|
||||
Loading…
Reference in New Issue
Block a user