diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec index 4ba3abc..6d3e109 100644 --- a/apache-commons-parent.spec +++ b/apache-commons-parent.spec @@ -2,7 +2,7 @@ Name: apache-%{short_name} Version: 33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache Commons Parent Pom Group: Development/Libraries License: ASL 2.0 @@ -32,6 +32,8 @@ The Project Object Model files for the apache-commons packages. %pom_remove_plugin org.apache.commons:commons-build-plugin %pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin +%pom_xpath_remove "pom:profile[pom:id[text()='maven-3']]" + %build %mvn_build @@ -42,6 +44,9 @@ The Project Object Model files for the apache-commons packages. %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt %changelog +* Tue Mar 04 2014 Stanislav Ochotnicky - 33-2 +- Remove maven 3 profile + * Wed Feb 12 2014 Mikolaj Izdebski - 33-1 - Update to upstream version 33