Skip to content

Commit e6503e9

Browse files
committed
bump lucene version
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
1 parent d151cfa commit e6503e9

File tree

53 files changed

+28
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+28
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
opensearch = "3.3.0"
3-
lucene = "10.3.0"
3+
lucene = "10.3.1"
44

55
bundled_jdk_vendor = "adoptium"
66
bundled_jdk = "24.0.2+12"

libs/core/licenses/lucene-core-10.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b0ea7e448e7377bd71892d818635cf9546299f4a

libs/core/src/main/java/org/opensearch/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
121121
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_10_1_0);
122122
public static final Version V_3_1_0 = new Version(3010099, org.apache.lucene.util.Version.LUCENE_10_2_1);
123123
public static final Version V_3_2_0 = new Version(3020099, org.apache.lucene.util.Version.LUCENE_10_2_2);
124-
public static final Version V_3_3_0 = new Version(3030099, org.apache.lucene.util.Version.LUCENE_10_3_0);
124+
public static final Version V_3_3_0 = new Version(3030099, org.apache.lucene.util.Version.LUCENE_10_3_1);
125125
public static final Version CURRENT = V_3_3_0;
126126

127127
public static Version fromId(int id) {

modules/lang-expression/licenses/lucene-expressions-10.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
623dbba838d274b2801bcc4e65751af8e85fc74a

plugins/analysis-icu/licenses/lucene-analysis-icu-10.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e8d40bfadd7810de290a0d20772c25b1a7cea23c

plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-10.3.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)