From 6a0cabd63d405216f125234a309e0586ecf16522 Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 23 Mar 2021 12:41:05 +0800 Subject: [PATCH] I3CM0A: change maven repository to ali cloud (cherry picked from commit bc1b289f12d3b89bda1cee48c5ecccd2c049e76e) --- openjfx8.spec | 8 +++++++- settings.xml | 12 ++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/openjfx8.spec b/openjfx8.spec index 2bcb3f9..e9e698e 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -11,7 +11,7 @@ Name: openjfx8 Version: 8.0.202 -Release: 23.b07 +Release: 25.b07 Summary: Rich client application platform for Java #fxpackager is BSD @@ -233,6 +233,12 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Tue Mar 23 2021 Noah - 8.0,202-25.b07 +- change maven repository to ali cloud + +* Fri Mar 12 2021 Noah - 8.0.202-24.b07 +- add settings.xml to source + * Thu Dec 24 2020 weidong - 8.0.202-23.b07 - Delete dist macro in spec 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