From 938b7b9594a658c260b805208c6cef9d1c5f322f Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Mon, 15 Jan 2018 16:47:46 +0100 Subject: [PATCH] upgrade to lucene 7.2.1 (#28218) --- buildSrc/version.properties | 2 +- docs/Versions.asciidoc | 2 +- .../lang-expression/licenses/lucene-expressions-7.2.0.jar.sha1 | 1 - .../lang-expression/licenses/lucene-expressions-7.2.1.jar.sha1 | 1 + .../analysis-icu/licenses/lucene-analyzers-icu-7.2.0.jar.sha1 | 1 - .../analysis-icu/licenses/lucene-analyzers-icu-7.2.1.jar.sha1 | 1 + .../licenses/lucene-analyzers-kuromoji-7.2.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-kuromoji-7.2.1.jar.sha1 | 1 + .../licenses/lucene-analyzers-phonetic-7.2.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-phonetic-7.2.1.jar.sha1 | 1 + .../licenses/lucene-analyzers-smartcn-7.2.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-smartcn-7.2.1.jar.sha1 | 1 + .../licenses/lucene-analyzers-stempel-7.2.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-stempel-7.2.1.jar.sha1 | 1 + .../licenses/lucene-analyzers-morfologik-7.2.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-morfologik-7.2.1.jar.sha1 | 1 + server/licenses/lucene-analyzers-common-7.2.0.jar.sha1 | 1 - server/licenses/lucene-analyzers-common-7.2.1.jar.sha1 | 1 + server/licenses/lucene-backward-codecs-7.2.0.jar.sha1 | 1 - server/licenses/lucene-backward-codecs-7.2.1.jar.sha1 | 1 + server/licenses/lucene-core-7.2.0.jar.sha1 | 1 - server/licenses/lucene-core-7.2.1.jar.sha1 | 1 + server/licenses/lucene-grouping-7.2.0.jar.sha1 | 1 - server/licenses/lucene-grouping-7.2.1.jar.sha1 | 1 + server/licenses/lucene-highlighter-7.2.0.jar.sha1 | 1 - server/licenses/lucene-highlighter-7.2.1.jar.sha1 | 1 + server/licenses/lucene-join-7.2.0.jar.sha1 | 1 - server/licenses/lucene-join-7.2.1.jar.sha1 | 1 + server/licenses/lucene-memory-7.2.0.jar.sha1 | 1 - server/licenses/lucene-memory-7.2.1.jar.sha1 | 1 + server/licenses/lucene-misc-7.2.0.jar.sha1 | 1 - server/licenses/lucene-misc-7.2.1.jar.sha1 | 1 + server/licenses/lucene-queries-7.2.0.jar.sha1 | 1 - server/licenses/lucene-queries-7.2.1.jar.sha1 | 1 + server/licenses/lucene-queryparser-7.2.0.jar.sha1 | 1 - server/licenses/lucene-queryparser-7.2.1.jar.sha1 | 1 + server/licenses/lucene-sandbox-7.2.0.jar.sha1 | 1 - server/licenses/lucene-sandbox-7.2.1.jar.sha1 | 1 + server/licenses/lucene-spatial-7.2.0.jar.sha1 | 1 - server/licenses/lucene-spatial-7.2.1.jar.sha1 | 1 + server/licenses/lucene-spatial-extras-7.2.0.jar.sha1 | 1 - server/licenses/lucene-spatial-extras-7.2.1.jar.sha1 | 1 + server/licenses/lucene-spatial3d-7.2.0.jar.sha1 | 1 - server/licenses/lucene-spatial3d-7.2.1.jar.sha1 | 1 + server/licenses/lucene-suggest-7.2.0.jar.sha1 | 1 - server/licenses/lucene-suggest-7.2.1.jar.sha1 | 1 + server/src/main/java/org/elasticsearch/Version.java | 2 +- 47 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 modules/lang-expression/licenses/lucene-expressions-7.2.0.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.0.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.0.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.0.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.0.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.0.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.1.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.0.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-analyzers-common-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-analyzers-common-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-core-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-core-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-grouping-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-join-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-join-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-memory-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-memory-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-misc-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-misc-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-queries-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-queries-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-spatial-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-7.2.1.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-7.2.0.jar.sha1 create mode 100644 server/licenses/lucene-suggest-7.2.1.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 32d1c8a044321..605c3da1854d3 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 6.2.0 -lucene = 7.2.0 +lucene = 7.2.1 # optional dependencies spatial4j = 0.6 diff --git a/docs/Versions.asciidoc b/docs/Versions.asciidoc index 71d816356b057..dfbbd4ac04bdc 100644 --- a/docs/Versions.asciidoc +++ b/docs/Versions.asciidoc @@ -1,6 +1,6 @@ :version: 6.2.0 :major-version: 6.x -:lucene_version: 7.2.0 +:lucene_version: 7.2.1 :lucene_version_path: 7_2_0 :branch: 6.x :jdk: 1.8.0_131 diff --git a/modules/lang-expression/licenses/lucene-expressions-7.2.0.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-7.2.0.jar.sha1 deleted file mode 100644 index 0e903acab596e..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -848eda48b43c30a7c7e38fa50182a7e866460e95 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-7.2.1.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..a57efa8c26aa6 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-7.2.1.jar.sha1 @@ -0,0 +1 @@ +51fbb33cdb17bb36a0e86485685bba18eb1c2ccf \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.0.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.0.jar.sha1 deleted file mode 100644 index 8c744b138d9b4..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -726e5cf3515ba765f5f326cdced8abaaa64da875 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.1.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..fb8e4b0167bf5 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-7.2.1.jar.sha1 @@ -0,0 +1 @@ +cfdfcd54c052cdd08140c7cd4daa7929b9657da0 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.0.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.0.jar.sha1 deleted file mode 100644 index 72de0db978a26..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -879c63f60c20d9f0f2a106062ad2512158007108 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.1.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..f8c67b9480380 --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-7.2.1.jar.sha1 @@ -0,0 +1 @@ +21418892a16434ecb4f8efdbf4e62838f58a6a59 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.0.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.0.jar.sha1 deleted file mode 100644 index fe98e5ed6ba59..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -bdf0ae30f09641d2c0b098c3b7a340d59a7ab4b1 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.1.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..2443de6a49b0a --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-7.2.1.jar.sha1 @@ -0,0 +1 @@ +970e860a6e252e7c1dc117c45176a847ce961ffc \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.0.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.0.jar.sha1 deleted file mode 100644 index e019470764969..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -575096198d49aad52d2e12eb4d43dd547747dd7d \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.1.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..1c301d32445ec --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-7.2.1.jar.sha1 @@ -0,0 +1 @@ +ec08375a8392720cc378995d8234cd6138a735f6 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.0.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.0.jar.sha1 deleted file mode 100644 index 83c0a09eed763..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b0f748e15d3b6b8abbe654ba48ca7cbbebcfb98a \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.1.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..4833879967b8e --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-7.2.1.jar.sha1 @@ -0,0 +1 @@ +58305876f7fb0fbfad288910378cf4770da43892 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.0.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.0.jar.sha1 deleted file mode 100644 index b7453ece71681..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -547938ebce6a7ea4308c4753e28c39d09e4c7423 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.1.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..dc33291c7a3cb --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-7.2.1.jar.sha1 @@ -0,0 +1 @@ +51cf40e2606863840e52d7e8981314a5a0323e06 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-7.2.0.jar.sha1 b/server/licenses/lucene-analyzers-common-7.2.0.jar.sha1 deleted file mode 100644 index 2ca17a5b5c1ab..0000000000000 --- a/server/licenses/lucene-analyzers-common-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4e1b4638fb8b07befc8175880641f821af3e655a \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-7.2.1.jar.sha1 b/server/licenses/lucene-analyzers-common-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..5ffdd6b7ba4cf --- /dev/null +++ b/server/licenses/lucene-analyzers-common-7.2.1.jar.sha1 @@ -0,0 +1 @@ +324c3a090a04136720f4ef612db03b5c14866efa \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-7.2.0.jar.sha1 b/server/licenses/lucene-backward-codecs-7.2.0.jar.sha1 deleted file mode 100644 index f53f41fd9f865..0000000000000 --- a/server/licenses/lucene-backward-codecs-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -35f5a26abb7fd466749fea7edfedae7897192e95 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-7.2.1.jar.sha1 b/server/licenses/lucene-backward-codecs-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..b166b97dd7c4d --- /dev/null +++ b/server/licenses/lucene-backward-codecs-7.2.1.jar.sha1 @@ -0,0 +1 @@ +bc8dc9cc1555543532953d1dff33b67f849e19f9 \ No newline at end of file diff --git a/server/licenses/lucene-core-7.2.0.jar.sha1 b/server/licenses/lucene-core-7.2.0.jar.sha1 deleted file mode 100644 index 41e1103ca2570..0000000000000 --- a/server/licenses/lucene-core-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f88107aa577ce8edc0a5cee036b485943107a552 \ No newline at end of file diff --git a/server/licenses/lucene-core-7.2.1.jar.sha1 b/server/licenses/lucene-core-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..e2fd2d7533737 --- /dev/null +++ b/server/licenses/lucene-core-7.2.1.jar.sha1 @@ -0,0 +1 @@ +91897dbbbbada95ccddbd90505f0a0ba6bf7c199 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-7.2.0.jar.sha1 b/server/licenses/lucene-grouping-7.2.0.jar.sha1 deleted file mode 100644 index 034534ffef35a..0000000000000 --- a/server/licenses/lucene-grouping-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1536a1a0fd24d0a8c03cfd45d00a52a88f9f52d1 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-7.2.1.jar.sha1 b/server/licenses/lucene-grouping-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..7537cd21bf326 --- /dev/null +++ b/server/licenses/lucene-grouping-7.2.1.jar.sha1 @@ -0,0 +1 @@ +5dbae570b1a4e54cd978fe5c3ed2d6b2f87be968 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-7.2.0.jar.sha1 b/server/licenses/lucene-highlighter-7.2.0.jar.sha1 deleted file mode 100644 index f13d7cc8489bf..0000000000000 --- a/server/licenses/lucene-highlighter-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -afd4093723520b0cdb59852018b545efeefd544a \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-7.2.1.jar.sha1 b/server/licenses/lucene-highlighter-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..38837afb0a623 --- /dev/null +++ b/server/licenses/lucene-highlighter-7.2.1.jar.sha1 @@ -0,0 +1 @@ +2f4b8c93563409cfebb36d910c4dab4910678689 \ No newline at end of file diff --git a/server/licenses/lucene-join-7.2.0.jar.sha1 b/server/licenses/lucene-join-7.2.0.jar.sha1 deleted file mode 100644 index 8cc521e31a007..0000000000000 --- a/server/licenses/lucene-join-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -16029d54fa9c99b3187b68791b182a1ea4f78e89 \ No newline at end of file diff --git a/server/licenses/lucene-join-7.2.1.jar.sha1 b/server/licenses/lucene-join-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..c2944aa323e2f --- /dev/null +++ b/server/licenses/lucene-join-7.2.1.jar.sha1 @@ -0,0 +1 @@ +3121a038d472f51087500dd6da9146a9b0031ae4 \ No newline at end of file diff --git a/server/licenses/lucene-memory-7.2.0.jar.sha1 b/server/licenses/lucene-memory-7.2.0.jar.sha1 deleted file mode 100644 index a267d12bd71ba..0000000000000 --- a/server/licenses/lucene-memory-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -32f26371224c595f625f061d67fc2edd9c8c836b \ No newline at end of file diff --git a/server/licenses/lucene-memory-7.2.1.jar.sha1 b/server/licenses/lucene-memory-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..543e123b2a733 --- /dev/null +++ b/server/licenses/lucene-memory-7.2.1.jar.sha1 @@ -0,0 +1 @@ +21233b2baeed2aaa5acf8359bf8c4a90cc6bf553 \ No newline at end of file diff --git a/server/licenses/lucene-misc-7.2.0.jar.sha1 b/server/licenses/lucene-misc-7.2.0.jar.sha1 deleted file mode 100644 index d378ea1ae2cc2..0000000000000 --- a/server/licenses/lucene-misc-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1067351bfca1fc72ece5cb4a4f219762b097de36 \ No newline at end of file diff --git a/server/licenses/lucene-misc-7.2.1.jar.sha1 b/server/licenses/lucene-misc-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..2a9f649d7d527 --- /dev/null +++ b/server/licenses/lucene-misc-7.2.1.jar.sha1 @@ -0,0 +1 @@ +0478fed6c474c95f6c0c678c04297a3df0c1687e \ No newline at end of file diff --git a/server/licenses/lucene-queries-7.2.0.jar.sha1 b/server/licenses/lucene-queries-7.2.0.jar.sha1 deleted file mode 100644 index 04b1048ee15dc..0000000000000 --- a/server/licenses/lucene-queries-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e0b41af59bc2baed0315abb04621d62e500d094a \ No newline at end of file diff --git a/server/licenses/lucene-queries-7.2.1.jar.sha1 b/server/licenses/lucene-queries-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..e0f2d575e8a2a --- /dev/null +++ b/server/licenses/lucene-queries-7.2.1.jar.sha1 @@ -0,0 +1 @@ +02135cf5047409ed1ca6cd098e802b30f9dbd1ff \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-7.2.0.jar.sha1 b/server/licenses/lucene-queryparser-7.2.0.jar.sha1 deleted file mode 100644 index bedb4fbd1448b..0000000000000 --- a/server/licenses/lucene-queryparser-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9a17128e35e5e924cf28c283415d83c7a8935e58 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-7.2.1.jar.sha1 b/server/licenses/lucene-queryparser-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..56c5dbfa18678 --- /dev/null +++ b/server/licenses/lucene-queryparser-7.2.1.jar.sha1 @@ -0,0 +1 @@ +a87d8b14d1c8045f61cb704955706f6681170be3 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-7.2.0.jar.sha1 b/server/licenses/lucene-sandbox-7.2.0.jar.sha1 deleted file mode 100644 index 62704a0258e92..0000000000000 --- a/server/licenses/lucene-sandbox-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1fa77169831ec17636357b55bd2c8ca5a97ec7a2 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-7.2.1.jar.sha1 b/server/licenses/lucene-sandbox-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..9445acbdd87d8 --- /dev/null +++ b/server/licenses/lucene-sandbox-7.2.1.jar.sha1 @@ -0,0 +1 @@ +dc8dd132fd183791dc27591a69974f55b685d0d7 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-7.2.0.jar.sha1 b/server/licenses/lucene-spatial-7.2.0.jar.sha1 deleted file mode 100644 index adcb3b8de7603..0000000000000 --- a/server/licenses/lucene-spatial-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -575f7507d526b2692ae461a4df349e90f048ec77 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-7.2.1.jar.sha1 b/server/licenses/lucene-spatial-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..8c1b3d01c2339 --- /dev/null +++ b/server/licenses/lucene-spatial-7.2.1.jar.sha1 @@ -0,0 +1 @@ +09c4d96e6ea34292f7cd20c4ff1d16ff31eb7869 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-7.2.0.jar.sha1 b/server/licenses/lucene-spatial-extras-7.2.0.jar.sha1 deleted file mode 100644 index b9c4e84c78eb0..0000000000000 --- a/server/licenses/lucene-spatial-extras-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8f6e31d08dc86bb3edeb6ef132f0920941735e15 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-7.2.1.jar.sha1 b/server/licenses/lucene-spatial-extras-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..50422956651d3 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-7.2.1.jar.sha1 @@ -0,0 +1 @@ +8aff7e8a5547c03d0c4e7e1b58cb30773bb1d7d5 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-7.2.0.jar.sha1 b/server/licenses/lucene-spatial3d-7.2.0.jar.sha1 deleted file mode 100644 index 225d318bcda9d..0000000000000 --- a/server/licenses/lucene-spatial3d-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f857630bfafde418e6e3cf748fe8d18f7b771a70 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-7.2.1.jar.sha1 b/server/licenses/lucene-spatial3d-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..85aae1cfdd053 --- /dev/null +++ b/server/licenses/lucene-spatial3d-7.2.1.jar.sha1 @@ -0,0 +1 @@ +8b0db8ff795b31994ebe93779c450d17c612590d \ No newline at end of file diff --git a/server/licenses/lucene-suggest-7.2.0.jar.sha1 b/server/licenses/lucene-suggest-7.2.0.jar.sha1 deleted file mode 100644 index f99189e7b9aae..0000000000000 --- a/server/licenses/lucene-suggest-7.2.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0409ce8d0d7e1203143b5be41aa6dd31d4c1bcf9 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-7.2.1.jar.sha1 b/server/licenses/lucene-suggest-7.2.1.jar.sha1 new file mode 100644 index 0000000000000..e46240d1c6287 --- /dev/null +++ b/server/licenses/lucene-suggest-7.2.1.jar.sha1 @@ -0,0 +1 @@ +1c3804602e35589c21b0391fa7088ef012751a22 \ No newline at end of file diff --git a/server/src/main/java/org/elasticsearch/Version.java b/server/src/main/java/org/elasticsearch/Version.java index 3db2a6fea9fbb..fa9741304fa47 100644 --- a/server/src/main/java/org/elasticsearch/Version.java +++ b/server/src/main/java/org/elasticsearch/Version.java @@ -139,7 +139,7 @@ public class Version implements Comparable { public static final int V_6_1_2_ID = 6010299; public static final Version V_6_1_2 = new Version(V_6_1_2_ID, org.apache.lucene.util.Version.LUCENE_7_1_0); public static final int V_6_2_0_ID = 6020099; - public static final Version V_6_2_0 = new Version(V_6_2_0_ID, org.apache.lucene.util.Version.LUCENE_7_2_0); + public static final Version V_6_2_0 = new Version(V_6_2_0_ID, org.apache.lucene.util.Version.LUCENE_7_2_1); public static final Version CURRENT = V_6_2_0; static {