From 1ff488b6e98b2029e1d8c288e8a46dc579676a75 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 06 2013 10:00:56 +0000 Subject: Remove use of maven-scm-publish-plugin plugin --- diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec index 294c30c..73425af 100644 --- a/apache-commons-parent.spec +++ b/apache-commons-parent.spec @@ -2,7 +2,7 @@ Name: apache-%{short_name} Version: 32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache Commons Parent Pom Group: Development/Libraries License: ASL 2.0 @@ -30,6 +30,7 @@ The Project Object Model files for the apache-commons packages. # Plugin is not in fedora %pom_remove_plugin org.apache.commons:commons-build-plugin +%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin %build %mvn_build @@ -41,6 +42,9 @@ The Project Object Model files for the apache-commons packages. %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt %changelog +* Tue Aug 06 2013 Mat Booth - 32-2 +- Remove use of maven-scm-publish-plugin plugin + * Tue Aug 06 2013 Mat Booth - 32-1 - Updated to latest upstream, rhbz #904731