diff options
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rwxr-xr-x | springboot/springboot1/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index e2c50d03..e3e21b85 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -593,11 +593,11 @@ <distributionManagement> <repository> <id>ecomp-releases</id> - <url>http://nexus.onap.org/content/repositories/releases</url> + <url>https://nexus.onap.org/content/repositories/releases</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> - <url>http://nexus.onap.org/content/repositories/snapshots</url> + <url>https://nexus.onap.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> |