Update to upstream release 1.8
This commit is contained in:
parent
74cee8bd19
commit
ae466726a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-antrun-plugin
|
||||
Version: 1.7
|
||||
Release: 10%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven AntRun Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
@ -11,11 +11,11 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.ant:ant)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
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.codehaus.plexus:plexus-utils)
|
||||
|
||||
%description
|
||||
@ -31,8 +31,6 @@ This package contains the API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%pom_add_dep org.apache.maven:maven-compat
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -47,6 +45,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2015 Michal Srb <msrb@redhat.com> - 1.8-1
|
||||
- Update to upstream release 1.8
|
||||
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-10
|
||||
- Remove legacy Obsoletes/Provides for maven2 plugin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user