I3CM0A: change maven repository to ali cloud

This commit is contained in:
Noah 2021-03-23 12:41:05 +08:00
parent 043075e8eb
commit bc1b289f12
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>