update lucene and some plugins versions

This commit is contained in:
Konstantin Perikov 2017-09-15 16:20:46 +03:00
parent 98f281e748
commit d13001079b

View File

@ -16,9 +16,9 @@
</scm>
<properties>
<lucene.version>6.2.0</lucene.version>
<lucene.version>6.6.0</lucene.version>
<morphology.version>1.3-SNAPSHOT</morphology.version>
<junit.version>4.8.2</junit.version>
<junit.version>4.12</junit.version>
</properties>
<distributionManagement>
@ -96,7 +96,7 @@
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>