Skip to content

Commit 46f8936

Browse files
committed
Release 5.4.1
1 parent 592ea88 commit 46f8936

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.textile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ 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.4.1 | 5.4.1 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.4.1/elasticsearch-analysis-morphology-5.4.1.zip |
1213
| 5.4.0 | 5.4.0 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.4.0/elasticsearch-analysis-morphology-5.4.0.zip |
14+
| 5.3.3 | 5.3.3 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.3.3/elasticsearch-analysis-morphology-5.3.3.zip |
1315
| 5.3.2 | 5.3.2 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.3.2/elasticsearch-analysis-morphology-5.3.2.zip |
1416
| 5.3.1 | 5.3.1 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.3.1/elasticsearch-analysis-morphology-5.3.1.zip |
1517
| 5.3.0 | 5.3.0 | http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.3.0/elasticsearch-analysis-morphology-5.3.0.zip |
@@ -56,10 +58,10 @@ In order to install the plugin, simply run the following command in the elastics
5658
bin/elasticsearch-plugin install URL
5759
</pre>
5860

59-
where @URL@ is the URL of the plugin from the compatibility table. For examples to install version @5.4.0@ run
61+
where @URL@ is the URL of the plugin from the compatibility table. For examples to install version @5.4.1@ run
6062

6163
<pre>
62-
bin/elasticsearch-plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.4.0/elasticsearch-analysis-morphology-5.4.0.zip
64+
bin/elasticsearch-plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.4.1/elasticsearch-analysis-morphology-5.4.1.zip
6365
</pre>
6466

6567
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.4.0"
26+
classpath "org.elasticsearch.gradle:build-tools:5.4.1"
2727
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
2828
}
2929
}
@@ -41,14 +41,14 @@ apply plugin: 'maven-publish'
4141
// }
4242
//}
4343

44-
version = '5.4.0'
44+
version = '5.4.1'
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.4.1'
5051
}
51-
esplugin.version = version
5252

5353
dependencies {
5454
compile "org.apache.lucene.morphology:russian:1.3-SNAPSHOT"

0 commit comments

Comments
 (0)