Merge "Use https to connect to ODL Nexus" into stable/beryllium
authorColin Dixon <colin@colindixon.com>
Tue, 17 May 2016 19:07:43 +0000 (19:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 17 May 2016 19:07:43 +0000 (19:07 +0000)
manuals/pom.xml
pom.xml

index 59231b0249fd132b212cf362e4417c692adb9b4f..04607db7221b0592b907a97c4230ec9b3995c756 100644 (file)
@@ -20,7 +20,6 @@
     <tag>HEAD</tag>
   </scm>
   <properties>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <modules>
diff --git a/pom.xml b/pom.xml
index 52729c88402de0e344b7c7b9ca8b9369b3802986..ded1608e83487db3e65f8b718fd4b84956f1a8da 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
   <properties>
     <asciidoctor.version>0.1.4</asciidoctor.version>
     <current.branch>master</current.branch>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
+    <nexusproxy>https://nexus.opendaylight.org/content</nexusproxy>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sitedeploy>${nexusproxy}/sites/site/${project.groupId}/${current.branch}/${project.artifactId}</sitedeploy>
   </properties>