update to 1.7.0 and use jdk 21

This commit is contained in:
zke 2024-02-15 15:38:06 +08:00
parent e707318b7c
commit 2154f9eeff
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
1.7.0.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: jboss-dmr
Version: 1.6.1
Version: 1.7.0
Release: 1
Summary: JBoss DMR
License: LGPLv2+ and Apache-2.0
@ -26,7 +26,7 @@ This package contains the API documentation for %{name}.
%pom_remove_plugin :maven-checkstyle-plugin
%build
%mvn_build
%mvn_build -f -- -Dsource=21
%install
%mvn_install
@ -36,6 +36,9 @@ This package contains the API documentation for %{name}.
%files javadoc -f .mfiles-javadoc
%changelog
* Thu Feb 15 2024 zke_012020 <keer.oerv@isrc.iscas.ac.cn> - 1.7.0-1
- Upgrade to version 1.7.0
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.6.1-1
- Upgrade to version 1.6.1