!17 change maven repository to huaweicloud
From: @si-gui Reviewed-by: @jvmboy Signed-off-by: @jvmboy
This commit is contained in:
commit
f9deed6d90
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
Name: openjfx
|
Name: openjfx
|
||||||
Version: 11.0.3
|
Version: 11.0.3
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Rich client application platform for Java
|
Summary: Rich client application platform for Java
|
||||||
|
|
||||||
License: GPL v2 with exceptions and BSD
|
License: LGPL-2.0-only and ICU and Public Domain and LGPL-2.1-only and GPL-2.0-only and GPL-2.0-or-later
|
||||||
URL: http://openjdk.java.net/projects/openjfx/
|
URL: http://openjdk.java.net/projects/openjfx/
|
||||||
|
|
||||||
Source0: hg.openjdk.java.net/openjfx/11/rt/archive/rt-11.0.3+1.tar.bz2
|
Source0: hg.openjdk.java.net/openjfx/11/rt/archive/rt-11.0.3+1.tar.bz2
|
||||||
@ -156,6 +156,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed 22 Sep 2021 sunguoshuai <sunguoshuai@huawei.com> - 11.0.3-5
|
||||||
|
- change maven repository to huaweicloud
|
||||||
|
|
||||||
* Tue Mar 23 2021 Noah <hedongbo@huawei.com> - 11.0.3-4
|
* Tue Mar 23 2021 Noah <hedongbo@huawei.com> - 11.0.3-4
|
||||||
- change maven repository to ali cloud
|
- change maven repository to ali cloud
|
||||||
- add settings.xml to source
|
- add settings.xml to source
|
||||||
|
|||||||
12
settings.xml
12
settings.xml
@ -3,11 +3,11 @@
|
|||||||
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">
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>aliyun-central</id>
|
<id>huaweicloud</id>
|
||||||
<mirrorOf>*</mirrorOf>
|
<mirrorOf>central</mirrorOf>
|
||||||
<name>aliyun central</name>
|
<name>central repo</name>
|
||||||
<url>https://maven.aliyun.com/repository/central</url>
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user