diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 2b5e4f2d24d..9f658c91ab3 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -18,6 +18,8 @@ */ import org.gradle.util.GradleVersion +import java.util.regex.Matcher + plugins { id 'java-gradle-plugin' id 'groovy' @@ -226,7 +228,10 @@ if (project != rootProject) { systemProperty 'test.local-test-repo-path', "${rootProject.buildDir}/local-test-repo" systemProperty 'test.local-test-downloads-path', localDownloads systemProperty 'test.version_under_test', version - systemProperty 'test.lucene-snapshot-revision', (versions.lucene =~ /\w+-snapshot-([a-z0-9]+)/)[0][1] + Matcher isLuceneSnapshot = (/\w+-snapshot-([a-z0-9]+)/ =~ versions.lucene) + if (isLuceneSnapshot) { + systemProperty 'test.lucene-snapshot-revision', isLuceneSnapshot[0][1] + } } check.dependsOn(integTest) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 4e6563ff4a2..6f1244cdece 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 7.1.0 -lucene = 8.0.0-snapshot-ff9509a8df +lucene = 8.0.0 bundled_jdk = 11.0.2+9 diff --git a/modules/lang-expression/licenses/lucene-expressions-8.0.0-snapshot-ff9509a8df.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 31756cf6a4e..00000000000 --- a/modules/lang-expression/licenses/lucene-expressions-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6b487ff516c053fae3fa270cd51964534f46b628 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-8.0.0.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.0.0.jar.sha1 new file mode 100644 index 00000000000..6174d2bce64 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-8.0.0.jar.sha1 @@ -0,0 +1 @@ +106b35cf2739f7d2350f3ef5c107d9d066d17cd6 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 23d33ebc823..00000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -116fed6827a68b78b46a1eadfda1e27936b171a1 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0.jar.sha1 new file mode 100644 index 00000000000..51bd478ce4c --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.0.0.jar.sha1 @@ -0,0 +1 @@ +1bc195d1b036b59cdf7704f758df8f43c7e229c4 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index f7a46a0ef79..00000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c39659fa1684742370dfabf37641e41394ac4799 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0.jar.sha1 new file mode 100644 index 00000000000..6c60a7f069a --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.0.0.jar.sha1 @@ -0,0 +1 @@ +760d9451396c45fdb271750f4e52acc2ff5e7bb2 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 91686a1b1a7..00000000000 --- a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -51e35640ceac2e4801b9be1263c7bea8637c7ad7 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0.jar.sha1 new file mode 100644 index 00000000000..e52dfa93565 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.0.0.jar.sha1 @@ -0,0 +1 @@ +5bb5a241d95d9753a5e9fb341476306cb96a34a9 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 3a65ca44470..00000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -bd8f2fe37a3e2f1c4d052071ceba618e6d16f119 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0.jar.sha1 new file mode 100644 index 00000000000..f802e93d170 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.0.0.jar.sha1 @@ -0,0 +1 @@ +e3384e1b5c1e5f39026d3d6e48e00df84f614911 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 1f4bf1ecbad..00000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -022de0054e9597d16f366bb83d6404d2006dcecf \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0.jar.sha1 new file mode 100644 index 00000000000..0c427cb38be --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.0.0.jar.sha1 @@ -0,0 +1 @@ +3e413379d7e61eb43dee64ec5e756cbeb3478a05 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index aeec63f17ef..00000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6cff98d0fdbb6d2d65ce9051005954f5b565986c \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0.jar.sha1 new file mode 100644 index 00000000000..ae5d443c7d5 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.0.0.jar.sha1 @@ -0,0 +1 @@ +50d81559e2604da31ca7961581fda41257ab0600 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0-snapshot-ff9509a8df.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 878a74a35c0..00000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -438537046ef60d75f17358bf09bb339aa84191e5 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0.jar.sha1 new file mode 100644 index 00000000000..af556321b7c --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.0.0.jar.sha1 @@ -0,0 +1 @@ +a0b165cb156178a0a91baa4b8d2f4c37278d92e0 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-analyzers-common-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 45f87ce4f9e..00000000000 --- a/server/licenses/lucene-analyzers-common-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d96364f1b6a041f797e3d5f55b45284d8ab5cf95 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.0.0.jar.sha1 b/server/licenses/lucene-analyzers-common-8.0.0.jar.sha1 new file mode 100644 index 00000000000..3d51b62b185 --- /dev/null +++ b/server/licenses/lucene-analyzers-common-8.0.0.jar.sha1 @@ -0,0 +1 @@ +26fdada04adbb02164ef2d0f9abfa3b46ec30a0b \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-backward-codecs-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 042cacf0f50..00000000000 --- a/server/licenses/lucene-backward-codecs-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a39f5683e6e6ce17a191dd5fcbf90fcc43d25109 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.0.0.jar.sha1 b/server/licenses/lucene-backward-codecs-8.0.0.jar.sha1 new file mode 100644 index 00000000000..e8ac2167ec4 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-8.0.0.jar.sha1 @@ -0,0 +1 @@ +90bda2357016dc0f4582938b01f5ae1142089d5f \ No newline at end of file diff --git a/server/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 5f789e04df4..00000000000 --- a/server/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -283cbab4d58f18fd4eed169448bd0114e5d7c971 \ No newline at end of file diff --git a/server/licenses/lucene-core-8.0.0.jar.sha1 b/server/licenses/lucene-core-8.0.0.jar.sha1 new file mode 100644 index 00000000000..2619abce797 --- /dev/null +++ b/server/licenses/lucene-core-8.0.0.jar.sha1 @@ -0,0 +1 @@ +407c555efb2d3253f51a676cc2089a5d29a3b7b7 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-grouping-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index f61e3187e2f..00000000000 --- a/server/licenses/lucene-grouping-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e63de6e4690f844b571edef03e4029a63bf2458b \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.0.0.jar.sha1 b/server/licenses/lucene-grouping-8.0.0.jar.sha1 new file mode 100644 index 00000000000..86294d2987f --- /dev/null +++ b/server/licenses/lucene-grouping-8.0.0.jar.sha1 @@ -0,0 +1 @@ +a9004071d79e9f1eb5f2fe81c4b2b736d9d838bf \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-highlighter-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 766e9be71ee..00000000000 --- a/server/licenses/lucene-highlighter-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -097cfc9ed8575c845c32f80745af11c04aaa6541 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.0.0.jar.sha1 b/server/licenses/lucene-highlighter-8.0.0.jar.sha1 new file mode 100644 index 00000000000..ac8a49302ca --- /dev/null +++ b/server/licenses/lucene-highlighter-8.0.0.jar.sha1 @@ -0,0 +1 @@ +95c55c400dcfd5e08da1bab4f33eb3b6a65b1d16 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-join-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index c3fd4257d69..00000000000 --- a/server/licenses/lucene-join-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a1b20c5408c9a1d2fec4604dc66b3d54bf91f84c \ No newline at end of file diff --git a/server/licenses/lucene-join-8.0.0.jar.sha1 b/server/licenses/lucene-join-8.0.0.jar.sha1 new file mode 100644 index 00000000000..88f0cdb3238 --- /dev/null +++ b/server/licenses/lucene-join-8.0.0.jar.sha1 @@ -0,0 +1 @@ +9364f8fd4fff476e619e84cb22f4cb0108039eda \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-memory-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 563a2cded9d..00000000000 --- a/server/licenses/lucene-memory-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -14bf9224dd2cd13d81ff90a43af713bda9c5b699 \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.0.0.jar.sha1 b/server/licenses/lucene-memory-8.0.0.jar.sha1 new file mode 100644 index 00000000000..7dc4ebb2f58 --- /dev/null +++ b/server/licenses/lucene-memory-8.0.0.jar.sha1 @@ -0,0 +1 @@ +9cce58e14792735cb7dc85fc84239193521d45eb \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-misc-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 778e2117c7e..00000000000 --- a/server/licenses/lucene-misc-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -79be1830102a764d79da6c81d40f5f6bf85ad032 \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.0.0.jar.sha1 b/server/licenses/lucene-misc-8.0.0.jar.sha1 new file mode 100644 index 00000000000..98c3fd20263 --- /dev/null +++ b/server/licenses/lucene-misc-8.0.0.jar.sha1 @@ -0,0 +1 @@ +c444c2c41ab46744e2bbc61df5bdd2ac62ffe6a5 \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-queries-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 68fb990b3b9..00000000000 --- a/server/licenses/lucene-queries-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3f7281351f03ac34c8a950e667e826053b82f31e \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.0.0.jar.sha1 b/server/licenses/lucene-queries-8.0.0.jar.sha1 new file mode 100644 index 00000000000..457b5fc9cba --- /dev/null +++ b/server/licenses/lucene-queries-8.0.0.jar.sha1 @@ -0,0 +1 @@ +197e4cf95fcbc787f128a33e4675528cfee65065 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-queryparser-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index a848b6729c8..00000000000 --- a/server/licenses/lucene-queryparser-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -039229d20cb500de435b458998aa35370c616f69 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.0.0.jar.sha1 b/server/licenses/lucene-queryparser-8.0.0.jar.sha1 new file mode 100644 index 00000000000..b1764ad6bc0 --- /dev/null +++ b/server/licenses/lucene-queryparser-8.0.0.jar.sha1 @@ -0,0 +1 @@ +aa7d2e07736356405b4bece971d0a9ff1036dac3 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-sandbox-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index d912c2166f2..00000000000 --- a/server/licenses/lucene-sandbox-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -00cee2f9ff5fcaa3ac3838f2d8b0c8b59c55e4a6 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.0.0.jar.sha1 b/server/licenses/lucene-sandbox-8.0.0.jar.sha1 new file mode 100644 index 00000000000..0cdbafa3e1f --- /dev/null +++ b/server/licenses/lucene-sandbox-8.0.0.jar.sha1 @@ -0,0 +1 @@ +12f32d95596ff55c43c4c2378bf26e9fe3ea7dd9 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-spatial-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index d33e2ec9639..00000000000 --- a/server/licenses/lucene-spatial-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4246d1cc124eb7b2d18ccee1db96b5999ae45b95 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-8.0.0.jar.sha1 b/server/licenses/lucene-spatial-8.0.0.jar.sha1 new file mode 100644 index 00000000000..efa94df2e73 --- /dev/null +++ b/server/licenses/lucene-spatial-8.0.0.jar.sha1 @@ -0,0 +1 @@ +5cd61c5c166a69571f39178b50d304d6e3914050 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-spatial-extras-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index a722c99ab10..00000000000 --- a/server/licenses/lucene-spatial-extras-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -caa0c22ce9a985f4a7a76c315ac8841d37083c2b \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.0.0.jar.sha1 b/server/licenses/lucene-spatial-extras-8.0.0.jar.sha1 new file mode 100644 index 00000000000..c3e6b2ac92c --- /dev/null +++ b/server/licenses/lucene-spatial-extras-8.0.0.jar.sha1 @@ -0,0 +1 @@ +72474064a247566c4c759eda1dfaac4d48778cd1 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-spatial3d-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index e9c9fbd4ca1..00000000000 --- a/server/licenses/lucene-spatial3d-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7d01e71c2e2e9fd5a2ad1f397bf75de12b860fab \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.0.0.jar.sha1 b/server/licenses/lucene-spatial3d-8.0.0.jar.sha1 new file mode 100644 index 00000000000..f83e1d443a2 --- /dev/null +++ b/server/licenses/lucene-spatial3d-8.0.0.jar.sha1 @@ -0,0 +1 @@ +d40eb969881f58b47bace23865a1d5a9dd4ebf0a \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.0.0-snapshot-ff9509a8df.jar.sha1 b/server/licenses/lucene-suggest-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 66de2babb52..00000000000 --- a/server/licenses/lucene-suggest-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fd72490e235dffbf455886d4a4339dd29f4ccd5b \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.0.0.jar.sha1 b/server/licenses/lucene-suggest-8.0.0.jar.sha1 new file mode 100644 index 00000000000..6b60f4196d5 --- /dev/null +++ b/server/licenses/lucene-suggest-8.0.0.jar.sha1 @@ -0,0 +1 @@ +57ebd0c31e90f5f73aad7dbf7448cd59d8418f03 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 deleted file mode 100644 index 5f789e04df4..00000000000 --- a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0-snapshot-ff9509a8df.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -283cbab4d58f18fd4eed169448bd0114e5d7c971 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0.jar.sha1 new file mode 100644 index 00000000000..2619abce797 --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.0.0.jar.sha1 @@ -0,0 +1 @@ +407c555efb2d3253f51a676cc2089a5d29a3b7b7 \ No newline at end of file