update to version 2.3.0

This commit is contained in:
wang--ge 2023-05-06 16:31:00 +08:00
parent 21249907a6
commit e0c5f9b0e8
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