Update settings.xml to use https maven 06/100506/2
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Jan 2020 15:31:25 +0000 (10:31 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Jan 2020 15:41:13 +0000 (10:41 -0500)
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>
settings.xml

index edfbba7..0f3a0e0 100644 (file)
@@ -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>
       <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>