Skip to content

Commit e1e7227

Browse files
committed
update lucene to 7.7.3 #1465
1 parent 79ddc31 commit e1e7227

14 files changed

+24
-24
lines changed

.classpath

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
2424
<classpathentry exported="true" kind="lib" path="lib/javacc.jar"/>
2525
<classpathentry exported="true" kind="lib" path="lib/jakarta.json-1.1.6.jar" sourcepath="libsrc/jakarta.json-1.1.6-sources.jar"/>
26-
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.5.0.jar" sourcepath="libsrc/lucene-core-7.5.0-sources.jar"/>
27-
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-7.5.0.jar" sourcepath="libsrc/lucene-demo-7.5.0-sources.jar"/>
28-
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-common-7.5.0.jar" sourcepath="lucene-analyzers-common-7.5.0-sources.jar"/>
29-
<classpathentry exported="true" kind="lib" path="lib/lucene-queryparser-7.5.0.jar" sourcepath="lucene-queryparser-7.5.0-sources.jar"/>
26+
<classpathentry exported="true" kind="lib" path="lib/lucene-core-7.7.3.jar" sourcepath="libsrc/lucene-core-7.7.3-sources.jar"/>
27+
<classpathentry exported="true" kind="lib" path="lib/lucene-demo-7.7.3.jar" sourcepath="libsrc/lucene-demo-7.7.3-sources.jar"/>
28+
<classpathentry exported="true" kind="lib" path="lib/lucene-analyzers-common-7.7.3.jar" sourcepath="lucene-analyzers-common-7.7.3-sources.jar"/>
29+
<classpathentry exported="true" kind="lib" path="lib/lucene-queryparser-7.7.3.jar" sourcepath="lucene-queryparser-7.7.3-sources.jar"/>
3030
<classpathentry exported="true" kind="lib" path="lib/slf4j-api.jar" sourcepath="libsrc/slf4j-api-1.7.12-sources.jar"/>
3131
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple.jar" sourcepath="libsrc/slf4j-simple-1.7.12-sources.jar"/>
3232
<classpathentry exported="true" kind="lib" path="lib/javax.activation-api-1.2.0.jar" sourcepath="libsrc/javax.activation-api-1.2.0-sources.jar"/>

doc/corenlp/pom-full.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
<dependency>
6363
<groupId>org.apache.lucene</groupId>
6464
<artifactId>lucene-queryparser</artifactId>
65-
<version>7.5.0</version>
65+
<version>7.7.3</version>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>org.apache.lucene</groupId>
7070
<artifactId>lucene-analyzers-common</artifactId>
71-
<version>7.5.0</version>
71+
<version>7.7.3</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>org.apache.lucene</groupId>
7676
<artifactId>lucene-core</artifactId>
77-
<version>7.5.0</version>
77+
<version>7.7.3</version>
7878
</dependency>
7979

8080
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->

lib/README

+8-8
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,13 @@ LAST UPDATE: 2024-10-08
377377
LAST UPDATE BY: John Bauer. Originally added by Sonal Gupta
378378

379379
-----------------------------------------------------------------------
380-
lucene-analyzers-common-7.5.0.jar
381-
lucene-core-7.5.0.jar
382-
lucene-demo-7.5.0.jar
383-
lucene-queryparser-7.5.0.jar
380+
lucene-analyzers-common-7.7.3.jar
381+
lucene-core-7.7.3.jar
382+
lucene-demo-7.7.3.jar
383+
lucene-queryparser-7.7.3.jar
384384
ORIGINAL JAR NAME: n/a
385-
VERSION: 7.5.0
386-
RELEASE DATE: 24 Sep 2018
385+
VERSION: 7.7.3
386+
RELEASE DATE: 2020-04-24
387387
SOURCE AVAILABLE: yes
388388
DESCRIPTION: "Apache Lucene is a high-performance, full-featured text
389389
search engine library written entirely in Java. It is a technology
@@ -393,8 +393,8 @@ in has version number, as before. Broken into several Jars in this version."
393393
URL: http://lucene.apache.org/
394394
USED BY: patterns.surface
395395

396-
LAST UPDATE: 2018-11-11
397-
LAST UPDATE BY: Melvin Johnson Premkumar
396+
LAST UPDATE: 2024-10-08
397+
LAST UPDATE BY: John Bauer
398398

399399
-----------------------------------------------------------------
400400
slf4j-api.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

pom-java-11.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
<dependency>
6161
<groupId>org.apache.lucene</groupId>
6262
<artifactId>lucene-queryparser</artifactId>
63-
<version>7.5.0</version>
63+
<version>7.7.3</version>
6464
</dependency>
6565

6666
<dependency>
6767
<groupId>org.apache.lucene</groupId>
6868
<artifactId>lucene-analyzers-common</artifactId>
69-
<version>7.5.0</version>
69+
<version>7.7.3</version>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>org.apache.lucene</groupId>
7474
<artifactId>lucene-core</artifactId>
75-
<version>7.5.0</version>
75+
<version>7.7.3</version>
7676
</dependency>
7777

7878
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->

pom-java-17.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
<dependency>
6161
<groupId>org.apache.lucene</groupId>
6262
<artifactId>lucene-queryparser</artifactId>
63-
<version>7.5.0</version>
63+
<version>7.7.3</version>
6464
</dependency>
6565

6666
<dependency>
6767
<groupId>org.apache.lucene</groupId>
6868
<artifactId>lucene-analyzers-common</artifactId>
69-
<version>7.5.0</version>
69+
<version>7.7.3</version>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>org.apache.lucene</groupId>
7474
<artifactId>lucene-core</artifactId>
75-
<version>7.5.0</version>
75+
<version>7.7.3</version>
7676
</dependency>
7777

7878
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
<dependency>
6363
<groupId>org.apache.lucene</groupId>
6464
<artifactId>lucene-queryparser</artifactId>
65-
<version>7.5.0</version>
65+
<version>7.7.3</version>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>org.apache.lucene</groupId>
7070
<artifactId>lucene-analyzers-common</artifactId>
71-
<version>7.5.0</version>
71+
<version>7.7.3</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>org.apache.lucene</groupId>
7676
<artifactId>lucene-core</artifactId>
77-
<version>7.5.0</version>
77+
<version>7.7.3</version>
7878
</dependency>
7979

8080
<!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->

0 commit comments

Comments
 (0)