diff --git a/felix-parent.spec b/felix-parent.spec index 9e5f1b8..6a1ed7d 100644 --- a/felix-parent.spec +++ b/felix-parent.spec @@ -1,6 +1,6 @@ Name: felix-parent Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parent POM file for Apache Felix Specs License: ASL 2.0 URL: http://felix.apache.org/ @@ -21,6 +21,9 @@ Parent POM file for Apache Felix Specs. %pom_remove_plugin org.codehaus.mojo:ianal-maven-plugin %pom_remove_plugin :apache-rat-plugin +# wagon ssh dependency unneeded +%pom_xpath_remove pom:extensions + %build %mvn_build @@ -31,6 +34,9 @@ Parent POM file for Apache Felix Specs. %doc LICENSE NOTICE %changelog +* Wed Mar 05 2014 Stanislav Ochotnicky - 2.1-4 +- Remove build extensions from pom + * Mon Aug 5 2013 Krzysztof Daniel 2.1-3 - Remove apache-rat-plugin.