Update to upstream version 1.11
This commit is contained in:
parent
2a4f1e1592
commit
b607f97b7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/fusesource-pom-1.5.tar.bz2
|
||||
/fusesource-pom-1.9.pom
|
||||
/fusesource-pom-1.11.pom
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: fusesource-pom
|
||||
Version: 1.9
|
||||
Release: 14%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Parent POM for FuseSource Maven projects
|
||||
License: ASL 2.0
|
||||
URL: http://fusesource.com/
|
||||
@ -18,7 +18,6 @@ This is a shared POM parent for FuseSource Maven projects
|
||||
cp %{SOURCE0} pom.xml
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
|
||||
%pom_remove_plugin :clirr-maven-plugin
|
||||
%pom_remove_plugin :maven-scm-plugin
|
||||
|
||||
# WebDAV wagon is not available in Fedora.
|
||||
@ -31,9 +30,12 @@ cp -p %{SOURCE1} LICENSE
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2017 Michael Simacek <msimacek@redhat.com> - 1.11-1
|
||||
- Update to upstream version 1.11
|
||||
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.9-14
|
||||
- Remove unnecessary maven-scm-plugin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user