Skip to content

Commit

Permalink
Merge branch 'release/v5.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
duydo committed Jun 16, 2017
2 parents 6a9d363 + 34c5f24 commit 8d1cd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Check this post: [How to build Elasticsearch Vietnamese Analysis Plugin](http://
## Compatible Versions
| Vietnamese Analysis Plugin | Elasticsearch |
| -------------------------- | ------------- |
| master | 5.3.1 |
| master | 5.4.1 |
| 5.4.1 | 5.4.1 |
| 5.3.1 | 5.3.1 |
| 5.2.1 | 5.2.1 |
| 2.4.1 | 2.4.1 |
Expand Down
6 changes: 3 additions & 3 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>5.3.1</version>
<version>5.4.1</version>
<packaging>jar</packaging>
<name>elasticsearch-analysis-vietnamese</name>
<url>https://github.com/duydo/elasticsearch-analysis-vietnamese/</url>
Expand Down Expand Up @@ -31,8 +31,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.java.version>1.8</project.build.java.version>
<elasticsearch.version>5.3.1</elasticsearch.version>
<lucene.version>6.4.2</lucene.version>
<elasticsearch.version>5.4.1</elasticsearch.version>
<lucene.version>6.5.1</lucene.version>
<jna.version>4.1.0</jna.version>
<log4j.version>2.7</log4j.version>
</properties>
Expand Down

0 comments on commit 8d1cd4c

Please sign in to comment.