!2 Upgrade version to 1.2.0

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-01-24 02:01:16 +00:00 committed by Gitee
commit 569e70fb56
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
1.2.0.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global namedreltag .GA
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: slf4j-jboss-logmanager
Version: 1.0.3
Version: 1.2.0
Release: 1
Summary: SLF4J backend for JBoss LogManager
License: LGPLv2+
@ -20,7 +20,6 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{name}-%{namedversion}
%pom_remove_plugin :maven-source-plugin
%mvn_file : %{name}
%build
@ -34,5 +33,8 @@ This package contains the API documentation for %{name}.
%files javadoc -f .mfiles-javadoc
%changelog
* Tue Jan 23 2024 xu_ping <707078654@qq.com> - 1.2.0-1
- Upgrade version to 1.2.0
* Sat Aug 15 2020 wangxiao <wangxiao65@huawei.com> - 1.0.3-1
- Package init