fix typos in readme, bump up versions of lucene
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -16,9 +16,9 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<lucene.version>8.0.0</lucene.version>
|
||||
<lucene.version>8.7.0</lucene.version>
|
||||
<morphology.version>1.5</morphology.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<junit.version>4.13</junit.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
@@ -107,7 +107,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
@@ -180,4 +180,4 @@
|
||||
<module>english</module>
|
||||
<module>solr-morphology-analysis</module>
|
||||
</modules>
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user