From a6b800a1a93766d473c33628c36f0b4859305437 Mon Sep 17 00:00:00 2001
From: starlet-dx <15929766099@163.com>
Date: Tue, 7 Sep 2021 10:17:31 +0800
Subject: [PATCH] Change settings.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..3db37a9 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
+* Tue Sep 7 2021 yaoxin - 1.4.17-2
+- Change settings.xml to huaweicloud
+
* Thu May 27 2021 wutao - 1.4.17-1
- upgrade to 1.4.17 to fix CVE-2021-29505
--
Gitee