!4 [sync] PR-3: 由2.0.0-alpha-9升级为2.0.0

From: @openeuler-sync-bot 
Reviewed-by: @luo-haibo 
Signed-off-by: @luo-haibo
This commit is contained in:
openeuler-ci-bot 2024-05-24 07:28:43 +00:00 committed by Gitee
commit fbd23014f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
2.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,8 @@
%global namedreltag -alpha-9
%global namedversion %{version}%{?namedreltag}
%global namedversion %{version}
Name: shrinkwrap-descriptors
Version: 2.0.0
Release: 1
Release: 2
Summary: ShrinkWrap sub-project for creating Archive Descriptors
License: ASL 2.0
Url: http://arquillian.org/modules/descriptors-shrinkwrap/
@ -152,6 +151,9 @@ rm metadata-parser/src/test/java/org/jboss/shrinkwrap/descriptor/metadata/mojo/M
%build
export JAVA5_HOME=%{_jvmdir}/java
%if "%{_arch}" == "riscv64"
export MAVEN_OPTS="-Xss2m"
%endif
%mvn_build -s
%install
@ -209,5 +211,9 @@ export JAVA5_HOME=%{_jvmdir}/java
%license LICENSE
%changelog
* Tue May 07 2024 Jvle <keke.oerv@isrc.iscas.ac.cn> - 2.0.0-2
- Add MAVEN_OPTS for riscv64 and update 2.0.0-alpha-9 to 2.0.0
* Wed Aug 12 2020 maminjie <maminjie1@huawei.com> - 2.0.0-1
- package init