!11 change maven repository to ali cloud

From: @jvmboy
Reviewed-by: @jiangfeilong1003
Signed-off-by: @jiangfeilong1003
This commit is contained in:
openeuler-ci-bot 2021-03-23 15:49:54 +08:00 committed by Gitee
commit b2a562324e
2 changed files with 10 additions and 7 deletions

View File

@ -11,7 +11,7 @@
Name: openjfx8
Version: 8.0.202
Release: 24.b07
Release: 25.b07
Summary: Rich client application platform for Java
#fxpackager is BSD
@ -234,6 +234,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
%license LICENSE
%changelog
* 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
- add settings.xml to source

View File

@ -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>huaweicloud</id>
<mirrorOf>central</mirrorOf>
<name>central repo</name>
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
</mirror>
<mirror>
<id>aliyun-central</id>
<mirrorOf>*</mirrorOf>
<name>aliyun central</name>
<url>https://maven.aliyun.com/repository/central</url>
</mirror>
</mirrors>
</settings>