Change settings.xml to huaweicloud
(cherry picked from commit a6b800a1a93766d473c33628c36f0b4859305437)
This commit is contained in:
parent
f7006ecd20
commit
6cf0c18394
12
settings.xml
12
settings.xml
@ -4,10 +4,10 @@
|
||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<id>aliyun-central</id>
|
||||
<mirrorOf>*</mirrorOf>
|
||||
<name>aliyun central</name>
|
||||
<url>https://maven.aliyun.com/repository/central</url>
|
||||
<id>huaweicloud</id>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<name>central repo</name>
|
||||
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
||||
</mirrors>
|
||||
</settings>
|
||||
|
||||
@ -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 <yaoxin30@huawei.com> - 1.4.17-2
|
||||
- Change settings.xml to huaweicloud
|
||||
|
||||
* Thu May 27 2021 wutao <wutao61@huawei.com> - 1.4.17-1
|
||||
- upgrade to 1.4.17 to fix CVE-2021-29505
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user