Author: kwright
Date: Thu Jun  9 09:58:24 2022
New Revision: 1901774

URL: http://svn.apache.org/viewvc?rev=1901774&view=rev
Log:
CONNECTORS-1716: Use SSL for downloading nuxeo

Modified:
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1901774&r1=1901773&r2=1901774&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Thu Jun  9 09:58:24 2022
@@ -912,7 +912,7 @@ Use Apache Forrest version forrest-0.9-d
     </target>
     
     <target name="setup-nuxeo-url">
-        <property name="nuxeo-base-url" 
value="http://maven.nuxeo.com/nexus/content/repositories/public-releases"/>
+        <property name="nuxeo-base-url" 
value="https://maven-eu.nuxeo.org/nexus/content/repositories/public-releases"/>
     </target>
     
     <target name="download-via-nuxeo" depends="setup-nuxeo-url">


Reply via email to