!5 Upgrade version to 1.2
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
4cb35c9b5a
@ -1,6 +1,6 @@
|
|||||||
Name: jetty-distribution-remote-resources
|
Name: jetty-distribution-remote-resources
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Jetty toolchain artifact for distribution remote resources
|
Summary: Jetty toolchain artifact for distribution remote resources
|
||||||
License: ASL 2.0 or EPL-1.0
|
License: ASL 2.0 or EPL-1.0
|
||||||
URL: http://www.eclipse.org/jetty/
|
URL: http://www.eclipse.org/jetty/
|
||||||
@ -15,15 +15,20 @@ Jetty toolchain artifact for distribution remote distribution resources
|
|||||||
%autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1
|
%autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd %{name}/
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
cd %{name}/
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f %{name}/.mfiles
|
||||||
%doc src/main/resources/LICENSE*
|
%doc %{name}/src/main/resources/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2024 xu_ping <707078654@qq.com> - 1.2-1
|
||||||
|
- Upgrade version to 1.2
|
||||||
|
|
||||||
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.1-2
|
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.1-2
|
||||||
- modify license identifier
|
- modify license identifier
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: github
|
||||||
src_repo: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git
|
src_repo: jetty/jetty-toolchain
|
||||||
tag_prefix: "jetty-distribution-remote-resources-"
|
tag_prefix: "jetty-distribution-remote-resources-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user