!28 change maven repository to huaweicloud
From: @si-gui Reviewed-by: @jvmboy Signed-off-by: @jvmboy
This commit is contained in:
commit
da2b356027
@ -11,11 +11,11 @@
|
||||
|
||||
Name: openjfx8
|
||||
Version: 8.0.202
|
||||
Release: 25.b07
|
||||
Release: 26.b07
|
||||
Summary: Rich client application platform for Java
|
||||
|
||||
#fxpackager is BSD
|
||||
License: GPL v2 with exceptions and BSD
|
||||
License: GPL-2.0-only and Apache-2.0 and Public Domain and LGPL-2.1-only and GPL-2.0-or-later and MIT and LGPL-2.0-only and ICU
|
||||
URL: http://openjdk.java.net/projects/openjfx/
|
||||
|
||||
Source0: http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u202-b07.tar.bz2
|
||||
@ -234,7 +234,10 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Mar 23 2021 Noah <hedongbo@huawei.com> - 8.0,202-25.b07
|
||||
* Wed Sep 22 2021 sunguoshuai <sunguoshuai@huawei.com> - 8.0.202-26.b07
|
||||
- change maven repository to huaweicloud
|
||||
|
||||
* Tue Mar 23 2021 Noah <hedongbo@huawei.com> - 8.0.202-25.b07
|
||||
- change maven repository to ali cloud
|
||||
|
||||
* Fri Mar 12 2021 Noah <hedongbo@huawei.com> - 8.0.202-24.b07
|
||||
|
||||
12
settings.xml
12
settings.xml
@ -3,11 +3,11 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>aliyun-central</id>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
<name>aliyun central</name>
|
||||
<url>https://maven.aliyun.com/repository/central</url>
|
||||
</mirror>
|
||||
<mirror>
|
||||
<id>huaweicloud</id>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<name>central repo</name>
|
||||
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user