Skip to content

Commit

Permalink
build version 2.3.5, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
duydo committed Aug 22, 2016
2 parents 1505896 + 2340995 commit 417fff5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Vietnamese Analysis plugin integrates Vietnamese language analysis into Elastics
In order to install the plugin, simply run:

```sh
bin/plugin --url https://dl.dropboxusercontent.com/u/1598491/elasticsearch-analysis-vietnamese-0.2.2.zip --install analysis-vietnamese

bin/plugin install [plugin binary link](https://github.com/duydo/elasticsearch-analysis-vietnamese/releases)
```

Or to build from source, you need to build it with Maven:
Expand All @@ -21,7 +20,12 @@ bin/plugin install file:target/releases/elasticsearch-analysis-vietnamese-0.2.2.

|Vietnamese Analysis Plugin|Elasticsearch|
|---|---|
| master|2.2.0|
| master|2.3.5|
| 2.3.5|2.3.5|
| 2.3.3|2.3.4|
| 2.3.2|2.3.2|
| 2.3.1|2.3.1|
| 2.3.0|2.3.0|
| 0.2.2|2.2.0|
| 0.2.1.1|2.1.1|
| 0.2.1|2.1.0|
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-vietnamese</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<packaging>jar</packaging>
<name>elasticsearch-analysis-vietnamese</name>
<url>https://github.com/duydo/elasticsearch-analysis-vietnamese/</url>
Expand All @@ -24,7 +24,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.java.version>1.7</project.build.java.version>
<elasticsearch.version>2.3.4</elasticsearch.version>
<elasticsearch.version>2.3.5</elasticsearch.version>
<lucene.version>5.5.0</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
Expand Down

0 comments on commit 417fff5

Please sign in to comment.