Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Update to Elasticsearch 8.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Jan 13, 2022
1 parent bcd041c commit 9fff422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the

| ES | Command |
| ----- | ------- |
| 8.0.0-rc1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.0.0-rc1.1/ingest-langdetect-8.0.0-rc1.1.zip` |
| 8.0.0-beta1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.0.0-beta1.1/ingest-langdetect-8.0.0-beta1.1.zip` |
| 8.0.0-alpha2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/8.0.0-alpha2.1/ingest-langdetect-8.0.0-alpha2.1.zip` |
| 7.16.2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.16.2.1/ingest-langdetect-7.16.2.1.zip` |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
implementation 'com.github.pemistahl:lingua:1.1.1'
implementation 'net.arnx:jsonic:1.3.10'
// the yaml tests require a log4j2 dependency, otherwise a dependency is thrown on startup
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.11.1'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
testImplementation "org.elasticsearch.test:framework:$elasticsearchVersion"
restTestSpecs "org.elasticsearch:rest-api-spec:$elasticsearchVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elasticsearchVersion = 8.0.0-beta1
elasticsearchVersion = 8.0.0-rc1

0 comments on commit 9fff422

Please sign in to comment.