!5 Update to version 1.2.2

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

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: idlj-maven-plugin
Version: 1.2.1
Release: 2
Version: 1.2.2
Release: 1
Summary: The CORBA IDL Compiler Maven Plugin
License: ASL 2.0
URL: http://www.mojohaus.org/plugins.html
Source0: https://github.com/mojohaus/%{name}/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/mojohaus/idlj-maven-plugin/archive/refs/tags/%{name}-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local mvn(avalon-logkit:avalon-logkit) mvn(junit:junit)
@ -24,6 +24,7 @@ This package contains the API documentation for %{name}.
%setup -q -n %{name}-%{name}-%{version}
%pom_change_dep :plexus-compiler-api org.codehaus.plexus:
%pom_change_dep org.jacorb: :jacorb-idl-compiler
%pom_remove_dep org.glassfish.corba:idlj
cp %{SOURCE1} .
%build
@ -40,6 +41,9 @@ cp %{SOURCE1} .
%license LICENSE-2.0.txt
%changelog
* Wed Jan 10 2024 Ge Wang <wang__ge@126.com> - 1.2.2-1
- Update to version 1.2.2
* Sat Jan 09 2021 Ge Wang <wangge20@huawei.com> - 1.2.1-2
- Modify homepage url and Source url