From 3c6cdec088f54c1dbb825b80945cc58b3bb51d85 Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Thu, 22 Jul 2021 19:45:21 +0800 Subject: [PATCH] Change setting.xml to huaweicloud --- settings.xml | 12 ++++++------ xstream.spec | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/settings.xml b/settings.xml index 23ee6da..00315d5 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/ - - + + diff --git a/xstream.spec b/xstream.spec index a57f952..148bb3b 100644 --- a/xstream.spec +++ b/xstream.spec @@ -1,7 +1,7 @@ %bcond_with jp_minimal Name: xstream Version: 1.4.17 -Release: 1 +Release: 2 Summary: Java XML serialization library License: BSD URL: http://x-stream.github.io/ @@ -132,6 +132,9 @@ mvn install --settings ./settings.xml -Dmaven.test.skip=true %license LICENSE.txt %changelog +* Thu 22 Jul 2021 sunguoshuai - 1.4.17-2 +- Change setting.xml to huaweicloud + * Thu May 27 2021 wutao - 1.4.17-1 - upgrade to 1.4.17 to fix CVE-2021-29505 -- Gitee