!4 Update to version 3.0.1

From: @wang--ge 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-01-08 01:10:00 +00:00 committed by Gitee
commit 489a55758b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: takari-plugin-testing Name: takari-plugin-testing
Version: 2.9.2 Version: 3.0.1
Release: 2 Release: 1
Summary: Maven plugin testing library Summary: Maven plugin testing library
License: EPL-1.0 and ASL 2.0 License: EPL-1.0 and ASL 2.0
URL: http://takari.io/ URL: http://takari.io/
@ -36,6 +36,7 @@ This package provides %{summary}.
%prep %prep
%setup -q -n %{name}-project-%{name}-%{version} %setup -q -n %{name}-project-%{name}-%{version}
%pom_disable_module takari-plugin-testing-its %pom_disable_module takari-plugin-testing-its
%pom_remove_dep org.junit:junit-bom
cp %{SOURCE1} %{SOURCE2} . cp %{SOURCE1} %{SOURCE2} .
%build %build
@ -52,6 +53,9 @@ cp %{SOURCE1} %{SOURCE2} .
%license epl-v10.html LICENSE-2.0.txt %license epl-v10.html LICENSE-2.0.txt
%changelog %changelog
* Thu Jan 04 2024 Ge Wang <wang__ge@126.com> - 3.0.1-1
- update to version 3.0.1
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 2.9.2-2 * Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 2.9.2-2
- modify license identifier - modify license identifier