You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/09/15 13:28:26 UTC

svn commit: r15366 [18/22] - in /dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,545 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.2.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Content Extraction Library</name>
+  <description>
+    Apache Solr Content Extraction Library integrates Apache Tika 
+    content extraction framework into Solr
+  </description>
+  <properties>
+    <module-directory>solr/contrib/extraction</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.adobe.xmp</groupId>
+      <artifactId>xmpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.drewnoakes</groupId>
+      <artifactId>metadata-extractor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.mp4parser</groupId>
+      <artifactId>isoparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.healthmarketscience.jackcess</groupId>
+      <artifactId>jackcess</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.pff</groupId>
+      <artifactId>java-libpst</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>de.l3s.boilerpipe</groupId>
+      <artifactId>boilerpipe</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.jmatio</groupId>
+      <artifactId>jmatio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mime4j-dom</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>fontbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>jempbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pdfbox</groupId>
+      <artifactId>pdfbox-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml-schemas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-scratchpad</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-java7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-parsers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-xmp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlbeans</groupId>
+      <artifactId>xmlbeans</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcmail-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.gagravarr</groupId>
+      <artifactId>vorbis-java-tika</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL5AAoJENySYW8XcFD2b6gP/0fD5QELPqpWyU6upE6mwBRY
+yqVUmMD9Bym9j8bghhbVQyny2Qb5CssvJw0uR0QTWwym/1wwiLMHezQnvFcRPz7n
+KFXf5G6Ru+Plooe0607JKAlle9fN3R+PssL1bQ7drMxguvaMQk1qoKPkiYmxLnF8
+Wo16MIuvDy0w2+nl9awo4o642i0nZoxh3/YaZ44G6fdnZ7ZVtrqMxe9f3qYsqEFQ
+jkzxY1uVfXfqs8lSS426XYLQOr0+qg6mlc7Pf6O+wyTukxp9zUswzQqfVx5woH6W
+56lGdw9AO+ZKkpQTXXcJHz+BB8r5Jf6WAdEy6h0Yp5pG5ojzT0xmCIxfha+WDioi
+HAw6xZX7azt/MJAh6YuFxOoL3h5DBW2dY2CqojVa3/n5+c82FdbVLbdZ6sozoTx2
++Oah8a3lnVo6iTQMVMW8khi4gTLfct849q4BUr0YRr26DI1VnGSsWVqG5WiOgHyl
+UUJ2qHQsCuNbvQ51oJQJQlZZOGrcY+sI/dl3Sr1VVdirwuqg6hwFtuMJvqRswj1o
+NhFpZjLIsZ38jSdJa3zg+Gb8XppQ65NM0NGny/0imex/OPqTWverukKbfhyfiFwh
+inkZ5Sf/rTjkWgSPK7yqnmSPDY6J/pwjwXKn1eRmZj0TodsoWcFWoZlUHuszSL4N
+uCmvcrr4Jsj7aAO83HLd
+=bq7v
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+55b3dc555707d5329a07f5ea19157b25
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/6.2.1/solr-cell-6.2.1.pom.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+2d23ed4f31f2e3fc868d77d6a33a8d4647188166
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml Thu Sep 15 13:28:20 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-cell</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235300</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+c9ab431f0d456b4bdb1ae8ef9bfebf34
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-cell/maven-metadata.xml.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+4998ddd478e366bbb42a90a8358a03618507a5d4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL5AAoJENySYW8XcFD2mRgP/232ucKQGKCoxN0wdT6mZV3X
+XpEUm/Y0oKpGWpwZJIECArXCJMYTdiDIfUipEgxATMbos8ZW77Vu6L825lb/G2I5
+f1QxJUsE7oGQzeyeY9bZsEk/z9XT+H946BVw1QevG/dfzHJIo/SEmSDxMmiZ1jBx
+4YuATWX7NtH7nSGWgNnjNZAjT2nkf+WltbE6FhglT8NFT16GxW/oM0DjEKHmK9kZ
+ZeJlWTDietUlphdzGIzgxcF3lXmF+vEL4+5F0VXITw7Z9ZJXX6HU8rZMFIIiz09I
+5X43+dC5Xs+34zJZtO+wF6eSxuMM1iyzkBm7mMh+fjljcOr3yaKv5LWm71MwdZbY
+U8VPCMYU8A7vbFR3qxovUoFXLtjB314lHL7X0USMBl7vYiQNAbbDk0lykLp9JLAc
+hGjBvHFP005vTWZgx80Ify84/qdcD/SqHBhU1i04ZI8iZ0P1wreqikq0vTkt3tVO
+bpAq08E94TvP1neGSrF6k5++Ns4iYZZuVYkB+nXwh7R03xiw6qKTk2aFz7SsMpLu
+Ww8mU6dX+GSUViEdz3xlvtGx0oKYiORtv2DF4gbUwJhZ7LbtrYSkGc+jviDAK0bO
+EssdarX2O098ykDSGFU0yAPd6wrcg8H5RSutJ9yFfQof1HLSunpIyiXLHjiL+i+T
+BWcNfBi0BOqbBXGfiNZl
+=AZsy
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+29c2a118e459a0109ac5b24699e9f880
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-javadoc.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+e4158c2d6f7d47911c027bb9de3cd6aed68d380b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL6AAoJENySYW8XcFD2PccP/R2ff/aq6FxK1YNXlpOkUF4c
+XOq3VWeoCqJ2t3C5jhekTnOoI6gzlIGJYRTBLqRJIBdfrotfV0KAGkKqZKi7FSCU
+QGKWu8x3rpy1mdm/NqbpvI3yTlkiqhCGGlOXuz+aHyu0fL27205IugTt7qryZhjZ
+TEwLX1NGF2fEoiV/ADxoYU2e8jAnyLWJyytgBWtAR65wltk4I1bLwNW04IL1+Z95
+qC7Z1cP7Ix2MGcbpsQvaZhmCFnRPTmvU+1rs+lu44cEFCDjiTXTcP1mqbA13xktK
+f2NGpMtMYSP1sc8ydHluO/bcHugw93c5IODunkcdldsysDma6XRALmL3FdMqSRQu
+AnWy6PmCLbXwUEIMcMBB+HbWAWnHSz9WxRKwQqDAIh/21PfzsEUNSvUMcH9faPek
+GlQ1T7Oby4i0mS2H1dyi3vuOyMECdKNc6nWD6q2/LjXfcfymzCZquMOeibGALNkV
+wa0eUSJZNmrpgDh3LO48zAjvgR9QoLa+RW2extZxJYAVkPMn6fajbj/4647wHfay
+n2c2lW/92u9VQUunE3kelaODgGN6w7h/efml0IDsEydCQwbuGxZIBV+yl4/946SE
+hatc0QFnRYUwzHtWRMPcGu9OFT/RB7WIUzkELpStaPIqJZnVIjBsK2i+Cu5MnYai
+JtEylA2acMflxrkspKR+
+=yBs2
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+65093bcec7883d64ebb1b2b107d108cc
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1-sources.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+b01f38967484a89ae56839243f1b6e3dd877164e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL6AAoJENySYW8XcFD2JjAP/jqhPWEwSCNgDqdb6HtTrh1e
+NvsdvPnuZYxGIxPoA/14wmbXYKXKyku5YrIdicBtMqmKMAhF8Fi2QSSrkby0Hhnc
+3FJRYTiCsXmF0m6lihXNK0MQAAFTZWY6bnrrpiQ/zt7IaMT3c/X8PDv8qrDbf7pr
+IHpV2BmvGU4K6IxqbF3LI0T7AEmmMGkTI3Ip5QB4Wi9wMDXBMTQomGtGyUu5tlRt
++9TnD4kIqB0HfLU13uBkYrFj1aAFCjmQAONy60W1nYwwI4LgA5b5XaTk6S8zUBB3
+Sq8PWlHOLZumDPd0H+pP5pgdPW+qNAjZNHz44B0v1q+hv1PNyVuwVF3rur2doumS
+Z8m4Q5hSnAHwBo8OLkUi3cDly3WX7MEHW29e7njkfQ//OeS1l+E5S9vBZTzMaoUv
+HhM4iatnzjL64qisddjgntJawcfayaXQwrBaGKZ2GV7jdRnYtfdfKE7UYkusCDx3
+Y/fyWYPMrO1VUSV7HMS2FUGpWOPt4Tp0VSWzWWrBxH7BHTepuYbIlbIR6+bw7VVl
+aqNsEGu3nIXlA7cWa5lpZrN6fNRoLsehJLD9mCRAKjNnPZscsDvplit8O/eq8c7D
+uYQ87ZlkIAqeemM1uV9E3oJfbRe+dbR8GuZOHTk99w671440xFTHuTv++I3+CyKH
+lPP9aDUrEY7YmU52Fyz/
+=E6tQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+e9c2ab3f5b70b5a9da74e992657cae8a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+b49c97a46c44b285997d2cfdfa0855b3a48e5ad6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,418 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.2.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Clustering</name>
+  <description>Apache Solr Clustering</description>
+  <properties>
+    <module-directory>solr/contrib/clustering</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2</groupId>
+      <artifactId>carrot2-mini</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.attributes</groupId>
+      <artifactId>attributes-binder</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.carrot2.shaded</groupId>
+      <artifactId>carrot2-guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.simpleframework</groupId>
+      <artifactId>simple-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL7AAoJENySYW8XcFD2YJwP/3Vm0BVyXAMq4vRs5tDZLOv5
+6A75gIfcu9Xhos71ZP+cl5c7sb+5K/4FczRfRyX8RdBluKM59EVPeO80Mb3jcEDd
+uTAIjN+WoJlW4BmwK871SGMTIkwh5gN2SItnH0SwrzSeHyAd98uzuaRp9cd1ReBh
+m2qXNs75Lu22pHJXMtqrzC2wMtiPHEjz5ID+myfORn9O64eAqLcBCuSFfWqxp5gH
+WFIALvOG38tCUKeGv2K/+alXdwDvAdVQW09v7E4K3eEyE4rbn16x3tvIzeDk7dOf
+Fd6FIySvpur2CIs41WepfEreVulSOQL0xplRKjWUBbxENxx/jZwo1C0yvPAMjzIT
+mizC1ur2LU/zb48wOWloHmv0Xo11DylxxQzw2YGajOvwDiVYyiy/YZZGP9NHLZPI
+eZ27MWX8O/NvlfiXGedzfhYneV2oncNgPwwXCFUSJvmlXqtr0tBO/AwY2QMIdfAR
+u7RUF5VlzdITdWHhpGRzS+DfxlBHYNGd9WyZC840JuNf5oOQ1xgFJHwcKdOYCw0g
+bUQWAZ1nDnbQAXyXbjWclPqH1DFPJ3bBWSnP620kF8nnB1+7euOlYiaCzPtGEnBc
+Np1KJWj1nuVsDrE+opoxLZNKnp+3O1jD4D+yuqfu+ZuON9W5E8XFhEwMe/5/wgg3
+o71C3w0zfrY53I8sMBRF
+=pi7R
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+e513d44b5df8ab3645a321467540dd29
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/6.2.1/solr-clustering-6.2.1.pom.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+bed40b56f4b1702999ce057c8d39fb9ef94a3367
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml Thu Sep 15 13:28:20 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-clustering</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235253</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+5d19c28a9021cf23fad08f6253da9dba
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-clustering/maven-metadata.xml.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+c87b2c9ac9ad5eb95068145f1aa00ff3d8b889fd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL7AAoJENySYW8XcFD2myAP/3x7oyH3jwKAmqu6SjO3YKrT
+WD3JxL+/N2RRfYn4xQmiZlnnUj6ndFvt2qSIL2bPsbfnbPrLedRBrY9RtjLut9Y9
+IGf2VaJpfJwBrAAZrEnU8LSHnkUkPIm6ax3Z7bDasIZPh5ai2olu31gCp02baFLJ
+rhQN8g2eczYqazpEEobrQ2r8LQoSP9C3vO4TXub7dx3z/c1B/gsIE2RylvWQRSTf
+VYffMCRkMwpG+6fmfEvmGbFHtk76MpaBouXGXPhIirJ0EClDWOAasxXfS/sdhLw1
+18BMSV1aVHbat+l3sD7QRXnNMfPSjKQRWG7DikaBAUqLLYFeBnYAh3+alKlBk+K9
+YT1K+BxdF1aewfFIhMaLFfwy+MLReZWagbqieEZ3rWJKttQCIxc0DQOYjyp+MIpt
+fY94XxBcOu9ZoaY4keEZuGAf21ufi8yAhRYHJDdBvxOYeWKm9wDEx7Z3uytugfc/
+gQULuvptzo0EixdiZ7BM2cb+bJrSyetLGIn1zD9goxUKvcnLZ93LPwcEGhTRRK3R
+fT87HO2a+zJZVlFgKjLpuxoaTgaT1hLKPbMV3Kzjp4qTGhBLXGqruHXzGQnRO0FI
+uo5PhoYVCXQFmTFrlVXwol3hvbBKCSRg1nVLDoMgTdBLs6nHcRuP6Xb/vrJMH3BW
+gZvf6eboeUSxQqsR2S3K
+=aQ5e
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+a6212ab0106ab330ab3d0c25ba584721
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-javadoc.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+7297562442748bafbb8904c3d10d9b07cb06fc31
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL8AAoJENySYW8XcFD2GiwP/0165FouPXnJtf+r5JwGA/Zi
+9PFpd6pzCGs8aC0EHDUGgggklMqtrYq6/H1jgwRZn5keHZ/ZP8nOiiU1m92Kw5Wv
+ZzOTOPk8PXT00kqDY9c8bXLyRN4z6cTo81Zqnxq/+wwmQcwurC3nTDGSR/OZQIP5
+bWQtmbcvHQ8TG1F/t8kenwk84TUADq6dHSN11PKYvvp1VChryonOdhq+V2+r2x7M
+nhZdylvKT7lAVWKpNSyu2lqDhaN9kk/LUnkBVFXmTSfLefWd+01wbpPY3Bt22CjH
+KyEMz7CbAfEzd8+LXt6cnNaBounqRLy6hPMKHDaV0TcJShgLlsFPoCdEuDCBgu2r
+7v729/ffjvfBpX+o8FayM78zd8vQh89Cd7luC42lHcQnB9sp+M8VM+ehpYVLdIUR
+4IBzC+OZWsJADHTS5TiKlrSCEP9pLwTXmTjSIRpcLoheNa5wCL/z8EEDrH7ejM+S
+hhZy8dCqXJYBZH1boILsJQPaiiPe8MKfMEtKXmYdoAQ/eNfIUxM0Pxe7Sv+CZJiR
+spsFN3V4APAGJKtNHiKKqU/KouivYt/E9h2dXS3wkZLuIhEyuZ9Y+sWVgmQa+0OW
+UtWJYZoaVGWdENoujWrTzxpn/5Wt2laeVBn1zMez5E0ETiQxIA3b6maLNSUk9yKz
+IRVOhmSszBX5NFAdYt7T
+=WBGE
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+4310224a5923213eb15d2ae8a8a8f7d0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1-sources.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+bb844831603bb0f908fe465238045ece28eab8a5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL8AAoJENySYW8XcFD2FrEP/jYUuhnWm1bhoPpOUDKYIiGF
+7FtuyazT/DKJxVl0Nha59k5Hr6K9dqZyrrbn3HEUSLhmgmsSgZ3ZD2G3jT/xT3qD
+Sx5FP2Ze6qqvALEKDrM/5HgK0Zx8TmGwkuPeBDWWcyiE7cxF94Hf8nogo9hdX+rL
+BmHWZoBb1UKLMAYPaI6mWPei3rb1pqWr5/UFeedMob1h1JmrQWbtjzLeELOYjAsW
+Bo/TfNtRZJQI1p7XDgs7xWStW/8GbQKCTfw+IRaQGuFhbz33fGhzEjU2RlQza1ct
+jno2jRr00XpIxucNcIqghTvyhPpQ3GW2EKIqifXr0EWnI4nB4IPRzMfD3OvPCEiI
+rNnLsfRNzkvc+M4JOpGK6UNUvwsQq1yo3H6zxy97ZcX5+3yz+QH7lFN5K/hV3LTa
++gOBfvGxsbSgtqxo6Aqg1SQrUjF14uDXzFdiJBI5CBNfBYsphlMkmNh9c/4VEdAM
+tFkwYOGu8pv3ydGcpeldBkfkg2YBs6mPp8VlOMmz1xola77yGWz7b6Y1xSvqYTr7
+IFP3pJXgUVJa7CUy9IGkw+GR2huXnP378sdUm9TjqcoFgp6wW5dLKS/Ly+fWu1BH
+tDcydzNC06zGMDvFDkWNSaTP5+fRFqMsZIc1dnFXwcH75ayUvlrLFnk445pfK34x
+udmcfHTx3phyfEePnbWK
+=jFJv
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+6ca8151e371bab894efe148d4857bc22
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+4449581b7570e576e710b0befc517d1dfc20ce63
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,396 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>6.2.1</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Core</name>
+  <description>Apache Solr Core</description>
+  <properties>
+    <module-directory>solr/core</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.presto</groupId>
+      <artifactId>presto-parser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.airlift</groupId>
+      <artifactId>slice</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/../resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory/>
+    <testResources/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-core-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL9AAoJENySYW8XcFD23QkP/2gsqeUmkKjS1PJLjuivdwsq
+PJGPR57uVfG85IyZvzkGUvmmZfCTz8fRHH1XIkb7OC1XiZ72M+zKcHZTP0NXehbr
+k/Sto6pTQBQE2pD1ers+LZanFRe9jFlJY/2wWu09mCP6q0UppSnMPNUC84AklOIe
+TCa4gjlbRmFbBCB5bbkUE1lfJGjkXCMqwkWHOwoKSziY/jJEpDMSBVLKwGak+SSR
+9xOqJ3Hh59vxcuJFloVRMJsKt3xHkNMdoRS+AjLkGDPvLThXe7xfcMCyCMUN+mN1
+dVX2Qv1MqTelFAp68puDnr8jpAmCJUKs1J3oRanjiO28X/CRqazL9PURAJ6GWMoC
+mKMr9PyCg80K/7M4D87OFBNHCFdcngW8kq/yH9LD0MdYF1iRlQzgEnhvwWOGtVSC
+asSoge8xryxsarzsPSiF0EUyM+sTpBfyZHF9yaFTEO9PM+6bjs4y7UfVJUJrjNax
+HtKO2mveP1liBM9/Bvy0Fp+aGH8FYRovDpv/NT+k2FcIJz4Kyc+l80DJ7Aq3toxc
+rX1/PNc3FxiKbVtR0+euHSSGo/2PQHPRZ+xloHgJrJPwlpYAgFRRAecR9jbmSuvs
+uH9LZ42edPgKKx36xjg2/P7Vvzx3FdOZqi4uIhxHZP1z4xISUrpWXfUZDd2S1QcU
+Epusx4dx0hQsUijCXsLv
+=aQfP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+52ddac754d52fe5d3deff9cfbf6a9839
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/6.2.1/solr-core-6.2.1.pom.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+423a116efef3a60b8c29f6e1cebe3d4a694477f6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml Thu Sep 15 13:28:20 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-core</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235242</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+6d4caba681b6a5b810436d9bc17ef843
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-core/maven-metadata.xml.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+8cf60cd6d08e8d8d252d8229b961ba39ded084d0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL9AAoJENySYW8XcFD2uZQQAJuvVQW6UF/sQ3u5LcvUUqCJ
+CgAyUZ+ZMYj47WJ/WCys/S1hSRgVy5pHTJMIVcuKujHQK542puLUrqfwvOHCLf4t
++OIZg7I3BxQ9iwhF2huR/oRm7G067/gR8LhhtWXAtdRgJSc5kBEtwpQXHYjgtPbd
+jXIctbIoZbQqLAAh0P+AjcJeorCEWdD9x/uHCb3C9rxa1kZF7BsKD38F1LVIshYR
+DBvHYzlM7ff24xd+bYAbGzk8XzTDmnUTKAzyy3IwwauZgaHdVAXB5EW7PH/4WVmI
+WBDxgqjAH/UoBHeRzcgF6DWqKOU9TI8V9ZjN8iUYfG+KrVihy4mqbn/BsvTkTybg
+P2fuvuDcBN7aV539zIWN0HiFCrKEZ6PAthRIkd3DkSyHSUfLQ/OZnevPXnnWimU6
+YBPbZd+kneOUXFdK66Yz3aN5xxTrXmPfcJtliyYogcMUGvVTf2Z+7eOA1fWAJHK9
+cS5rFjimRte38e1biZpVsAfrZXUHwWaLT5AMO30mOQ8F/fATyJKOOVitoB8B/oEJ
+eZUVFnWqocoQAgx/dd1JpLXF7tji5SYw0RErTMBIa3cMMyO6h2oHtZj0vNi6Nsir
+BxsVNC0okvAtDL+V8cSjW2QouAbKVztcwOTN+v2NdmaIEEOy2aGkvqpC2LXtKpDz
+PoexzX3GGI+hmxDYGGHQ
+=cuJN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+9291053411c879ea6bc53a0dd713da3b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-javadoc.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+2b3579653c05af0215f6c39682ce13df89b62b65
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eL+AAoJENySYW8XcFD2PyAP/0q5S4qFMnSkb/7w/GwkH9G/
+ydC4qJSGuKRjCFlcqh0d+leADHdw/gZWh/LEKwCjLVClShwt5ah8eTYNmfXPYJvM
+rWTf6pKB5paVR9tkMev09ZgF/kJt9kJbqI01A68Aw8bBA3ikEq7RzhAbBUJofDSl
++0pNH/8mJEpuZ5BPq03f07L55PNDL3AUIEn3mpp4eCaGFcDD2l7tDU4nxEAHtUfB
+lNhuIr1fG0HmQO4wtuL8UmbTjKk1Cc96TKttMMyj72B7bqL15XGZf3NHawYy3KiW
+PLkRjAE+QhmQgEisvuK8cds0ToP9WlOj8scw4bawOkU7nA0UjcqgWo6Oy+kXR63f
+5jOxIqex6zqOQsXKB5gVpu12h7HLuXe3K5MlMJ0DLzBfjECW93zu2XJE0VoTv2iA
+HezuSvP7KUhqTNHSn8cLdRj9PRrLkUAa8saUnWKxp3qU/Qie01O2DfrrqRFU5wTx
+7x1AYZ+5J178eQUvUpUjYbxH7kJ8t0FYcYyF6fnUUBSZSdvpZ9GM7V7LH2PgPJs9
+ZlLnbCbh+fjUuXCZt/+NX3c9apvG5Znku3MLsWx9/rC22JcZsaRGJtH1RA8YSjfm
+MlJL/4zKRG2DQCtz7W5yM3+zAWpYkyvNCGjnSbwnkN49F2FjbBqii2QRqhpSKsaO
+rO96VR1SN+zwRZuo3C9+
+=Minp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+7fdc04d987cd3c70fcc32a2bf0022263
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1-sources.jar.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+d6c2529918de0deb909dfc939ee702fc8eee33cd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-dataimporthandler-extras/6.2.1/solr-dataimporthandler-extras-6.2.1.jar
==============================================================================
Binary file - no diff available.