From ba1ed7aaec7f14a2ab40114439e18ee5711e7cce Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Mon, 26 Sep 2022 20:22:06 +0800 Subject: [PATCH] Change mirros.huaweicloud.com to repo.huaweicloud.com --- mxparser.spec | 5 ++++- settings.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mxparser.spec b/mxparser.spec index 788e0e2..0a789ed 100644 --- a/mxparser.spec +++ b/mxparser.spec @@ -1,6 +1,6 @@ Name: mxparser Version: 1.2.1 -Release: 2 +Release: 3 License: Lab Software License Summary: MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork. URL: http://x-stream.github.io/mxparser @@ -37,6 +37,9 @@ mvn install --settings ./settings.xml -Dmaven.test.skip=true %files help -f .mfiles-javadoc %changelog +* Mon Sep 26 2022 caodongxia - 1.2.1-3 +- Change mirros.huaweicloud.com to repo.huaweicloud.com + * Wed Jul 21 2021 lingsheng - 1.2.1-2 - Change maven repository to huawei cloud diff --git a/settings.xml b/settings.xml index a4f8c3f..8b0778a 100644 --- a/settings.xml +++ b/settings.xml @@ -7,7 +7,7 @@ huaweicloud central central repo - https://mirrors.huaweicloud.com/repository/maven/ + https://repo.huaweicloud.com/repository/maven/ -- Gitee