Skip to content

Commit f06c7aa

Browse files
committed
Release 5.6.11
1 parent e62c57e commit f06c7aa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.textile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ h2. Compatibility
99
The following table shows the compatible versions of Elasticsearch and Morphological Analysis Plugin.
1010

1111
|_. Morphological Analysis Plugin |_. Elasticsearch |_. URL |
12+
| 5.6.11 | 5.6.11 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.11/elasticsearch-analysis-morphology-5.6.11.zip |
1213
| 5.6.10 | 5.6.10 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.10/elasticsearch-analysis-morphology-5.6.10.zip |
1314
| 5.6.9 | 5.6.9 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.9/elasticsearch-analysis-morphology-5.6.9.zip |
1415
| 5.6.8 | 5.6.8 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.8/elasticsearch-analysis-morphology-5.6.8.zip |
@@ -75,10 +76,10 @@ In order to install the plugin, simply run the following command in the elastics
7576
bin/elasticsearch-plugin install URL
7677
</pre>
7778

78-
where @URL@ is the URL of the plugin from the compatibility table. For examples to install version @5.6.10@ run
79+
where @URL@ is the URL of the plugin from the compatibility table. For examples to install version @5.6.11@ run
7980

8081
<pre>
81-
bin/elasticsearch-plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.10/elasticsearch-analysis-morphology-5.6.10.zip
82+
bin/elasticsearch-plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.11/elasticsearch-analysis-morphology-5.6.11.zip
8283
</pre>
8384

8485
h2. Installation on 2.x

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
jcenter()
2424
}
2525
dependencies {
26-
classpath "org.elasticsearch.gradle:build-tools:5.6.10"
26+
classpath "org.elasticsearch.gradle:build-tools:5.6.11"
2727
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
2828
}
2929
}
@@ -41,13 +41,13 @@ apply plugin: 'maven-publish'
4141
// }
4242
//}
4343

44-
version = '5.6.10'
44+
version = '5.6.11'
4545

4646
esplugin {
4747
description 'English and Russian Morphology for ElasticSearch.'
4848
classname 'org.elasticsearch.plugin.analysis.morphology.AnalysisMorphologyPlugin'
4949
name 'analysis-morphology'
50-
version '5.6.10'
50+
version '5.6.11'
5151
}
5252

5353
dependencies {

0 commit comments

Comments
 (0)