From 2a70f6e7b1be7fd2f3efb758ff2028e64e64076b Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Fri, 4 Nov 2016 10:34:04 +0100 Subject: [PATCH] Upgrade to lucene-6.3.0-snapshot-a66a445. (#21309) This addresses a bug that was introduced with https://issues.apache.org/jira/browse/LUCENE-7501. --- buildSrc/version.properties | 2 +- .../resources/org/elasticsearch/bootstrap/security.policy | 4 ++-- .../org/elasticsearch/bootstrap/test-framework.policy | 2 +- .../org/elasticsearch/index/engine/InternalEngineTests.java | 1 - .../lucene-analyzers-common-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-common-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-backward-codecs-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-backward-codecs-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-core-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-core-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-grouping-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-grouping-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-highlighter-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-highlighter-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-join-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-join-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-memory-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-memory-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-misc-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-misc-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-queries-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-queries-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-queryparser-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-queryparser-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-sandbox-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-sandbox-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-spatial-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-spatial-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-spatial-extras-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-spatial-extras-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-spatial3d-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-spatial3d-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../licenses/lucene-suggest-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../licenses/lucene-suggest-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-expressions-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-expressions-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-analyzers-icu-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-icu-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-analyzers-kuromoji-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-kuromoji-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-analyzers-phonetic-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-phonetic-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-analyzers-smartcn-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-smartcn-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - .../lucene-analyzers-stempel-6.3.0-snapshot-a66a445.jar.sha1 | 1 + .../lucene-analyzers-stempel-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - ...ucene-analyzers-morfologik-6.3.0-snapshot-a66a445.jar.sha1 | 1 + ...ucene-analyzers-morfologik-6.3.0-snapshot-ed102d6.jar.sha1 | 1 - 48 files changed, 26 insertions(+), 27 deletions(-) create mode 100644 distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-core-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-core-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-grouping-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-grouping-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-highlighter-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-highlighter-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-join-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-join-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-memory-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-memory-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-misc-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-misc-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-queries-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-queries-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-queryparser-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-queryparser-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-sandbox-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-sandbox-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-spatial-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-spatial-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-spatial3d-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-spatial3d-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 distribution/licenses/lucene-suggest-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 distribution/licenses/lucene-suggest-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-ed102d6.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-a66a445.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-ed102d6.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 7677e8e24bb..bbf4170591d 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 6.0.0-alpha1 -lucene = 6.3.0-snapshot-ed102d6 +lucene = 6.3.0-snapshot-a66a445 # optional dependencies spatial4j = 0.6 diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy index 310d485f98d..999f036d9f4 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.1.jar}" { //// Very special jar permissions: //// These are dangerous permissions that we don't want to grant to everything. -grant codeBase "${codebase.lucene-core-6.3.0-snapshot-ed102d6.jar}" { +grant codeBase "${codebase.lucene-core-6.3.0-snapshot-a66a445.jar}" { // needed to allow MMapDirectory's "unmap hack" (die unmap hack, die) // java 8 package permission java.lang.RuntimePermission "accessClassInPackage.sun.misc"; @@ -42,7 +42,7 @@ grant codeBase "${codebase.lucene-core-6.3.0-snapshot-ed102d6.jar}" { permission java.lang.RuntimePermission "accessDeclaredMembers"; }; -grant codeBase "${codebase.lucene-misc-6.3.0-snapshot-ed102d6.jar}" { +grant codeBase "${codebase.lucene-misc-6.3.0-snapshot-a66a445.jar}" { // needed to allow shard shrinking to use hard-links if possible via lucenes HardlinkCopyDirectoryWrapper permission java.nio.file.LinkPermission "hard"; }; 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 2c1a963e296..1c780f96933 100644 --- a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy +++ b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy @@ -33,7 +33,7 @@ grant codeBase "${codebase.securemock-1.2.jar}" { permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; }; -grant codeBase "${codebase.lucene-test-framework-6.3.0-snapshot-ed102d6.jar}" { +grant codeBase "${codebase.lucene-test-framework-6.3.0-snapshot-a66a445.jar}" { // needed by RamUsageTester permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; // needed for testing hardlinks in StoreRecoveryTests since we install MockFS diff --git a/core/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java b/core/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java index f8621263f3f..fcc7db73a65 100644 --- a/core/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java +++ b/core/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java @@ -1791,7 +1791,6 @@ public class InternalEngineTests extends ESTestCase { return new Mapping(Version.CURRENT, root, new MetadataFieldMapper[0], emptyMap()); } - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/21147") public void testUpgradeOldIndex() throws IOException { List indexes = new ArrayList<>(); try (DirectoryStream stream = Files.newDirectoryStream(getBwcIndicesPath(), "index-*.zip")) { diff --git a/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..1626a88f4a2 --- /dev/null +++ b/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +61aacb657e44a9beabf95834e106bbb96373a703 \ No newline at end of file diff --git a/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 7947a57e315..00000000000 --- a/distribution/licenses/lucene-analyzers-common-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6a96375ee285920400266dfc411342f2e3d3d623 \ No newline at end of file diff --git a/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..2f45d50eeee --- /dev/null +++ b/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +600de75a81e259cab0384e546d9a1d527ddba6d6 \ No newline at end of file diff --git a/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index e395661bace..00000000000 --- a/distribution/licenses/lucene-backward-codecs-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -aa0403f90ac23f50667477b314175e58175c8067 \ No newline at end of file diff --git a/distribution/licenses/lucene-core-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-core-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..9dcdbeb40e9 --- /dev/null +++ b/distribution/licenses/lucene-core-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +188774468a56a8731ca639527d721060d26ffebd \ No newline at end of file diff --git a/distribution/licenses/lucene-core-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-core-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 0ac4d342184..00000000000 --- a/distribution/licenses/lucene-core-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6510e4e4af2b90a2d1e2e8c27e92120667c0bff8 \ No newline at end of file diff --git a/distribution/licenses/lucene-grouping-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-grouping-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..14c8d7aa2b7 --- /dev/null +++ b/distribution/licenses/lucene-grouping-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +5afd9271e3d8f645440f48ff2487545ae5573e7e \ No newline at end of file diff --git a/distribution/licenses/lucene-grouping-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-grouping-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index fddadafd79c..00000000000 --- a/distribution/licenses/lucene-grouping-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -16fb10b3b006a4a7cb2ed9b436e59c91dc9edf47 \ No newline at end of file diff --git a/distribution/licenses/lucene-highlighter-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-highlighter-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..e695284756d --- /dev/null +++ b/distribution/licenses/lucene-highlighter-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +0f575175e26d4d3b1095f6300cbefbbb3ee994cd \ No newline at end of file diff --git a/distribution/licenses/lucene-highlighter-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-highlighter-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 2e9d4b99abd..00000000000 --- a/distribution/licenses/lucene-highlighter-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -47a3c05e1be7f593a0860c744c752807fb4d44fb \ No newline at end of file diff --git a/distribution/licenses/lucene-join-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-join-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..ad02b0cac3b --- /dev/null +++ b/distribution/licenses/lucene-join-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +ee898c3d318681c9f29c56e6d9b52876be96d814 \ No newline at end of file diff --git a/distribution/licenses/lucene-join-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-join-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 4cf7214aa44..00000000000 --- a/distribution/licenses/lucene-join-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2bbe25506f997056555c8bfba64382663433517e \ No newline at end of file diff --git a/distribution/licenses/lucene-memory-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-memory-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..0e36d650670 --- /dev/null +++ b/distribution/licenses/lucene-memory-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +ea6defd322456711394b4dabcda70a217e3caacd \ No newline at end of file diff --git a/distribution/licenses/lucene-memory-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-memory-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index ea50210ceab..00000000000 --- a/distribution/licenses/lucene-memory-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -76a1c370acfa5ad74beef243512a1dda64d01d79 \ No newline at end of file diff --git a/distribution/licenses/lucene-misc-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-misc-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..e458570651a --- /dev/null +++ b/distribution/licenses/lucene-misc-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +ea2de7f9753a8e19a1ec9f25a3ea65d7ce909a0e \ No newline at end of file diff --git a/distribution/licenses/lucene-misc-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-misc-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 85a2e7bfd79..00000000000 --- a/distribution/licenses/lucene-misc-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ce459756eb7210c1bf7cd2a0cb25c7c5660de224 \ No newline at end of file diff --git a/distribution/licenses/lucene-queries-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-queries-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..1231424e3be --- /dev/null +++ b/distribution/licenses/lucene-queries-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +0b15c6f29bfb9ec14a4615013a94bfa43a63793d \ No newline at end of file diff --git a/distribution/licenses/lucene-queries-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-queries-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 83e1c72fa8a..00000000000 --- a/distribution/licenses/lucene-queries-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1c27529566f2b8ab8856e8b0a4779ad2071588fc \ No newline at end of file diff --git a/distribution/licenses/lucene-queryparser-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-queryparser-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..a367f4e45cf --- /dev/null +++ b/distribution/licenses/lucene-queryparser-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +d89d9fa1036c38144e0b8db079ae959353847c86 \ No newline at end of file diff --git a/distribution/licenses/lucene-queryparser-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-queryparser-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 3a2cbe25abf..00000000000 --- a/distribution/licenses/lucene-queryparser-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b5a9d1e55751dc193879c22a48823a863492bbe2 \ No newline at end of file diff --git a/distribution/licenses/lucene-sandbox-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-sandbox-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..4c8874c0b4b --- /dev/null +++ b/distribution/licenses/lucene-sandbox-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +c003c1ab0a19a02b30156ce13372cff1001d6a7d \ No newline at end of file diff --git a/distribution/licenses/lucene-sandbox-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-sandbox-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index b83229a5e93..00000000000 --- a/distribution/licenses/lucene-sandbox-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8d73ab3c889d386b3a594941992a5d942c57513a \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-spatial-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..75dd8263828 --- /dev/null +++ b/distribution/licenses/lucene-spatial-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +a3c570bf588d7c9ca43d074db9ce9c9b8408b930 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-spatial-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index cfff1364101..00000000000 --- a/distribution/licenses/lucene-spatial-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -85e74df9bc722f9a858775496cad7f35dce65aa0 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..debd8e0b873 --- /dev/null +++ b/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +de54ca61f5892cf2c88ac083b3332a827beca7ff \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index f3c30ce0275..00000000000 --- a/distribution/licenses/lucene-spatial-extras-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -cc12ac933b39ef33e186e77f7f6af6bdc99f9108 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..b9eb9a0c270 --- /dev/null +++ b/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +cacdf81b324acd335be63798d5a3dd16e7dff9a3 \ No newline at end of file diff --git a/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 32f9ef0d6aa..00000000000 --- a/distribution/licenses/lucene-spatial3d-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8dfc7a42839db1e4ef69dbfc23d9ef2fb6c43ff6 \ No newline at end of file diff --git a/distribution/licenses/lucene-suggest-6.3.0-snapshot-a66a445.jar.sha1 b/distribution/licenses/lucene-suggest-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..a6517bc7d42 --- /dev/null +++ b/distribution/licenses/lucene-suggest-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +a5cb3723bc8e0db185fc43e57b648145de27fde8 \ No newline at end of file diff --git a/distribution/licenses/lucene-suggest-6.3.0-snapshot-ed102d6.jar.sha1 b/distribution/licenses/lucene-suggest-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 1cde0aa3992..00000000000 --- a/distribution/licenses/lucene-suggest-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0b065269e76aa5cf56fa30dcb0cb4641974b6bed \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-a66a445.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..aadc6a31524 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +0bf61de45f8ea73a185d48572ea094f6b696a7a8 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-ed102d6.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 5499a2d2ebf..00000000000 --- a/modules/lang-expression/licenses/lucene-expressions-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3ad2da8a2c48520f05723050252b131c96cc3b7c \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..29114cfcf70 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +39e5761c8209a6e4e940a3aec4ba57a6b631ca00 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 296a0b911fc..00000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2794258f69dd65abe1d991013b6ba98ae8a2ab60 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..2ec23fb8b2d --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +c4230c40a10cbb4ad54bcbe9e4265ecb598a4c25 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 12c5e58189c..00000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7e325a21b6bde7a86861bf380b40aeaafabe8c90 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..27a5a67a55a --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +ccd0636f0df42146b5c77cac5ec57739c9ff2893 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 2618809af12..00000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -746a7888f48f3be86f7a31d95a1ca1e033cf0c3f \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..a70cf1ae74f --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +17b3d2f5ffd58756b6d5bdc651eb2ea461885d0a \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index 6b89f1e5386..00000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fec95fc0b5bb2e0855a9c9be3dc2982c0ab0fa16 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..466578a5e24 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +d3d540a7225837e25cc0ed02aefb0c7763e0f832 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index f6e72856fd9..00000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8663b181f65dadffa6f0f42e56a7ab36ff447fd4 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-a66a445.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-a66a445.jar.sha1 new file mode 100644 index 00000000000..5ad5644d679 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-a66a445.jar.sha1 @@ -0,0 +1 @@ +7e711a007cd1588f8118eb02803381d448ae087c \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-ed102d6.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-ed102d6.jar.sha1 deleted file mode 100644 index af4d754834c..00000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-6.3.0-snapshot-ed102d6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a08e5ddd375ea17a878ba077cc33ce59e68758c2 \ No newline at end of file