Lucene upgrade to 7.2

This commit is contained in:
d.kalach
2018-03-03 11:43:45 +03:00
parent c893b1096c
commit 6f936cf261
7 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.apache.lucene.morphology</groupId>
<artifactId>morphology</artifactId>
<packaging>pom</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.4</version>
<name>morphology</name>
<url>http://maven.apache.org</url>
@@ -16,8 +16,8 @@
</scm>
<properties>
<lucene.version>6.6.0</lucene.version>
<morphology.version>1.3-SNAPSHOT</morphology.version>
<lucene.version>7.2.1</lucene.version>
<morphology.version>1.4</morphology.version>
<junit.version>4.12</junit.version>
</properties>