Skip to content

Commit

Permalink
lucene up
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Jan 23, 2025
1 parent 452f69c commit 42fdeaf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file removed alix-cli/lib/lucene-analysis-common-10.0.0.jar
Binary file not shown.
Binary file added alix-cli/lib/lucene-analysis-common-10.1.0.jar
Binary file not shown.
Binary file removed alix-cli/lib/lucene-core-10.0.0.jar
Binary file not shown.
Binary file added alix-cli/lib/lucene-core-10.1.0.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.oeuvres</groupId>
<artifactId>alix</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>alix</name>
Expand All @@ -24,22 +24,22 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analysis-common</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-highlighter</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 42fdeaf

Please sign in to comment.