diff options
-rw-r--r-- | settings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.xml b/settings.xml index edfbba7..0f3a0e0 100644 --- a/settings.xml +++ b/settings.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016-2018 Huawei Technologies Co., Ltd. and others. All rights reserved. + Modifications Copyright (c) 2020 AT&T Technologies. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -97,7 +98,7 @@ <repositories> <repository> <id>central</id> - <url>http://repo1.maven.org/maven2/</url> + <url>https://repo1.maven.org/maven2/</url> </repository> <repository> <id>onap-public</id> @@ -114,7 +115,7 @@ <pluginRepositories> <pluginRepository> <id>central</id> - <url>http://repo1.maven.org/maven2/</url> + <url>https://repo1.maven.org/maven2/</url> </pluginRepository> <pluginRepository> <id>onap-public</id> |