diff options
author | 2025-02-14 09:24:28 +0000 | |
---|---|---|
committer | 2025-02-14 09:24:28 +0000 | |
commit | 9c1dcd4c0bc68e25bce578ec2ba47b0d2873fc8e (patch) | |
tree | c2a21d15925930d0e3e8eebc4e51877fb3f00c90 /pom.xml | |
parent | a6e377889c3f91701f024ee79343174fe6f4434c (diff) | |
parent | 4ab3fb6904fae04ab1b8f9e01c40cc418bcda1f3 (diff) |
Merge "Reenable tests for the mso-catalog-db module"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ </description> <organization> <name>ONAP - SO</name> - <url>http://www.onap.org/</url> + <url>https://www.onap.org/</url> </organization> <modules> <module>deployment-configs</module> @@ -118,11 +118,11 @@ <pluginRepositories> <pluginRepository> <id>central</id> - <url>http://repo1.maven.org/maven2</url> + <url>https://repo1.maven.org/maven2</url> </pluginRepository> <pluginRepository> <id>restlet</id> - <url>http://maven.restlet.com</url> + <url>https://maven.restlet.com</url> </pluginRepository> <pluginRepository> <id>onap-public</id> |