Don't try to remove maven-notice-plugin from POM

This commit is contained in:
Mikolaj Izdebski 2013-10-03 11:56:55 +02:00
parent 3665f0eabf
commit e753c7f9c9

View File

@ -3,7 +3,7 @@
Name: httpcomponents-client Name: httpcomponents-client
Summary: HTTP agent implementation based on httpcomponents HttpCore Summary: HTTP agent implementation based on httpcomponents HttpCore
Version: 4.3 Version: 4.3
Release: 1%{?dist} Release: 2%{?dist}
License: ASL 2.0 License: ASL 2.0
URL: http://hc.apache.org/ URL: http://hc.apache.org/
Source0: http://archive.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz Source0: http://archive.apache.org/dist/httpcomponents/httpclient/source/%{name}-%{version}-src.tar.gz
@ -47,7 +47,6 @@ Summary: API documentation for %{name}
%pom_disable_module httpclient-cache %pom_disable_module httpclient-cache
%pom_disable_module httpclient-osgi %pom_disable_module httpclient-osgi
%pom_disable_module fluent-hc %pom_disable_module fluent-hc
%pom_remove_plugin :maven-notice-plugin
%pom_remove_plugin :docbkx-maven-plugin %pom_remove_plugin :docbkx-maven-plugin
%pom_remove_plugin :clirr-maven-plugin %pom_remove_plugin :clirr-maven-plugin
%pom_remove_plugin :maven-checkstyle-plugin %pom_remove_plugin :maven-checkstyle-plugin
@ -116,6 +115,9 @@ done
%doc LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt
%changelog %changelog
* Thu Oct 3 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3-2
- Don't try to remove maven-notice-plugin from POM
* Fri Sep 13 2013 Michal Srb <msrb@redhat.com> - 4.3-1 * Fri Sep 13 2013 Michal Srb <msrb@redhat.com> - 4.3-1
- Update to upstream version 4.3 - Update to upstream version 4.3
- Drop group tag - Drop group tag