diff options
Diffstat (limited to 'odlparent/bundle-parent')
-rwxr-xr-x | odlparent/bundle-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 0861c6bf..9411f7e9 100755 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -755,11 +755,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> |