From f93e27d0fa09556b7ab1405fdc5de50b25f19737 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 25 Jan 2017 09:31:02 -0500
Subject: [PATCH] Restoring old Apache URL.

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 83b14e19e72..ab065453a76 100644
--- a/build.xml
+++ b/build.xml
@@ -160,7 +160,7 @@
           <not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
            <then>
             <mkdir dir="${srcdir}/downloads" />
-            <httpget url="https://vufind.org/jenkins/job/VuFind/ws/downloads/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
+            <httpget url="http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
           </then>
         </if>
         <!-- unpack the archive into solr/vendor -->
-- 
GitLab