!5 Change maven repository to huawei cloud

From: @ultra_planet
Reviewed-by: @wangchong1995924
Signed-off-by: @wangchong1995924
This commit is contained in:
openeuler-ci-bot 2021-07-21 09:37:40 +00:00 committed by Gitee
commit 50299019eb
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: mxparser Name: mxparser
Version: 1.2.1 Version: 1.2.1
Release: 1 Release: 2
License: Lab Software License 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. 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 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 %files help -f .mfiles-javadoc
%changelog %changelog
* Wed Jul 21 2021 lingsheng <lingsheng@huawei.com> - 1.2.1-2
- Change maven repository to huawei cloud
* Tue Apr 13 2021 wutao <wutao61@huawei.com> - 1.2.1-1 * Tue Apr 13 2021 wutao <wutao61@huawei.com> - 1.2.1-1
- package init - package init

View File

@ -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>