From a655f3065dc6e2272ba7aad1faad4471d5021ffd Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Tue, 6 Aug 2013 11:00:56 +0100 Subject: [PATCH] Remove use of maven-scm-publish-plugin plugin --- apache-commons-parent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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