diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-20 10:31:25 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-20 10:41:13 -0500 |
commit | dde95949b1050c276c2b7366bd1716eb8c9d3912 (patch) | |
tree | 971c996234b3ca6f39e8e3762646d483f897ef87 | |
parent | 81f6ddbadbfb35ade23aa69570551e1d7758f13f (diff) |
Update settings.xml to use https maven
Switch from http to https to remove warnings during
compilation.
Issue-ID: INT-1416
Change-Id: I775e8127962af4d5c82c7874f991483b87c53042
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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> |