!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 Name: openjfx8
Version: 8.0.202 Version: 8.0.202
Release: 24.b07 Release: 25.b07
Summary: Rich client application platform for Java Summary: Rich client application platform for Java
#fxpackager is BSD #fxpackager is BSD
@ -234,6 +234,9 @@ 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
- 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
- add settings.xml to source - add settings.xml to source

View File

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