提交 efb393f3 编写于 作者: weixin_43283383's avatar weixin_43283383

Merge branch 'master' of github.com:medcl/elasticsearch-analysis-ik

...@@ -10,7 +10,8 @@ Versions ...@@ -10,7 +10,8 @@ Versions
IK version | ES version IK version | ES version
-----------|----------- -----------|-----------
master | 2.3.4 -> master master | 2.3.5 -> master
1.9.5 | 2.3.5
1.9.4 | 2.3.4 1.9.4 | 2.3.4
1.9.3 | 2.3.3 1.9.3 | 2.3.3
1.9.0 | 2.3.0 1.9.0 | 2.3.0
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-ik</artifactId> <artifactId>elasticsearch-analysis-ik</artifactId>
<version>1.9.4</version> <version>1.9.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>IK Analyzer for Elasticsearch</description> <description>IK Analyzer for Elasticsearch</description>
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
<properties> <properties>
<elasticsearch.version>2.3.4</elasticsearch.version> <elasticsearch.version>2.3.5</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor> <elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name> <elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<version>7</version> <version>7</version>
</parent> </parent>
<repositories> <repositories>
<repository> <repository>
<id>oss.sonatype.org</id> <id>oss.sonatype.org</id>
<name>OSS Sonatype</name> <name>OSS Sonatype</name>
...@@ -71,37 +71,37 @@ ...@@ -71,37 +71,37 @@
<version>${elasticsearch.version}</version> <version>${elasticsearch.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.4.1</version> <version>4.5.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.16</version> <version>1.2.17</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId> <artifactId>hamcrest-core</artifactId>
<version>1.3.RC2</version> <version>1.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId> <artifactId>hamcrest-library</artifactId>
<version>1.3.RC2</version> <version>1.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.10</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -111,10 +111,10 @@ ...@@ -111,10 +111,10 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version> <version>3.5.1</version>
<configuration> <configuration>
<source>1.6</source> <source>1.7</source>
<target>1.6</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>disable-java8-doclint</id> <id>disable-java8-doclint</id>
<activation> <activation>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册