From 7fe43f680f609cf120bbfcc5e409972f42287a6a Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Wed, 22 Sep 2021 16:29:12 +0800 Subject: [PATCH] change maven repository to huaweicloud (cherry picked from commit ee6e5fcd4ac4633ad0d03eb27cae3e40d1cb2593) --- openjfx.spec | 7 +++++-- settings.xml | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 0abbd2c..56a4027 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,10 +4,10 @@ Name: openjfx Version: 11.0.3 -Release: 4 +Release: 5 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/ 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 %changelog +* Wed Sep 22 2021 sunguoshuai - 11.0.3-5 +- change maven repository to huaweicloud + * Tue Mar 23 2021 Noah - 11.0.3-4 - change maven repository to ali cloud - add settings.xml to source 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