diff options
Diffstat (limited to 'springboot')
-rwxr-xr-x | springboot/pom.xml | 4 | ||||
-rwxr-xr-x | springboot/springboot1/pom.xml | 4 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index a0c8f0af..3d3737f0 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -20,11 +20,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> <modules> 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> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index d8b8dfef..7de3866b 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/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> |