change maven repository to huawei cloud
This commit is contained in:
parent
6a0099755f
commit
5a4e758174
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: openjfx8
|
Name: openjfx8
|
||||||
Version: 8.0.202
|
Version: 8.0.202
|
||||||
Release: 20.b07%{?dist}
|
Release: 21.b07%{?dist}
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
#fxpackager is BSD
|
#fxpackager is BSD
|
||||||
@ -233,5 +233,8 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 8.0.202-8.b07
|
* Fri Aug 21 2020 Noah <hedongbo@huawei.com> - 8.0.202-21.b07
|
||||||
|
- change maven repository to huawei cloud
|
||||||
|
|
||||||
|
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 8.0.202-20.b07
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|||||||
32
settings.xml
32
settings.xml
@ -2,30 +2,12 @@
|
|||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
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">
|
||||||
<localRepository/>
|
|
||||||
<interactiveMode/>
|
|
||||||
<usePluginRegistry/>
|
|
||||||
<offline/>
|
|
||||||
<pluginGroups/>
|
|
||||||
<servers/>
|
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>repo1</id>
|
<id>huaweicloud</id>
|
||||||
<mirrorOf>central</mirrorOf>
|
<mirrorOf>central</mirrorOf>
|
||||||
<name>central repo</name>
|
<name>central repo</name>
|
||||||
<url>https://repo1.maven.org/maven2/</url>
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
<proxies/>
|
</settings>
|
||||||
<activeProfiles/>
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>MavenCentral</id>
|
|
||||||
<url>http://repo1.maven.org/maven2/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
</settings>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user