summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildSrc/version.properties4
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/security.policy4
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy2
-rw-r--r--core/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxIT.java109
-rw-r--r--distribution/licenses/lucene-analyzers-common-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-analyzers-common-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-backward-codecs-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-backward-codecs-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-core-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-core-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-grouping-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-grouping-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-highlighter-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-highlighter-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-join-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-join-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-memory-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-memory-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-misc-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-misc-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-queries-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-queries-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-queryparser-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-queryparser-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-sandbox-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-sandbox-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-extras-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial-extras-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial3d-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-spatial3d-6.1.0.jar.sha11
-rw-r--r--distribution/licenses/lucene-suggest-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--distribution/licenses/lucene-suggest-6.1.0.jar.sha11
-rw-r--r--modules/lang-expression/licenses/lucene-expressions-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--modules/lang-expression/licenses/lucene-expressions-6.1.0.jar.sha11
-rw-r--r--plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0.jar.sha11
-rw-r--r--plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0.jar.sha11
-rw-r--r--plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0.jar.sha11
-rw-r--r--plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0.jar.sha11
-rw-r--r--plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0-snapshot-3a57bea.jar.sha11
-rw-r--r--plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0.jar.sha11
46 files changed, 26 insertions, 135 deletions
diff --git a/buildSrc/version.properties b/buildSrc/version.properties
index f8d8b5848c..4f5f5a49a4 100644
--- a/buildSrc/version.properties
+++ b/buildSrc/version.properties
@@ -1,5 +1,5 @@
elasticsearch = 5.0.0-alpha4
-lucene = 6.1.0-snapshot-3a57bea
+lucene = 6.1.0
# optional dependencies
spatial4j = 0.6
@@ -19,4 +19,4 @@ commonslogging = 1.1.3
commonscodec = 1.10
# benchmark dependencies
-jmh = 1.12 \ No newline at end of file
+jmh = 1.12
diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/security.policy b/core/src/main/resources/org/elasticsearch/bootstrap/security.policy
index b185289b58..dcf37d3dd5 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-6.1.0-snapshot-3a57bea.jar}" {
+grant codeBase "${codebase.lucene-core-6.1.0.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.1.0-snapshot-3a57bea.jar}" {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};
-grant codeBase "${codebase.lucene-misc-6.1.0-snapshot-3a57bea.jar}" {
+grant codeBase "${codebase.lucene-misc-6.1.0.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 7abebf01be..f2c60923f6 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.1.0-snapshot-3a57bea.jar}" {
+grant codeBase "${codebase.lucene-test-framework-6.1.0.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/search/geo/GeoBoundingBoxIT.java b/core/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxIT.java
index 398ef64bc9..c3ce3364a3 100644
--- a/core/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxIT.java
+++ b/core/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxIT.java
@@ -126,115 +126,6 @@ public class GeoBoundingBoxIT extends ESIntegTestCase {
}
}
- // norelease
- @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-7325")
- public void testLimitsBoundingBox() throws Exception {
- Version version = VersionUtils.randomVersionBetween(random(), Version.V_2_0_0, Version.CURRENT);
- Settings settings = Settings.builder().put(IndexMetaData.SETTING_VERSION_CREATED, version).build();
- XContentBuilder xContentBuilder = XContentFactory.jsonBuilder().startObject().startObject("type1")
- .startObject("properties").startObject("location").field("type", "geo_point");
- if (version.before(Version.V_2_2_0)) {
- xContentBuilder.field("lat_lon", true);
- }
- xContentBuilder.endObject().endObject().endObject().endObject();
- assertAcked(prepareCreate("test").setSettings(settings).addMapping("type1", xContentBuilder));
- ensureGreen();
-
- client().prepareIndex("test", "type1", "1").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 40).field("lon", -20).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "2").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 40).field("lon", -10).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "3").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 40).field("lon", 10).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "4").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 40).field("lon", 20).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "5").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 10).field("lon", -170).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "6").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 0).field("lon", -170).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "7").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", -10).field("lon", -170).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "8").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 10).field("lon", 170).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "9").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", 0).field("lon", 170).endObject()
- .endObject()).execute().actionGet();
-
- client().prepareIndex("test", "type1", "10").setSource(jsonBuilder().startObject()
- .startObject("location").field("lat", -10).field("lon", 170).endObject()
- .endObject()).execute().actionGet();
-
- refresh();
-
- SearchResponse searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(41, -11, 40, 9))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("2"));
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(41, -11, 40, 9).type("indexed"))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("2"));
-
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(41, -9, 40, 11))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("3"));
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(41, -9, 40, 11).type("indexed"))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("3"));
-
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(11, 171, 1, -169))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("5"));
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(11, 171, 1, -169).type("indexed"))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("5"));
-
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(9, 169, -1, -171))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("9"));
- searchResponse = client().prepareSearch()
- .setQuery(geoBoundingBoxQuery("location").setCorners(9, 169, -1, -171).type("indexed"))
- .execute().actionGet();
- assertThat(searchResponse.getHits().getTotalHits(), equalTo(1L));
- assertThat(searchResponse.getHits().hits().length, equalTo(1));
- assertThat(searchResponse.getHits().getAt(0).id(), equalTo("9"));
- }
-
public void testLimit2BoundingBox() throws Exception {
Version version = VersionUtils.randomVersionBetween(random(), Version.V_2_0_0, Version.CURRENT);
Settings settings = Settings.builder().put(IndexMetaData.SETTING_VERSION_CREATED, version).build();
diff --git a/distribution/licenses/lucene-analyzers-common-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-analyzers-common-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index bb4cc98e06..0000000000
--- a/distribution/licenses/lucene-analyzers-common-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-bf73c03e6b83f8e696133f40b9b1fc3381750149 \ No newline at end of file
diff --git a/distribution/licenses/lucene-analyzers-common-6.1.0.jar.sha1 b/distribution/licenses/lucene-analyzers-common-6.1.0.jar.sha1
new file mode 100644
index 0000000000..382bf79e91
--- /dev/null
+++ b/distribution/licenses/lucene-analyzers-common-6.1.0.jar.sha1
@@ -0,0 +1 @@
+20c3c3a717a225df0b462216e70a57922a8edd28 \ No newline at end of file
diff --git a/distribution/licenses/lucene-backward-codecs-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-backward-codecs-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index a8eb4883e1..0000000000
--- a/distribution/licenses/lucene-backward-codecs-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8bc384f55faf99b6d6cee6f34df4fbd3145afb4d \ No newline at end of file
diff --git a/distribution/licenses/lucene-backward-codecs-6.1.0.jar.sha1 b/distribution/licenses/lucene-backward-codecs-6.1.0.jar.sha1
new file mode 100644
index 0000000000..f13099389d
--- /dev/null
+++ b/distribution/licenses/lucene-backward-codecs-6.1.0.jar.sha1
@@ -0,0 +1 @@
+cbbba4d2d0c1469e0cc3358489b72922ba4963bf \ No newline at end of file
diff --git a/distribution/licenses/lucene-core-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-core-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 012fea19fd..0000000000
--- a/distribution/licenses/lucene-core-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fe19e7558440e10db4bd7150931dff6a7cf73243 \ No newline at end of file
diff --git a/distribution/licenses/lucene-core-6.1.0.jar.sha1 b/distribution/licenses/lucene-core-6.1.0.jar.sha1
new file mode 100644
index 0000000000..5c0b798a77
--- /dev/null
+++ b/distribution/licenses/lucene-core-6.1.0.jar.sha1
@@ -0,0 +1 @@
+763361bd8cb48161ae28d67a7ca20c4abf194ecb \ No newline at end of file
diff --git a/distribution/licenses/lucene-grouping-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-grouping-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 3b3338ffd2..0000000000
--- a/distribution/licenses/lucene-grouping-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c3f0de4cdd185d23bce66c580d9c12adb98182a5 \ No newline at end of file
diff --git a/distribution/licenses/lucene-grouping-6.1.0.jar.sha1 b/distribution/licenses/lucene-grouping-6.1.0.jar.sha1
new file mode 100644
index 0000000000..74a68a00f0
--- /dev/null
+++ b/distribution/licenses/lucene-grouping-6.1.0.jar.sha1
@@ -0,0 +1 @@
+c40e8a1904557f67e3d14462d64865cf4a838123 \ No newline at end of file
diff --git a/distribution/licenses/lucene-highlighter-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-highlighter-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 255812ed5f..0000000000
--- a/distribution/licenses/lucene-highlighter-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ffb7087267bb6076b00c90f97ee36ebe23ea0662 \ No newline at end of file
diff --git a/distribution/licenses/lucene-highlighter-6.1.0.jar.sha1 b/distribution/licenses/lucene-highlighter-6.1.0.jar.sha1
new file mode 100644
index 0000000000..b26247fef5
--- /dev/null
+++ b/distribution/licenses/lucene-highlighter-6.1.0.jar.sha1
@@ -0,0 +1 @@
+6ab7c27256d3cd51022fb7130eb3e92391f24cdc \ No newline at end of file
diff --git a/distribution/licenses/lucene-join-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-join-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 4231857b4e..0000000000
--- a/distribution/licenses/lucene-join-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d071ad17bed58b3267f6fa0b2a8211f8fe18c912 \ No newline at end of file
diff --git a/distribution/licenses/lucene-join-6.1.0.jar.sha1 b/distribution/licenses/lucene-join-6.1.0.jar.sha1
new file mode 100644
index 0000000000..2198e45313
--- /dev/null
+++ b/distribution/licenses/lucene-join-6.1.0.jar.sha1
@@ -0,0 +1 @@
+63411cef454a282c9ead56b25e0ca87daecbcf77 \ No newline at end of file
diff --git a/distribution/licenses/lucene-memory-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-memory-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 19aa64ccd8..0000000000
--- a/distribution/licenses/lucene-memory-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f5e9b6eefe580a7f65276aca3192ca5796332509 \ No newline at end of file
diff --git a/distribution/licenses/lucene-memory-6.1.0.jar.sha1 b/distribution/licenses/lucene-memory-6.1.0.jar.sha1
new file mode 100644
index 0000000000..7937bebc51
--- /dev/null
+++ b/distribution/licenses/lucene-memory-6.1.0.jar.sha1
@@ -0,0 +1 @@
+e6702402615fcca549457842a08d21c35375a632 \ No newline at end of file
diff --git a/distribution/licenses/lucene-misc-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-misc-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 8480fcc3a4..0000000000
--- a/distribution/licenses/lucene-misc-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6b84a79c37b01197130cceb65e5573794f073df1 \ No newline at end of file
diff --git a/distribution/licenses/lucene-misc-6.1.0.jar.sha1 b/distribution/licenses/lucene-misc-6.1.0.jar.sha1
new file mode 100644
index 0000000000..87e8d94d46
--- /dev/null
+++ b/distribution/licenses/lucene-misc-6.1.0.jar.sha1
@@ -0,0 +1 @@
+9a4884f1eaa7ac8af4abb51b45d0175ef7a3e03f \ No newline at end of file
diff --git a/distribution/licenses/lucene-queries-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-queries-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index a3ed70c12a..0000000000
--- a/distribution/licenses/lucene-queries-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a9d51b77395dfdd7e6c4cf8c8506ebca5e1bb374 \ No newline at end of file
diff --git a/distribution/licenses/lucene-queries-6.1.0.jar.sha1 b/distribution/licenses/lucene-queries-6.1.0.jar.sha1
new file mode 100644
index 0000000000..687a6fa1ce
--- /dev/null
+++ b/distribution/licenses/lucene-queries-6.1.0.jar.sha1
@@ -0,0 +1 @@
+2239ddd94a44d627b667221bdf129681af85ba51 \ No newline at end of file
diff --git a/distribution/licenses/lucene-queryparser-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-queryparser-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 6bf59bc00e..0000000000
--- a/distribution/licenses/lucene-queryparser-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e322f004e574df119ba08dd8751a743422a46724 \ No newline at end of file
diff --git a/distribution/licenses/lucene-queryparser-6.1.0.jar.sha1 b/distribution/licenses/lucene-queryparser-6.1.0.jar.sha1
new file mode 100644
index 0000000000..69df3d6e69
--- /dev/null
+++ b/distribution/licenses/lucene-queryparser-6.1.0.jar.sha1
@@ -0,0 +1 @@
+6b9e5e3dfc5b3c2689dcdc63d115c06be06c3837 \ No newline at end of file
diff --git a/distribution/licenses/lucene-sandbox-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-sandbox-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 7956742710..0000000000
--- a/distribution/licenses/lucene-sandbox-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c7cb119652c906adcdf7fe64445c76d057329d63 \ No newline at end of file
diff --git a/distribution/licenses/lucene-sandbox-6.1.0.jar.sha1 b/distribution/licenses/lucene-sandbox-6.1.0.jar.sha1
new file mode 100644
index 0000000000..5790e6e19b
--- /dev/null
+++ b/distribution/licenses/lucene-sandbox-6.1.0.jar.sha1
@@ -0,0 +1 @@
+53d35813f366d70ae0aef99d4f567d007290bdd2 \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-spatial-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 2b06178aaa..0000000000
--- a/distribution/licenses/lucene-spatial-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ca6c17fe31884e968ae63fd475ce6532b767c7fa \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial-6.1.0.jar.sha1 b/distribution/licenses/lucene-spatial-6.1.0.jar.sha1
new file mode 100644
index 0000000000..3031c7fbd9
--- /dev/null
+++ b/distribution/licenses/lucene-spatial-6.1.0.jar.sha1
@@ -0,0 +1 @@
+03ce415700267e5d329f2d01e599d13291aaef97 \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial-extras-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-spatial-extras-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 9c487b7746..0000000000
--- a/distribution/licenses/lucene-spatial-extras-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-49235405e40757474aaa9e8e54946b67fe2a01d9 \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial-extras-6.1.0.jar.sha1 b/distribution/licenses/lucene-spatial-extras-6.1.0.jar.sha1
new file mode 100644
index 0000000000..5d5c9fc40d
--- /dev/null
+++ b/distribution/licenses/lucene-spatial-extras-6.1.0.jar.sha1
@@ -0,0 +1 @@
+eed865fccebb3c0a1ec2bebba1eddaaf9295c385 \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial3d-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-spatial3d-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 1eaab9f995..0000000000
--- a/distribution/licenses/lucene-spatial3d-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-39f6b29c428327860c1a342bd57800e79ad92ef5 \ No newline at end of file
diff --git a/distribution/licenses/lucene-spatial3d-6.1.0.jar.sha1 b/distribution/licenses/lucene-spatial3d-6.1.0.jar.sha1
new file mode 100644
index 0000000000..4735753ddc
--- /dev/null
+++ b/distribution/licenses/lucene-spatial3d-6.1.0.jar.sha1
@@ -0,0 +1 @@
+365a48f8d019aeeea34de1e80b03344fe3d4401b \ No newline at end of file
diff --git a/distribution/licenses/lucene-suggest-6.1.0-snapshot-3a57bea.jar.sha1 b/distribution/licenses/lucene-suggest-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 948dfc4c2b..0000000000
--- a/distribution/licenses/lucene-suggest-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4e9f713d34fd4208bf308ac59132216f96521f13 \ No newline at end of file
diff --git a/distribution/licenses/lucene-suggest-6.1.0.jar.sha1 b/distribution/licenses/lucene-suggest-6.1.0.jar.sha1
new file mode 100644
index 0000000000..548cba1d04
--- /dev/null
+++ b/distribution/licenses/lucene-suggest-6.1.0.jar.sha1
@@ -0,0 +1 @@
+e39f0e09ff1e3d9874a3b072294b80cf6567e431 \ No newline at end of file
diff --git a/modules/lang-expression/licenses/lucene-expressions-6.1.0-snapshot-3a57bea.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 271088e86c..0000000000
--- a/modules/lang-expression/licenses/lucene-expressions-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e5a4b673918f448006c0531799706abebe9a1db0 \ No newline at end of file
diff --git a/modules/lang-expression/licenses/lucene-expressions-6.1.0.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-6.1.0.jar.sha1
new file mode 100644
index 0000000000..ac5b533d13
--- /dev/null
+++ b/modules/lang-expression/licenses/lucene-expressions-6.1.0.jar.sha1
@@ -0,0 +1 @@
+e722f2e6b4838ede6bf4f1c088fe7b261a7b7571 \ No newline at end of file
diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0-snapshot-3a57bea.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 013def114d..0000000000
--- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9cd8cbea5baef18a36bee86846a9ba026d2a02e0 \ No newline at end of file
diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0.jar.sha1
new file mode 100644
index 0000000000..96fef36cf4
--- /dev/null
+++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-6.1.0.jar.sha1
@@ -0,0 +1 @@
+f580ed2ea0dca073199daa1a190ac142b3426030 \ No newline at end of file
diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0-snapshot-3a57bea.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 12c861c24a..0000000000
--- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-86c6d6a367ed658351bd8c8828d6ed647ac79b7e \ No newline at end of file
diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0.jar.sha1
new file mode 100644
index 0000000000..bb0e327d27
--- /dev/null
+++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-6.1.0.jar.sha1
@@ -0,0 +1 @@
+dc436a2a2324e95fb27678d85ca6fd5018a5cec6 \ No newline at end of file
diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0-snapshot-3a57bea.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 6f571d7553..0000000000
--- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6553bf764a69cd15e4fe1e55661382872795b853 \ No newline at end of file
diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0.jar.sha1
new file mode 100644
index 0000000000..94556c2405
--- /dev/null
+++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-6.1.0.jar.sha1
@@ -0,0 +1 @@
+1debc0cb187cde2bb2bcb3fc8a468f820d25b440 \ No newline at end of file
diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0-snapshot-3a57bea.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 2ea2d6b962..0000000000
--- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-979817950bc806400d8fa12a609ef215b5bdebd6 \ No newline at end of file
diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0.jar.sha1
new file mode 100644
index 0000000000..5abfc22ee1
--- /dev/null
+++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-6.1.0.jar.sha1
@@ -0,0 +1 @@
+8e898fbd5da085f7b041feb3537a34137d2db560 \ No newline at end of file
diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0-snapshot-3a57bea.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0-snapshot-3a57bea.jar.sha1
deleted file mode 100644
index 6677cfd3fc..0000000000
--- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0-snapshot-3a57bea.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2a720b647b6a202ec1d8d91db02006ae9539670b \ No newline at end of file
diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0.jar.sha1
new file mode 100644
index 0000000000..ac449309ee
--- /dev/null
+++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-6.1.0.jar.sha1
@@ -0,0 +1 @@
+51a52b0cd4ba5e686201917e65393feb56afd3a7 \ No newline at end of file