You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2022/06/09 09:58:24 UTC

svn commit: r1901774 - /manifoldcf/trunk/build.xml

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">