!2 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-29 07:54:04 +00:00 committed by Gitee
commit 86a4a707a8
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,14 +1,15 @@
Name: jandex-maven-plugin
Version: 1.0.4
Version: 1.2.2
Release: 1
Summary: Jandex wrapper for Maven
License: GPLv3+
URL: https://github.com/wildfly/jandex-maven-plugin
Source0: https://github.com/wildfly/jandex-maven-plugin/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/wildfly/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: maven-local mvn(org.apache.maven:maven:pom:)
BuildRequires: mvn(org.apache.maven:maven-parent:pom:) mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) mvn(org.jboss:jandex)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
BuildArch: noarch
%description
This is a Maven plugin used to generate Jandex index files.
@ -21,7 +22,7 @@ obsoletes: %{name}-help < %{version}-%{release}
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q -n %{name}-%{version}
%mvn_file :%{name} %{name}
%build
@ -38,5 +39,8 @@ This package contains javadoc for %{name}.
%license LICENSE.txt
%changelog
* Mon Jan 29 2024 Ge Wang <wang__ge@126.com> - 1.2.2-1
- update to version 1.2.2
* Mon Aug 24 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0.4-1
- package init