Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
Updated the URL for Apache Solr to use https, as in the production branch.
  • Loading branch information
RickyLeeII authored Oct 16, 2024
1 parent 06c66cf commit 4b7a7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
<then>
<mkdir dir="${srcdir}/downloads" />
<httpget url="http://archive.apache.org/dist/solr/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
<httpget url="https://archive.apache.org/dist/solr/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
</then>
</if>
<!-- unpack the archive into solr/vendor -->
Expand Down

0 comments on commit 4b7a7a6

Please sign in to comment.