Fix distributionManagement urls

Update distributionManagement urls to use https instead of http

Change-Id: I209e96ba0b6f46ad0780ec93d3bfc823650c648b
Issue-ID: SDNC-471
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index 8902dd1..2f1ab9a 100755
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-parent/pom.xml
@@ -756,11 +756,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>