!5 Update to version 2.3.1

From: @wang--ge 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-02-20 02:44:09 +00:00 committed by Gitee
commit 53cbdfe252
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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