change maven repository to huaweicloud
This commit is contained in:
parent
e8da85c37a
commit
41d747ef9e
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
Name: openjfx8
|
Name: openjfx8
|
||||||
Version: 8.0.202
|
Version: 8.0.202
|
||||||
Release: 25.b07
|
Release: 26.b07
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
#fxpackager is BSD
|
#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/
|
URL: http://openjdk.java.net/projects/openjfx/
|
||||||
|
|
||||||
Source0: http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u202-b07.tar.bz2
|
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
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
- change maven repository to ali cloud
|
||||||
|
|
||||||
* Fri Mar 12 2021 Noah <hedongbo@huawei.com> - 8.0.202-24.b07
|
* 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
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>aliyun-central</id>
|
<id>huaweicloud</id>
|
||||||
<mirrorOf>*</mirrorOf>
|
<mirrorOf>central</mirrorOf>
|
||||||
<name>aliyun central</name>
|
<name>central repo</name>
|
||||||
<url>https://maven.aliyun.com/repository/central</url>
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user