Skip to content

Commit

Permalink
lucene 9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jan 18, 2024
1 parent c694c1a commit 4ab7750
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codelibs</groupId>
<artifactId>analyzers</artifactId>
<version>9.8.0.1-SNAPSHOT</version>
<version>9.9.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>This library provides Lucene's analyzers for Japanese.</description>
<inceptionYear>2011</inceptionYear>
Expand All @@ -31,7 +31,7 @@
<version>9</version>
</parent>
<properties>
<lucene.version>9.8.0</lucene.version>
<lucene.version>9.9.1</lucene.version>
</properties>
<build>
<plugins>
Expand All @@ -50,6 +50,9 @@
<includes>
<include>**/*Test.java</include>
</includes>
<systemPropertyVariables>
<tests.seed>DEADBEEF</tests.seed>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4ab7750

Please sign in to comment.