Update to upstream version 1.0.2
This commit is contained in:
parent
5c6feaa939
commit
0c088daaae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/xml-maven-plugin-1.0-source-release.zip
|
||||
/xml-maven-plugin-1.0.1-source-release.zip
|
||||
/xml-maven-plugin-1.0.2-source-release.zip
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
8db63f5ec8224472d0c4e687b193b28c xml-maven-plugin-1.0.1-source-release.zip
|
||||
SHA512 (xml-maven-plugin-1.0.2-source-release.zip) = bbd3e285d35cde314e3d72035e53b5b63f8255dcf2c5f6dc43bf954c447c2cc80b36f1fb540ff07866fb15cd431afa6e3e8e3b822cc614717cb9914379066253
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: xml-maven-plugin
|
||||
Version: 1.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven XML Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://www.mojohaus.org/xml-maven-plugin/
|
||||
@ -40,10 +40,6 @@ done
|
||||
# Add the version
|
||||
sed -i 's|stylesheet |stylesheet version="1.0" |' src/it/it8/src/main/xsl/it8.xsl
|
||||
|
||||
# These deps are supplied by the JRE
|
||||
%pom_remove_dep "xml-apis:xml-apis"
|
||||
%pom_remove_dep "xerces:xercesImpl"
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
@ -57,6 +53,9 @@ sed -i 's|stylesheet |stylesheet version="1.0" |' src/it/it8/src/main/xsl/it8.x
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Mar 22 2018 Michael Simacek <msimacek@redhat.com> - 1.0.2-1
|
||||
- Update to upstream version 1.0.2
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user