Upgrade version to 1.5.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-01-17 16:00:44 +08:00
parent 302308bee9
commit dd6559abfa
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
1.5.0.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: staxmapper
Version: 1.2.0
Version: 1.5.0
Release: 1
Summary: StAX Mapper
License: LGPLv2+
@ -21,6 +21,7 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{name}-%{namedversion}
%pom_remove_plugin :maven-checkstyle-plugin
%build
%mvn_build
@ -33,5 +34,8 @@ This package contains the API documentation for %{name}.
%files javadoc -f .mfiles-javadoc
%changelog
* Wed Jan 17 2024 xu_ping <707078654@qq.com> - 1.5.0-1
- Upgrade version to 1.5.0
* Sat Aug 15 2020 wangxiao <wangxiao65@huawei.com> - 1.2.0-1
- Package init