Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c45e2b474 | ||
|
|
09b6fbe2f6 | ||
|
|
7622f274e9 | ||
|
|
e7b7aede4e |
3 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/xmlunit-2.9.0.tar.gz
|
||||
/xmlunit-2.9.1.tar.gz
|
||||
/xmlunit-2.10.0.tar.gz
|
||||
/xmlunit-2.11.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xmlunit-2.10.0.tar.gz) = 71bf82d2cb268378d0fecd13d31d9ecc175adfcfc2fa1e1249070c06940f8c0dbe8cf1679c6f9de2cddc1ba123aa0ef1c21b9a2ab746b78aea3ab4654775408c
|
||||
SHA512 (xmlunit-2.11.0.tar.gz) = 2ac44c1416eb73787002fb826c8897e43a0537160d66d0c39eaddc93492764823c9639cfead751175431603c0d4e50a9f7ce78199cb55b094cc08fb5c645b811
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: xmlunit
|
||||
Version: 2.10.0
|
||||
Version: 2.11.0
|
||||
Release: %autorelease
|
||||
Summary: Provides classes to do asserts on xml
|
||||
# The whole package is ASL 2.0 except for xmlunit-legacy which is BSD
|
||||
|
|
@ -85,9 +85,10 @@ rm -r xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb\
|
|||
|
||||
|
||||
# Port to hamcrest 2.1
|
||||
%java_remove_annotations xmlunit-matchers -p org[.]hamcrest[.]Factory
|
||||
jurand -i -s -a xmlunit-matchers -p org[.]hamcrest[.]Factory
|
||||
|
||||
%pom_disable_module xmlunit-assertj
|
||||
%pom_disable_module xmlunit-bom
|
||||
%pom_disable_module xmlunit-jakarta-jaxb-impl
|
||||
|
||||
%pom_remove_plugin org.codehaus.mojo:buildnumber-maven-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue