change maven repository to huawei cloud
This commit is contained in:
parent
6701a73656
commit
4895c761a6
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: openjfx
|
Name: openjfx
|
||||||
Version: 11.0.3
|
Version: 11.0.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
License: GPL v2 with exceptions and BSD
|
License: GPL v2 with exceptions and BSD
|
||||||
@ -155,5 +155,8 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 11.0.3-0
|
* Fri Aug 21 2020 Noah <hedongbo@huawei.com> - 11.0.3-2
|
||||||
|
- change maven repository to huawei cloud
|
||||||
|
|
||||||
|
* Thu Aug 6 2020 Noah <hedongbo@huawei.com> - 11.0.3-1
|
||||||
- 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