Skip to content

Commit c92860e

Browse files
dadoonetjakelandis
authored andcommitted
Update Lucene snapshot repo for 7.0.0-beta1 (#38946)
This commit updates the documentation for the Lucene snapshot repo.
1 parent aafdb59 commit c92860e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-rest/high-level/getting-started.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
The very first releases of any major version (like a beta), might have been built on top of a Lucene Snapshot version.
8484
In such a case you will be unable to resolve the Lucene dependencies of the client.
8585

86-
For example, if you want to use the `7.0.0-alpha2` version which depends on Lucene `8.0.0-snapshot-774e9aefbc`, you must
86+
For example, if you want to use the `7.0.0-beta1` version which depends on Lucene `8.0.0-snapshot-83f9835`, you must
8787
define the following repository.
8888

8989
For Maven:
@@ -93,7 +93,7 @@ For Maven:
9393
<repository>
9494
<id>elastic-lucene-snapshots</id>
9595
<name>Elastic Lucene Snapshots</name>
96-
<url>http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/774e9aefbc</url>
96+
<url>http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835</url>
9797
<releases><enabled>true</enabled></releases>
9898
<snapshots><enabled>false</enabled></snapshots>
9999
</repository>
@@ -104,7 +104,7 @@ For Gradle:
104104
["source","groovy",subs="attributes"]
105105
--------------------------------------------------
106106
maven {
107-
url 'http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/774e9aefbc'
107+
url 'http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/83f9835'
108108
}
109109
--------------------------------------------------
110110

0 commit comments

Comments
 (0)