From 02a9aa56d2b5a24b5aa6e1a8bb478cf646c4deda Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 21 Jul 2021 17:04:38 +0800 Subject: [PATCH] Change maven repository to huawei cloud --- mxparser.spec | 5 ++++- settings.xml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mxparser.spec b/mxparser.spec index 7431b8b..788e0e2 100644 --- a/mxparser.spec +++ b/mxparser.spec @@ -1,6 +1,6 @@ Name: mxparser Version: 1.2.1 -Release: 1 +Release: 2 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,5 +37,8 @@ mvn install --settings ./settings.xml -Dmaven.test.skip=true %files help -f .mfiles-javadoc %changelog +* Wed Jul 21 2021 lingsheng - 1.2.1-2 +- Change maven repository to huawei cloud + * Tue Apr 13 2021 wutao - 1.2.1-1 - package init diff --git a/settings.xml b/settings.xml index 23ee6da..a4f8c3f 100644 --- a/settings.xml +++ b/settings.xml @@ -4,10 +4,10 @@ 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