!6 Upgrade version to 1.1
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
29bc3e3bd7
@ -1,6 +1,6 @@
|
|||||||
Name: jetty-artifact-remote-resources
|
Name: jetty-artifact-remote-resources
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Jetty toolchain artifact remote resources
|
Summary: Jetty toolchain artifact 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/
|
||||||
@ -17,15 +17,20 @@ Jetty toolchain artifact remote resources
|
|||||||
cp -p %{SOURCE2} %{SOURCE3} .
|
cp -p %{SOURCE2} %{SOURCE3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd %{name}
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
cd %{name}
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f %{name}/.mfiles
|
||||||
%doc LICENSE-2.0.txt epl-v10.html
|
%doc LICENSE-2.0.txt epl-v10.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2024 xu_ping <707078654@qq.com> - 1.1-1
|
||||||
|
- Upgrade version to 1.1
|
||||||
|
|
||||||
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0-2
|
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0-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-artifact-remote-resources-"
|
tag_prefix: "jetty-artifact-remote-resources-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user