!4 Update to version 2.3.0

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-05-06 09:51:33 +00:00 committed by Gitee
commit 2cb778b916
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: XmlSchema
Version: 2.2.3
Version: 2.3.0
Release: 1
Summary: Lightweight schema object model
License: ASL 2.0
@ -11,6 +11,7 @@ BuildRequires: mvn(org.apache:apache:pom:) mvn(org.apache.felix:maven-bund
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
BuildRequires: mvn(xerces:xercesImpl) mvn(xmlunit:xmlunit)
BuildRequires: mvn(javax.xml.bind:jaxb-api)
%description
Commons XMLSchema is a lightweight schema object model that can be
used to manipulate or generate a schema.
@ -41,5 +42,8 @@ sed -i -e 's/\r//g' RELEASE-NOTE.txt
%license LICENSE NOTICE
%changelog
* Sat May 06 2023 Ge Wang <wang__ge@126.com> - 2.3.0-1
- update to version 2.3.0
* Wed May 12 2021 zhangtao <zhangtao307@huawei.com> - 2.2.3-1
- package init