summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildSrc/version.properties2
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/security.policy2
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy2
-rw-r--r--distribution/licenses/lucene-analyzers-common-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-analyzers-common-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-backward-codecs-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-backward-codecs-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-core-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-core-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-grouping-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-grouping-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-highlighter-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-highlighter-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-join-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-join-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-memory-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-memory-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-misc-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-misc-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-queries-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-queries-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-queryparser-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-queryparser-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-sandbox-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-sandbox-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial3d-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial3d-5.5.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-suggest-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--distribution/licenses/lucene-suggest-5.5.0.jar.sha11
-rw-r--r--modules/lang-expression/licenses/lucene-expressions-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--modules/lang-expression/licenses/lucene-expressions-5.5.0.jar.sha11
-rw-r--r--plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--plugins/analysis-icu/licenses/lucene-analyzers-icu-5.5.0.jar.sha11
-rw-r--r--plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.5.0.jar.sha11
-rw-r--r--plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.5.0.jar.sha11
-rw-r--r--plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.5.0.jar.sha11
-rw-r--r--plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0-snapshot-850c6c2.jar.sha11
-rw-r--r--plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.5.0.jar.sha11
43 files changed, 23 insertions, 23 deletions
diff --git a/buildSrc/version.properties b/buildSrc/version.properties
index 110765d353..544a163d5c 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 1077554aa2..608b33db0f 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 5f393afbe6..856cd50e2a 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 24263216da..0000000000
--- 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 0000000000..dcdeb2cb47
--- /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 c9df04f4d6..0000000000
--- 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 0000000000..dd5c846363
--- /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 103b8e1258..0000000000
--- 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 0000000000..70bd0b63bb
--- /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 861f05f5c5..0000000000
--- 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 0000000000..f905a2081b
--- /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 b64c63539c..0000000000
--- 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 0000000000..6ea3c5a0c1
--- /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 85c0b7df5e..0000000000
--- 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 0000000000..3cc19b170e
--- /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 492e719348..0000000000
--- 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 0000000000..1f4ebc783e
--- /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 ea0e372cd6..0000000000
--- 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 0000000000..76131ae81c
--- /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 5c1d70e580..0000000000
--- 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 0000000000..5790b2e477
--- /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 c554fcdc76..0000000000
--- 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 0000000000..8e4a1e6613
--- /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 b986aa67de..0000000000
--- 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 0000000000..20c2a1c952
--- /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 44d3e9f616..0000000000
--- 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 0000000000..dd645be87e
--- /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 6ec23a5e5c..0000000000
--- 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 0000000000..c0b9d4ba83
--- /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 f725c019f7..0000000000
--- 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 0000000000..adce0756ec
--- /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 c030551555..0000000000
--- 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 0000000000..15c992bf46
--- /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 39c8b9e5bb..0000000000
--- 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 0000000000..18440dcdc0
--- /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 a1c1b8ff80..0000000000
--- 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 0000000000..832db46564
--- /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 36b1fb2449..0000000000
--- 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 0000000000..3436526863
--- /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 f58e553871..0000000000
--- 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 0000000000..95b85f7edb
--- /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 4b4ed2950f..0000000000
--- 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 0000000000..d5a28231e6
--- /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