Change setting.xml to huaweicloud
This commit is contained in:
parent
9f2f3cbffb
commit
3c6cdec088
10
settings.xml
10
settings.xml
@ -4,10 +4,10 @@
|
|||||||
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<mirrors>
|
<mirrors>
|
||||||
<mirror>
|
<mirror>
|
||||||
<id>aliyun-central</id>
|
<id>huaweicloud</id>
|
||||||
<mirrorOf>*</mirrorOf>
|
<mirrorOf>central</mirrorOf>
|
||||||
<name>aliyun central</name>
|
<name>central repo</name>
|
||||||
<url>https://maven.aliyun.com/repository/central</url>
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
</mirror>
|
</mirror>
|
||||||
</mirrors>
|
</mirrors>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%bcond_with jp_minimal
|
%bcond_with jp_minimal
|
||||||
Name: xstream
|
Name: xstream
|
||||||
Version: 1.4.17
|
Version: 1.4.17
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Java XML serialization library
|
Summary: Java XML serialization library
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://x-stream.github.io/
|
URL: http://x-stream.github.io/
|
||||||
@ -132,6 +132,9 @@ mvn install --settings ./settings.xml -Dmaven.test.skip=true
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu 22 Jul 2021 sunguoshuai <sunguoshuai@huawei.com> - 1.4.17-2
|
||||||
|
- Change setting.xml to huaweicloud
|
||||||
|
|
||||||
* Thu May 27 2021 wutao <wutao61@huawei.com> - 1.4.17-1
|
* Thu May 27 2021 wutao <wutao61@huawei.com> - 1.4.17-1
|
||||||
- upgrade to 1.4.17 to fix CVE-2021-29505
|
- upgrade to 1.4.17 to fix CVE-2021-29505
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user