Merge pull request #10851 from rmuir/http

Use http for lucene snapshot downloads
This commit is contained in:
Robert Muir 2015-04-28 08:43:45 -04:00
commit 4d0a82d928
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<repository>
<id>lucene-snapshots</id>
<name>Lucene Snapshots</name>
<url>https://download.elastic.co/lucenesnapshots/${lucene.snapshot.revision}</url>
<url>http://download.elastic.co/lucenesnapshots/${lucene.snapshot.revision}</url>
</repository>
</repositories>