From 5fffede2b0f8d3b8ff4eb8c04a1b0bd91bc92e97 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Sat, 20 Feb 2016 17:34:16 -0500 Subject: [PATCH] Upgrade to Lucene 5.5.0 official release --- buildSrc/version.properties | 2 +- .../main/resources/org/elasticsearch/bootstrap/security.policy | 2 +- .../resources/org/elasticsearch/bootstrap/test-framework.policy | 2 +- .../lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha1 | 1 + .../lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha1 | 1 + .../licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-core-5.5.0.jar.sha1 | 1 + .../licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-grouping-5.5.0.jar.sha1 | 1 + .../licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-highlighter-5.5.0.jar.sha1 | 1 + .../licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-join-5.5.0.jar.sha1 | 1 + .../licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-memory-5.5.0.jar.sha1 | 1 + .../licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-misc-5.5.0.jar.sha1 | 1 + .../licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-queries-5.5.0.jar.sha1 | 1 + .../licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-queryparser-5.5.0.jar.sha1 | 1 + .../licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-sandbox-5.5.0.jar.sha1 | 1 + .../licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-spatial-5.5.0.jar.sha1 | 1 + .../licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-spatial3d-5.5.0.jar.sha1 | 1 + .../licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - distribution/licenses/lucene-suggest-5.5.0.jar.sha1 | 1 + .../licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../lang-expression/licenses/lucene-expressions-5.5.0.jar.sha1 | 1 + .../lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha1 | 1 + .../lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha1 | 1 + .../lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../licenses/lucene-analyzers-phonetic-5.5.0.jar.sha1 | 1 + .../lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../licenses/lucene-analyzers-smartcn-5.5.0.jar.sha1 | 1 + .../lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha1 | 1 - .../licenses/lucene-analyzers-stempel-5.5.0.jar.sha1 | 1 + 43 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 distribution/licenses/lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-core-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-grouping-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-highlighter-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-join-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-memory-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-misc-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-queries-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-queryparser-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-sandbox-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-spatial-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-spatial3d-5.5.0.jar.sha1 delete mode 100644 distribution/licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 distribution/licenses/lucene-suggest-5.5.0.jar.sha1 delete mode 100644 modules/lang-expression/licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-5.5.0.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 110765d3535..544a163d5c9 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 3.0.0-SNAPSHOT -lucene = 5.5.0-snapshot-850c6c2 +lucene = 5.5.0 # optional dependencies spatial4j = 0.5 diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy index 1077554aa23..608b33db0fe 100644 --- a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy +++ b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy @@ -31,7 +31,7 @@ grant codeBase "${codebase.securesm-1.0.jar}" { //// Very special jar permissions: //// These are dangerous permissions that we don't want to grant to everything. -grant codeBase "${codebase.lucene-core-5.5.0-snapshot-850c6c2.jar}" { +grant codeBase "${codebase.lucene-core-5.5.0.jar}" { // needed to allow MMapDirectory's "unmap hack" (die unmap hack, die) permission java.lang.RuntimePermission "accessClassInPackage.sun.misc"; permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy index 5f393afbe62..856cd50e2a9 100644 --- a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy +++ b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy @@ -31,7 +31,7 @@ grant codeBase "${codebase.securemock-1.2.jar}" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; }; -grant codeBase "${codebase.lucene-test-framework-5.5.0-snapshot-850c6c2.jar}" { +grant codeBase "${codebase.lucene-test-framework-5.5.0.jar}" { // needed by RamUsageTester permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; }; diff --git a/distribution/licenses/lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 24263216da9..00000000000 --- a/distribution/licenses/lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -94f03500c4b0256199b4dfcecf20be5b71c29177 \ No newline at end of file diff --git a/distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha1 b/distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha1 new file mode 100644 index 00000000000..dcdeb2cb477 --- /dev/null +++ b/distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha1 @@ -0,0 +1 @@ +1e0e8243a4410be20c34683034fafa7bb52e55cc \ No newline at end of file diff --git a/distribution/licenses/lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index c9df04f4d6b..00000000000 --- a/distribution/licenses/lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -44365f83efda343500793c43a16903f2aa74ddbd \ No newline at end of file diff --git a/distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha1 b/distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha1 new file mode 100644 index 00000000000..dd5c846363a --- /dev/null +++ b/distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha1 @@ -0,0 +1 @@ +68480974b2f54f519763632a7c1c5d51cbff3805 \ No newline at end of file diff --git a/distribution/licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 103b8e1258c..00000000000 --- a/distribution/licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7aca3e6bfe610df9cdc1b8fd671eac071016c228 \ No newline at end of file diff --git a/distribution/licenses/lucene-core-5.5.0.jar.sha1 b/distribution/licenses/lucene-core-5.5.0.jar.sha1 new file mode 100644 index 00000000000..70bd0b63bba --- /dev/null +++ b/distribution/licenses/lucene-core-5.5.0.jar.sha1 @@ -0,0 +1 @@ +a74fd869bb5ad7fe6b4cd29df9543a34aea81164 \ No newline at end of file diff --git a/distribution/licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 861f05f5c5d..00000000000 --- a/distribution/licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8c588d4d4c8fc6894dd6725dcf69ffa690c260f7 \ No newline at end of file diff --git a/distribution/licenses/lucene-grouping-5.5.0.jar.sha1 b/distribution/licenses/lucene-grouping-5.5.0.jar.sha1 new file mode 100644 index 00000000000..f905a2081b6 --- /dev/null +++ b/distribution/licenses/lucene-grouping-5.5.0.jar.sha1 @@ -0,0 +1 @@ +437cacec0cfa349b1dee049a7c0e32df3b8ecc07 \ No newline at end of file diff --git a/distribution/licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index b64c63539c7..00000000000 --- a/distribution/licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3ccad9ccffe94decc7c8c2a97fee3574c54b804c \ No newline at end of file diff --git a/distribution/licenses/lucene-highlighter-5.5.0.jar.sha1 b/distribution/licenses/lucene-highlighter-5.5.0.jar.sha1 new file mode 100644 index 00000000000..6ea3c5a0c13 --- /dev/null +++ b/distribution/licenses/lucene-highlighter-5.5.0.jar.sha1 @@ -0,0 +1 @@ +ecdd913cb7c61a5435591f0a7268b01ab3fc782a \ No newline at end of file diff --git a/distribution/licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 85c0b7df5e7..00000000000 --- a/distribution/licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b7eba4721b52f0490e71d8fdbc92112be538592b \ No newline at end of file diff --git a/distribution/licenses/lucene-join-5.5.0.jar.sha1 b/distribution/licenses/lucene-join-5.5.0.jar.sha1 new file mode 100644 index 00000000000..3cc19b170ed --- /dev/null +++ b/distribution/licenses/lucene-join-5.5.0.jar.sha1 @@ -0,0 +1 @@ +af4f55e36e3a7d1f4e9ed9efdccf7e22b767d6e8 \ No newline at end of file diff --git a/distribution/licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 492e7193486..00000000000 --- a/distribution/licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6dde326efe42926c57dc49153536c689b9951203 \ No newline at end of file diff --git a/distribution/licenses/lucene-memory-5.5.0.jar.sha1 b/distribution/licenses/lucene-memory-5.5.0.jar.sha1 new file mode 100644 index 00000000000..1f4ebc783ee --- /dev/null +++ b/distribution/licenses/lucene-memory-5.5.0.jar.sha1 @@ -0,0 +1 @@ +09a327fe9f20fc7e3912ed213bdd5cb4b6d2a65a \ No newline at end of file diff --git a/distribution/licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index ea0e372cd6e..00000000000 --- a/distribution/licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3b8008f6b4195009960516fb1978912c0e068df2 \ No newline at end of file diff --git a/distribution/licenses/lucene-misc-5.5.0.jar.sha1 b/distribution/licenses/lucene-misc-5.5.0.jar.sha1 new file mode 100644 index 00000000000..76131ae81c5 --- /dev/null +++ b/distribution/licenses/lucene-misc-5.5.0.jar.sha1 @@ -0,0 +1 @@ +504d855a1a38190622fdf990b2298c067e7d60ca \ No newline at end of file diff --git a/distribution/licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 5c1d70e5800..00000000000 --- a/distribution/licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -00c681bca8129811901d2eff850e8b7855385448 \ No newline at end of file diff --git a/distribution/licenses/lucene-queries-5.5.0.jar.sha1 b/distribution/licenses/lucene-queries-5.5.0.jar.sha1 new file mode 100644 index 00000000000..5790b2e4776 --- /dev/null +++ b/distribution/licenses/lucene-queries-5.5.0.jar.sha1 @@ -0,0 +1 @@ +60ca161c1dd5f127907423b6f039b846fb713de0 \ No newline at end of file diff --git a/distribution/licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index c554fcdc765..00000000000 --- a/distribution/licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f8856c8286fde66ffa3d4745306f3849b4be808b \ No newline at end of file diff --git a/distribution/licenses/lucene-queryparser-5.5.0.jar.sha1 b/distribution/licenses/lucene-queryparser-5.5.0.jar.sha1 new file mode 100644 index 00000000000..8e4a1e66138 --- /dev/null +++ b/distribution/licenses/lucene-queryparser-5.5.0.jar.sha1 @@ -0,0 +1 @@ +0fddc49725b562fd48dff0cff004336ad2a090a4 \ No newline at end of file diff --git a/distribution/licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index b986aa67de5..00000000000 --- a/distribution/licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -dd5e43774a033b65c66c5e877104ffaf6a17c0b8 \ No newline at end of file diff --git a/distribution/licenses/lucene-sandbox-5.5.0.jar.sha1 b/distribution/licenses/lucene-sandbox-5.5.0.jar.sha1 new file mode 100644 index 00000000000..20c2a1c9527 --- /dev/null +++ b/distribution/licenses/lucene-sandbox-5.5.0.jar.sha1 @@ -0,0 +1 @@ +b7da8e187acd6e4d7781ba41fac8b9082dd27409 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 44d3e9f616d..00000000000 --- a/distribution/licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -29fcb449512c0095e77ad2c96eca03b36e59745f \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-5.5.0.jar.sha1 b/distribution/licenses/lucene-spatial-5.5.0.jar.sha1 new file mode 100644 index 00000000000..dd645be87e3 --- /dev/null +++ b/distribution/licenses/lucene-spatial-5.5.0.jar.sha1 @@ -0,0 +1 @@ +c14965bf67179bee93cc8efc58d09a75d230c891 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 6ec23a5e5cf..00000000000 --- a/distribution/licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ea8d939136c58dbc388939ddc50bf9f6315528a4 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial3d-5.5.0.jar.sha1 b/distribution/licenses/lucene-spatial3d-5.5.0.jar.sha1 new file mode 100644 index 00000000000..c0b9d4ba838 --- /dev/null +++ b/distribution/licenses/lucene-spatial3d-5.5.0.jar.sha1 @@ -0,0 +1 @@ +3e5ab4ea3e2052166100482f7a56b75bfa4ab0ad \ No newline at end of file diff --git a/distribution/licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha1 b/distribution/licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index f725c019f7d..00000000000 --- a/distribution/licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b6dfab425bb5a0cbaf6adeb9ebec770cdce00046 \ No newline at end of file diff --git a/distribution/licenses/lucene-suggest-5.5.0.jar.sha1 b/distribution/licenses/lucene-suggest-5.5.0.jar.sha1 new file mode 100644 index 00000000000..adce0756ecf --- /dev/null +++ b/distribution/licenses/lucene-suggest-5.5.0.jar.sha1 @@ -0,0 +1 @@ +51f9d52332f556976a5099817e35d37c69a24597 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index c0305515558..00000000000 --- a/modules/lang-expression/licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4017aff15660b508221e482c19ac6323b601229e \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-5.5.0.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-5.5.0.jar.sha1 new file mode 100644 index 00000000000..15c992bf460 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-5.5.0.jar.sha1 @@ -0,0 +1 @@ +4766406a2933ac9df62c49d6619caabb9943aba2 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 39c8b9e5bb9..00000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c0d6b8f891a803dc0ce92da01e868a6ef31f0f09 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha1 new file mode 100644 index 00000000000..18440dcdc04 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha1 @@ -0,0 +1 @@ +69a6e72d322b6643f1b419e6c9cc46623a2404e9 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index a1c1b8ff80e..00000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8a8bcbbdc2d44ae64885e1e353b2cb66e1f906f5 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha1 new file mode 100644 index 00000000000..832db46564e --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha1 @@ -0,0 +1 @@ +e9d68dd5d9fae3349b81de5952d0ee8115c696a4 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 36b1fb24495..00000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9f176b3bdd40c6ccfcce53e9f4eae5273a71958f \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0.jar.sha1 new file mode 100644 index 00000000000..3436526863d --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0.jar.sha1 @@ -0,0 +1 @@ +c4735c43440ebcb20f2b6f49f508fedc12f5366c \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index f58e5538717..00000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f2b1d0e000be8bfad3e3c88ba9d19f5b31edf69e \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0.jar.sha1 new file mode 100644 index 00000000000..95b85f7edbd --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0.jar.sha1 @@ -0,0 +1 @@ +a31a4d1476d45738a460374d9801dc5ed9b49c1a \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha1 deleted file mode 100644 index 4b4ed2950fa..00000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -619040b891af8d2427a9f324148bb2e491685511 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0.jar.sha1 new file mode 100644 index 00000000000..d5a28231e65 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0.jar.sha1 @@ -0,0 +1 @@ +1a7505d011aca54c004d0fc86a490d5f054bb903 \ No newline at end of file