summaryrefslogtreecommitdiffstats
path: root/springboot/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-03 19:47:28 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-03 19:47:28 -0400
commit98d374f70f1aec0d68766a74ab379d95922663b6 (patch)
treeaff1374356aa28f82287096f63c4c889b11e544e /springboot/pom.xml
parent881a2e15ad6add92485864e41618fd8b14f1d7d4 (diff)
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>
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-xspringboot/pom.xml4
1 files changed, 2 insertions, 2 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>