mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Update some more S3 artifact locations to use https
This commit updates some additional S3 artifact locations to use https
instead of http.
Relates 0e9d9f8a04
This commit is contained in:
parent
0e9d9f8a04
commit
012a1de71c
3 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@ For Maven:
|
|||
<repository>
|
||||
<id>elastic-lucene-snapshots</id>
|
||||
<name>Elastic Lucene Snapshots</name>
|
||||
<url>http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835</url>
|
||||
<url>https://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835</url>
|
||||
<releases><enabled>true</enabled></releases>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</repository>
|
||||
|
@ -104,7 +104,7 @@ For Gradle:
|
|||
["source","groovy",subs="attributes"]
|
||||
--------------------------------------------------
|
||||
maven {
|
||||
url 'http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835'
|
||||
url 'https://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835'
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue