Skip to content

Commit

Permalink
update es to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed May 20, 2016
1 parent ceab504 commit 91eae5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ Versions
Mmseg ver | ES version
-----------|-----------
master | 2.3.x -> master
1.9.2 | 2.3.2
1.9.3 | 2.3.3
1.8.1 | 2.2.1
1.8.0 | 2.2.0
1.7.0 | 2.1.1
1.6.0 | 2.1.0
1.5.0 | 2.0.0
1.4.0 | 1.7.0
1.3.0 | 1.6.0
1.2.2 | 1.0.0
1.2.1 | 0.90.2
1.2.0 | 0.90.0
1.1.2 | 0.20.1
1.1.1 | 0.19.x


Package
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-mmseg</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<packaging>jar</packaging>
<description>Mmseg Analyzer for Elasticsearch</description>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
</parent>

<properties>
<elasticsearch.version>2.3.2</elasticsearch.version>
<elasticsearch.version>2.3.3</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-mmseg</elasticsearch.plugin.name>
Expand Down

0 comments on commit 91eae5b

Please sign in to comment.