diff --git a/maven-antrun-plugin.spec b/maven-antrun-plugin.spec index d88dc80..0018d45 100644 --- a/maven-antrun-plugin.spec +++ b/maven-antrun-plugin.spec @@ -1,6 +1,6 @@ Name: maven-antrun-plugin Version: 1.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Maven AntRun Plugin License: ASL 2.0 @@ -18,10 +18,6 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) - -Obsoletes: maven2-plugin-antrun <= 0:2.0.8 -Provides: maven2-plugin-antrun = 1:%{version}-%{release} - %description This plugin provides the ability to run Ant tasks from within Maven. It is even possible to embed Ant scripts in the POM. @@ -51,6 +47,9 @@ This package contains the API documentation for %{name}. %doc LICENSE NOTICE %changelog +* Tue Oct 14 2014 Mikolaj Izdebski - 1.7-10 +- Remove legacy Obsoletes/Provides for maven2 plugin + * Mon Aug 4 2014 Mikolaj Izdebski - 1.7-9 - Fix build-requires on parent POM