From d45bb535b64fc22cde2d9dff4dddb8a90e3ab4c3 Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 23 Mar 2021 12:47:00 +0800 Subject: [PATCH] I3CM07: change maven repository to ali cloud && add settings.xml to source (cherry picked from commit ffbe4da8878bf2985f2307eafc88d75ce1ccfc7e) --- openjfx.spec | 7 ++++++- settings.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 4f377cd..0abbd2c 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.3 -Release: 3 +Release: 4 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -40,6 +40,7 @@ Source26: pom-swing.xml Source27: pom-swt.xml Source28: pom-web.xml Source29: build.xml +Source30: settings.xml ExclusiveArch: x86_64 aarch64 @@ -155,6 +156,10 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README %changelog +* Tue Mar 23 2021 Noah - 11.0.3-4 +- change maven repository to ali cloud +- add settings.xml to source + * Mon Dec 21 2020 Noah - 11.0.3-3 - add a license to this repo diff --git a/settings.xml b/settings.xml index 8460431..23ee6da 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"> - - huaweicloud - central - central repo - https://mirrors.huaweicloud.com/repository/maven/ - + + aliyun-central + * + aliyun central + https://maven.aliyun.com/repository/central + -- Gitee