From 29b300ecce5358eb7794a968e14e65d483c0c084 Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Wed, 22 Sep 2021 16:21:14 +0800 Subject: [PATCH] change maven repository to huaweicloud (cherry picked from commit efc8093437355f6f34ece9f20732c7aaff64dca9) --- openjfx8.spec | 7 +++++-- settings.xml | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/openjfx8.spec b/openjfx8.spec index 8379fa9..5867787 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -11,11 +11,11 @@ Name: openjfx8 Version: 8.0.202 -Release: 25.b07 +Release: 26.b07 Summary: Rich client application platform for Java #fxpackager is BSD -License: GPL v2 with exceptions and BSD +License: GPL-2.0-only and Apache-2.0 and Public Domain and LGPL-2.1-only and GPL-2.0-or-later and MIT and LGPL-2.0-only and ICU URL: http://openjdk.java.net/projects/openjfx/ Source0: http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/8u202-b07.tar.bz2 @@ -234,6 +234,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Wed Sep 22 2021 sunguoshuai - 8.0.202-26.b07 +- change maven repository to huaweicloud + * Tue Mar 23 2021 Noah - 8.0,202-25.b07 - change maven repository to ali cloud diff --git a/settings.xml b/settings.xml index 23ee6da..8460431 100644 --- a/settings.xml +++ b/settings.xml @@ -3,11 +3,11 @@ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> - - aliyun-central - * - aliyun central - https://maven.aliyun.com/repository/central - + + huaweicloud + central + central repo + https://mirrors.huaweicloud.com/repository/maven/ + -- Gitee