From 4895c761a6b714622d578e406be9cb49de4fc00a Mon Sep 17 00:00:00 2001 From: jvmboy Date: Tue, 18 Aug 2020 10:21:15 +0800 Subject: [PATCH] change maven repository to huawei cloud --- openjfx.spec | 7 +++++-- settings.xml | 32 +++++++------------------------- 2 files changed, 12 insertions(+), 27 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 612a89c..d7c91c7 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.3 -Release: 1 +Release: 2 Summary: Rich client application platform for Java 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 %changelog -* Thu Aug 6 2020 Noah - 11.0.3-0 +* Fri Aug 21 2020 Noah - 11.0.3-2 +- change maven repository to huawei cloud + +* Thu Aug 6 2020 Noah - 11.0.3-1 - Initial packaging diff --git a/settings.xml b/settings.xml index 30c8e73..8460431 100644 --- a/settings.xml +++ b/settings.xml @@ -2,30 +2,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> - - - - - - - - repo1 - central - central repo - https://repo1.maven.org/maven2/ - + + huaweicloud + central + central repo + https://mirrors.huaweicloud.com/repository/maven/ + - - - - - - - MavenCentral - http://repo1.maven.org/maven2/ - - - - - + -- Gitee