update to version 2.3.1

This commit is contained in:
wang--ge 2024-02-19 15:02:11 +08:00
parent 09cb9dddb4
commit 61fc7d0e5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Name: ws-xmlschema
Version: 2.3.0
Version: 2.3.1
Release: 1
Summary: Apache XMLSchema
License: ASL 2.0
@ -38,6 +38,7 @@ Code to walk an XML Schema and confirm an XML Document conforms to it.
%setup -q -n xmlschema-%{version}
%pom_disable_module xmlschema-bundle-test
%pom_disable_module w3c-testcases
%pom_remove_dep jakarta.xml.bind:jakarta.xml.bind-api xmlschema-walker
sed -i.orig 's|\r||g' RELEASE-NOTE.txt
touch -r RELEASE-NOTE.txt.orig RELEASE-NOTE.txt
rm RELEASE-NOTE.txt.orig
@ -61,6 +62,9 @@ rm RELEASE-NOTE.txt.orig
%license LICENSE NOTICE
%changelog
* Mon Feb 19 2024 Ge Wang <wang__Ge@126.com> - 2.3.1-1
- update to version 2.3.1
* Thu Dec 28 2023 Ge Wang <wang__ge@126.com> - 2.3.0-1
- update to version 2.3.0