From 0c5a1d66f92ec0b7dcd82c0cf8950439d1b6cc14 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 21 Jul 2021 16:21:16 +0800 Subject: [PATCH] I41S80: change maven repository to huawei cloud --- openjfx.spec | 5 ++++- settings.xml | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 0122dcc..57a199b 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.3 -Release: 5 +Release: 6 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -156,6 +156,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README %changelog +* Wed Jul 21 2021 Noah - 11.0.3-6 +- change maven repository to huawei cloud + * Mon Jun 21 2021 Benshuai5D - 11.0.3-5 - add openjfx11.yaml 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