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 [22/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-test-framework/6.2.1/solr-test-framework-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/6.2.1/solr-test-framework-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/6.2.1/solr-test-framework-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,434 @@
+<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-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</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>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </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.lucene</groupId>
+      <artifactId>lucene-test-framework</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.carrotsearch.randomizedtesting</groupId>
+      <artifactId>junit4-ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</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>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</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}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/6.2.1/solr-test-framework-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/6.2.1/solr-test-framework-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/6.2.1/solr-test-framework-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMOAAoJENySYW8XcFD28AgQAIIAG7pC94pDrEogFndhxFgS
+ah4ixkqANetQSZAc7W4QfKQq804a+fQfAyDZt1hXwNYci7xzP89sRS1NHJUFa7R5
+0cotfsubwYe7aacieJ0zVjgPfGSVmOwyE4ZZy2sR95FrIius+QjeUT9LBEehtqez
+3xVW5AkOm1PjTJVBpaDFZCo/LmMDZ1aO9oVGf8ZilR+yroFZ85BKHBZDbGP7RMAs
+lNFcGwO49gxwEvwwP08NB331buxThGqFDQYkXF7xTMEybWwHXR0Ns1OsK/tMbFUU
+mnOlYIr+LeIJxjCMCHbgAdmScR3KcSh0vBGQ2fQXe8QeXzbsthXABsnM6QdltXK8
+UDK09Rbx5WWQISFThIsz2tijDOJzQlccJ1+/E1hHjxlbxYouYwRhkiOq8EBlc1Q8
+sanS2GNj7Du0wecvsCvVjtRpigFgG2BhKiy2eqlLLo5TAEKvqWCSPS4oJE25oYa6
+wdMkR6t1tL5G6M+DdVBp+HbTcIk37WlQKsG6eRFdU/KsgUC0GApwEdSi2fxOh4rN
+SZALt5ZcpwuzDl7f4Ljn2hV/O8NQp5cZQkOxfEPG/ucuzPUOZuPZqjAI0tdw49fN
+Vfd8JdPLs9yLyev3PUM4YVcK2lI1m9+JkYmvGszrLtrGIi/Cj1z5QBtGIedhS1mj
+ARwsk6fx7Dh2VS/roynP
+=A2pt
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-test-framework/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-test-framework</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235245</lastUpdated>
+  </versioning>
+</metadata>

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

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-6.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1-javadoc.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMPAAoJENySYW8XcFD2WKIQAJrvf9HLq7Duzy5zI483HTG+
+l6r8k3K362X00UXJNdAk0FHoNV2ETjyIo6kRDI6iphE0D15IVaQ5vwuZYw7bfG1O
+GW+RdHLNIOpRuWT/vQfl7+eg+2R+iytLUR6WDQMlsQUg7rWYwoHHYsk/hgsosKie
+t9GAUzRxAbk4Aqp9/1qk8XiJsZ3RVdyB9AtKFmGf1tADjMGFLOAYoVBTFzPvw95F
+HcqoQDbJSEZYLlXfrD+4uZFePJoQund73/gnbkZor4re394+N42IJtJBJorMoBpW
+5Z+ekYr2nZIFsiDxwrscvTrICRnY51rgBJXgTj+UX3rpMAqgS+PsQlV7RuZgR/O8
+kZhh/wZZ8lf+dXxF1H5LANccR2ykNACsrBU9VJJKHoCFuOxAyyFp7URlPmKMoA/e
+ZsGgDglO8uCliSu4ZaMuMJPLsJioUAtCg9FknXFwV6/Fvp90u1jxqcDiGekn5cJt
+uDZVVgrQUsGv5rIS0IYdcUKf10miSmyfcnSj+5ePu6Lv3vVhSs3iQzVrn6AfzbO5
+oUwQ/ZH1f+A25tmCgIXNgxbjk4vtEOxSxnjXMTRlsMDVoh6HOW132GaeoRcNOOJt
+Dm94Ft2PlOHJGL7qqzbi/FtMhPeZq6iD4Dc8tOqxafpIr34SfM0DmNcTvNpleSAn
++O2Vnp4nKbOhw4VOqA0x
+=y9V1
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-6.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1-sources.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMPAAoJENySYW8XcFD2gFAP/3toZgzAbPB3mColihzQNvxt
+QzJdulPaSRvLcUfWaO0Ok5Gw7lEqwNTRgF4LsovtrO6MJm7fpdto60iuL/+TSogm
+zt0AP2uKxbMrDLlSkT/+SmZWQexsePKj+fGdJOEops79I0F2bLblcT3Ar+8iX9Am
+Gxz6qcZJsypl7STE3EAqHaf/OTcqtyFQRfkHMRw5HYHZhlZRoN7lCJ32B7opNUhU
+GRT6S2MnEaOgxXUcavdGV9psdU8PhvLkTyjHsvaREs6U1kBfniH2r/dkoxsG/xKY
+QQbLdfe+toNoG5JraiDVg7DNSrxX7v6abWJakx66yuINYugxvN7aDPEap+GD3lzd
+UkAbaJtyZDBk1x1q8/ibQ5IwBOXXaTKEocodM76jdh6vjRCER2EYdR7/8k0Tqeqd
+rTuRYSwRZYc3EjLl2OnVzMc2ofG69TbxmBqnlak8d5wTumR54D2pAqEcLegRFbjC
+1ob3cd1nVtt0E0H3K/OBKdZnKqiHzn4jshqk+/q9/fpECTrVsktgNkNPVhnIbzLs
+oMklXv8zzOxHoiYbY1F/6Yv0GJQwuVBaUw93tGu8784smAx7hpEi+0r7ravmUhIM
+BpK3rOf/p1vwQ3ZuS3nXaNDZi3CmfP4OcON1smoxPzCmFHEwa5mxGmtSieIJ6pVv
+e2JJf3ILpmx/kMZiVYfo
+=xSrf
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-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-uima/6.2.1/solr-uima-6.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMQAAoJENySYW8XcFD2ds8P+wZtfu54Fxz3oLKhls/uhJjw
+lBWHC+Vr6OqnsNPMMd98MdRx+utbsZrlh5CUINWfoFBoquvnlo/o3mq5oroKiYEZ
+HqQO1oATs31dB9jfttusk9auj1nYinS3yKQojTLf3gbgPN2xApsRjURYNgc6gp5U
+J0ChcAWqbS8NOGCu9R6G7O3GDLumIbG/++A52cN80xLZbnHxgkMM2CHc7nxCNg7W
+eekOCCsj/64Z7NRVlqFP1gSq7BdNFGJS2y3ssjbhuYiJwLSdb1tMlWEDUPiWbyVi
+6Dlv/Lavlv8a9tpq39LZMti05lQTNvl8qytXArVBNBkIphPN3Yn60Dye6OEfHMJT
+cCii9n6RGT4u00XOMdC+DnYEP3UfUFYhnSfn3kr7eSTqnfmQ+KZKKYvcz4vnePjj
+Rr3dbQFFoiY1AdGmkyK9Q/RYANDac0oZ/55RCta8fienpHrsTaiZh3Lgoo/SSzXN
+ADq+fWtmX72RF3SpiZiE6eNC9kQCk037wZJmMTQMDB8Evj1TPPJapf6Jpv/bTAnJ
+E0jhKaTCTuoaJ8fCp+5doQSA4hQBEKo++plM4B6/886jh7oTZ2I6CxhERaYSoHFM
+UsDTKOja3Bu/UFKnZPTKGxm2j9XRj8bePdrEa4LfWJTtSlRpUkdWCEBQU4rVpdLs
+YwvyY+P0Pzw0aIa0Ribv
+=mgQw
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,435 @@
+<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-uima</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr UIMA integration</name>
+  <description>Apache Solr - UIMA integration</description>
+  <properties>
+    <module-directory>solr/contrib/uima</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-analyzers-uima</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-digester</groupId>
+      <artifactId>commons-digester</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.uima</groupId>
+      <artifactId>AlchemyAPIAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>OpenCalaisAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>Tagger</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>WhitespaceTokenizer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</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}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <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-uima/6.2.1/solr-uima-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/6.2.1/solr-uima-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMQAAoJENySYW8XcFD2kUgP/R0iy7JXVI40C1AX83iYhubg
+Htxb3yLd1tH8RKf849c8HUdt8VDymq5LSnJ2lsANbj+jvTZzdaSO5s82IYEsMgiu
+izVA1S77hvyNkqeJ3NBWPzjm0D5DDR2EV59u9T+n95cJS57GrCzzWZKDuudpbyRx
+hLPzhdiLYrspfBzuKmZbYEDHCLANiWrB37ooiRSCdcIvGWyb8nrIFMm6nhfRcG/C
+g9d1BrLwsyTwVAMJO9FkWFaU6KI64a6RQOL1/QH44/o/ARJP18791g4tLCcmYg0I
+iK57OlfAxkjAQjQRNf+3eq8uifz66umyJAU04gguLdXBExIQuTyaSQK+8DEQx/0g
+Rdtnc/YtgmfnLSErElpF1encX9tztnT0BmHZz4lz/l0Pafu/Yhpolbdqrb4IKfxv
+Y/kYgFoT0yjL6fnqjgaT6LtE0thcKXlYg6sI9tLN28M7HBYppcNfpN1FwO0sCDxn
+z2HfW4YNJnONGFwr2V54hrdbNdSN4WHDsEmJHNwebQvDIOK7V4V2itIDMQHCFG0/
+p5w9cw+uMgQR+wODbwKOqSHyat5/fNnZ8t7HanKEyWxeJ5/xtxY2YoDuVuTjwEmO
+NyLzUKBnX9VWj5wODqvw0/HWWQlp6kqden4/oi0dEDi2U6AfqtLdk5Nj61821zGL
+I3lYcvJmZcWjpEvQDmEG
+=jM2f
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-uima/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-uima</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235319</lastUpdated>
+  </versioning>
+</metadata>

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

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-6.2.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1-javadoc.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMRAAoJENySYW8XcFD2Bs0P/RtKLRfFoXEW9VM13mZcod74
+hlNPr+GkpArF6rfI8IQKswXvrpSgyGb3YAKiOoxQu8pHGOJWLopWEm1stwOndWCz
+xzFdjCkU8u2XxIIZd/vVD1Tiqi3orVu6h6IqbXZNwW/Z5d3cqAU7bAMXoRf8QlKf
+WgKMm/Jm+tmD4eLp/CS0bdCJxFwDOUzUoNkjaAelrEusNAOgaJo1F5WjeoBbb4M+
+RzMc2HCZjATpjyma2hgAWnS8fmbkSX9RWqBdOxT7lkuMVT+yeI9XTQFF203M1zkV
+rj3oRwFUdkcXzNrvZHlwsimAic3qxv8yGdRqCphK2kB8ZORmpWH1fZMz2FD1rTU/
+9czs+dAqrrDIsdn5XmoZZMG8U8pl7i30GbVCVpAZ2nK8MLsC/Y5XJerEuDJ6nzX0
+d7N91AO55vmG9/dlK9OW3WYhfwgrnDY5RpmVz4wUgipj14BJecCpExfZ7vXVTNvn
+PxNt1QxlOUtuuB7zoeRAzf9XRzf1dkzzFSvyHG9N7pUEYOb4KjaEnJvOIW2C3WRD
+XNfBdzKGhm4kgFmhF+NhAtN6JRXhjqiu2bUExRUDMdPZbtnatFzVVDrINXFE1jGG
+0OoElmE8ZB5ibieOhYStc8jwkCOC+H/56JdvDrbJz3u/Rs0y+vkeyRg9mfEpWPbO
+8TT98hqsM6XxFM7waK2y
+=iC0R
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-6.2.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1-sources.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMRAAoJENySYW8XcFD2OHUP/imgtwrDiThYXQPWBdjKGBM1
+r4oC9wLlmP+F0DI5pnk0Is6OjG6LTIRPYzTKO1Cy88itVJyKpDl5377Ut3imoO07
+13cZkN5UH3KVoyXdvjnprfOVd2jmgJc838SLpl34aWqwqyJ/KYYFIBj7gqlXEk+S
+9PcQ9HI5/VVDD+VY3DeCzUZb1qcJay1iqn5u5panGB/IE42c+oNl/dEAbn8ORWd8
+NWfy5B4Cm+NRMpzQ6qlW8IvI+4FyX4E068iU76ae7nq4iUEivBbsrOgZS1t5va/n
+qf6UOuzzwniCp++VepWrjKm5eRVvQFObeYNNmXRYN0WtM7uOkgq1U7m0vJgVcYdj
+HgwlztJjKSVm4vDCNI1zf5E14D8z5qN7NRWaDRJ2IHbAQM3ObhycJ5fiFJs+RVaz
+5iQT1isqcU/tOyMbp5hfa0OD1D+5FnFqVMvoCi3wsjMaFCioNxXwCVwRe+SLZLNd
+05Qq5wBqTvKKRdOe9/y+8RSX9pG6ajPcteap1Qm42NaQm2QJPF8uDrM5yhZ0X1ME
+sdrL9hIUCUkh4wcoKTWBLbDLZm82/Y99hTJIT7GZbbXrZVb0dfDEOdciioLttm5U
+aVbnL0twNuSj0xbGa7ow5jbFJgQDIFSLbF6s7zOG7mBMYL2zP27Lau4rVF9E39MS
+b1KVyvSp+d+x2U14axZn
+=mkqv
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-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-velocity/6.2.1/solr-velocity-6.2.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.jar.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.jar.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMSAAoJENySYW8XcFD2pQ4P/RkKj0LZXpWGgoYKJM19Ymsl
+TCPOcatrZY1RhS2SDbknbGKXE9DOI23mbCJvPJLgSj5pLDiwiWSaNCPqA+sIcuEb
+qKhI0Aq8z0GQYYm09+8V+ocrmHtNbU49S6hjL5nkPZksA0o1hYxb4ldX/GVQmR3Z
+yCTe9UsWX/yjBwJ7q78PfbEXP6doZkKZbSHvw7lJE97KGUkMJC8gvhI8puVeKheq
+PUhsF2K7JWXW/jCso93tLNfGHClbGvkVPni/yegO8YksCq0/zZkdeMNKqW6J6O4x
+dXv1AqH8MAKaUv4tLdBecC65W7BquQfVKGT14aBnpj0ziDv76Z8H6NxWJtGncEAD
+womOlpJU4QcYYkiHmZ9V5+pdniBU8BzeOLctsO2afP87FpMuKymVJU24fBdKMeu/
+AqHF4PNtyOukg7DIeR5o00XxPWyYDIvj0yJ0hIDGUCQ+YH0jxhKA2En789jL4mdL
+KUCOL56N2As9YfPydAtYDVyuEF0PaEeK1EIeyc5W2TwXPKhYXlYV94ft6gpTrmZE
+ju2NLRfu03cGIS24P0/YdiZSLJffh4zgMhDEebI1i6Uwmr2PnNG5Kvs3vjk5fjjl
+cPQKSsNjsYj4WRiuA/kH/T+sS1URwZuu9Cz61q5Vy3QdwcR/hiSzoXmOe1ij1hDv
+AQKO1Rie37P9hBZXY1S5
+=Y2lG
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.pom (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.pom Thu Sep 15 13:28:20 2016
@@ -0,0 +1,425 @@
+<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-velocity</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Velocity</name>
+  <description>Apache Solr Velocity</description>
+  <properties>
+    <module-directory>solr/contrib/velocity</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-beanutils</groupId>
+      <artifactId>commons-beanutils</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.velocity</groupId>
+      <artifactId>velocity</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</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}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${module-path}/src/test</directory>
+        <includes>
+          <include>velocity/*.properties</include>
+        </includes>
+      </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-velocity/6.2.1/solr-velocity-6.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/6.2.1/solr-velocity-6.2.1.pom.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMSAAoJENySYW8XcFD2m4oP/AsYD0PXKN83JN52vHzy7Vbg
+6iVqKePRJOQ6Zc7TDZePwXCwFjcAHDeoJaZkLdMAfp5OFDTpgtcoQKWTY4Ip9sfx
+6RyOqvKT2jairI2VkodHR2ThUIxpd3/PV64IMiW9gCtqN//kL/+Vdl/8EceqTfIf
+O94d1+PFUepjxXwl+UTzbddEFawwn1thlDLv9qt3AANLNbI2LsR/eupUoyp3L9Md
+1no59pi6dY4HU1o103sIBwuR9nX12koRaWPhcKdhHzJT0vUEvyN6IpvoswFgFOWt
+Ygbv2FO0BaeYbnAWw29vjaz3A5+DVYEW4QfY40lBq+M9LP2P2m0xmx2+vmrp6SPr
+x5wl8G8znmcVcoIURzbii1CCSFAubzkHcoGMO/05UMmKsbjm1alKpSxyPJCOkODF
+XRHOzlxWNGhvhTlyPyRcG78yAAlYn7otsPPxqf5j+sbWiJUm4py5LzKQjS+Gi8V+
+thyrz8hurWim3NlSd8JMSUmxilex2CtVUYh6NRP09GTNoHWwqQhEcxhreHnxlQ8v
+Zj2vREFt8Qo8MQSp1sMtuGuXbd8dkfk8FOaGsFNIe6fipT5RfQZ6gLII1yUfjos6
+3yFF3gsC1s1a5G7OQ9bTp4KT8wEK5F3MrCjbimPcxPVCM+xlhtokXXIQ6W/j9tSX
+MJagIoJcDNaPBiGP20Nx
+=sJTp
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/maven/org/apache/solr/solr-velocity/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-velocity</artifactId>
+  <version>6.2.1</version>
+  <versioning>
+    <versions>
+      <version>6.2.1</version>
+    </versions>
+    <lastUpdated>20160914235322</lastUpdated>
+  </versioning>
+</metadata>

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

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

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

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMTAAoJENySYW8XcFD2Gs4P/2f2SdAtpFieYaULpFMTjMeA
+L9nLX17StCwqIRk0XG9FpgYDLQd5ad8PGAViu5s+3XIckNKT1tIy5MvxZ3Di0ecv
+znwpRQQts4Z6nClTIDiL3w5TmS4RuVPO9kPt0yuge40ZUCn5Mf4cto5q+HZzduFH
+XrMidJ933iIzUbzgoFZvlHyh/ZwA82Od3wprgEBdWgsoMmOqLD3yKte+k8i93wYn
+2+eFAeqbwRc8FLs52EGPCtgHKBTN3EDcuapsxBm9cIjMl3hsgoU0c+zeckHQWMs4
+o1KhAPwrVmLvo6oMTzqHv0lqun7x9ysWG9XNNfceepc+Im9Vs/7wx7dbPugSds4T
+Z0ZGhvNiSgfOxvRjTolMKlTA6yFOdNfM8kJI5zktL4DHyJ1Vf0ycZWO6dp2lgse+
+BGOWmwEUKENgjcYW1/b6Ofu7sUcB+BE3WFUAyk/R6rLuuYwz+EobAVQGpMBzI4bF
+YOj9YZfuHaHxzbe7vGxj4hukicapySX8T+HHG0/cwTAJXpI4VgA16zX7k3DaftjM
+NK50DQb2/Ac6RCzGqMbZ9kR0NaZdFt0xK3/rKgbcqF7LjbfoaO1jc7dKQK4ZhMO/
+ayQvZu/bjN7nrPFKFLhTSIcjS+2mV93LXMJv/goPJG0g/YQyRNahZipZHCvlVGF1
+AinUA2n7KazSCQcgPtPP
+=TE/s
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+9281e78728747e4ef7949911a188ff9d *solr-6.2.1-src.tgz

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1-src.tgz.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+78efcf343a10714e08888321c9f137080cf88055 *solr-6.2.1-src.tgz

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMUAAoJENySYW8XcFD25ZIQAKHuour4eq2kplFK1W76iVxA
+/6Y4n2yB14IyHDr40gbmcQUpZ45nqHfltvjE6IWXzV7tpaoe8tG7rPnTB7WtZoxT
+wS68DDGaGqige769WyPzM2JgVnDIKb33IgNyW9WFX22kAoDAAo+XOfapj86E1wT5
+de1HfpoYz/+n6rQBy15gS1qSzObTTrLLs4Q2lgnd3Efl20hhFMwj56veciA3RYpG
+gz7Pish0CjKym7qF3LIxZ5M31pvq8uPPfBPtrwYi09TmuaXX/ElpX7CFk2WWnPCi
+7tGN1PMCIA1KqqybP7SnkIxwJdFNi4OwuofDQ1ealzPOMOLvJ3/fv8GixBPvtCOp
+GO1Y7V+xya/wCiHd60bazklLaTvZHiJ7XqvLtZLF7wN7cGYgxoM3jUwgvnDeEnGb
+Ea2rtZijL4dA7KfMczCfp73p+TYNeq+fJtKdzPC3s9/cvqDaSIibF5UV8pwHc1Eg
+hHFDvjEJndcw71Foa0FL0rX7ZlLBxoLFEWBofDpwAOMN42drusZjydUk+4mcE2Mc
+gu2NsaxkoENBvjkYrzo2IGZ5zSy1zj7vFM/D0h7dQw3VdkuvgRfIGPG0oUREQwod
+DIwTkkruXCDBKho68k4W4gAr1PzxeUJSdDVntNJHRQPvouSCsUExAawr3ttRP82/
+NW0ZM5QkUt8vEsUw1jx3
+=i9Ao
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+5a781a109446aa8b6d31ed41b83d1f69 *solr-6.2.1.tgz

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.tgz.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+413c7fd12561029532f5b10d1d3a51f3a641be88 *solr-6.2.1.tgz

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.asc (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.asc Thu Sep 15 13:28:20 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJX2eMVAAoJENySYW8XcFD2xDgQAJrj0V3ACcnDJmZMW+qO3QtW
+j1xqg9m6TYqyzOplcTydfDQSunYfJrL+0l6zzGjWccZVa3EVOqnJ5N8DUHiU2ko+
+FyeZFhoh7nCoQfPzQiADivLzn92MhQrPthwY0civvv5Vv63IBWGxlqFQQwqybjKE
+Na22lZQxiblQgRLtmuqUdB6vr7Dr7ny/cozN4qSEUb5D6bW3uIOZV41Bkzd1r1Qr
+7EiPO7pIBUp5cnRz2rM5dxnMlsRZOk14hTlghPyBe7FivhogonOYCCVvxs47QCNA
+v6rA7W68DYMURv5T10YpDyyjoFBBXaZxGa9mc/vZxR+3QYEvT2pYLPGV2U6hidaL
+Vo+JH9izhRZ0rJ9hNz/C/Jn1Tl+9+sqk7Uc9i06YEDRLhKE0b1eEcIaa9Vac1eUh
+X4kVlQMkDSoVUAM/tgHFFCU1DAhTzkffu4OEEjgpwZMw+d9Z5oLvaHGPF4hmoXj0
+5qPQXRHnnim0rAShpC202/KLm+dIdqKwprtDD5pHRw7+a9j+KK5oTyXDQEajTrzR
+fx5TVM9mmo3GRTndO3DN3idE+THaHQNO80N/xVne7CHBenVsrADySxA6/ou0FMbT
+8zqJRG7zwVVcqko8M3/L4+IdSKFyiIwUWpXjEFUoAQegy+/LJIaIN55fNY1WIv93
+iV0eFvuB4rcpJ02Yt1ci
+=JnbW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.md5 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.md5 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+87a045ecf394cb5bad74a80db0a21c3a *solr-6.2.1.zip

Added: dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/solr/solr-6.2.1.zip.sha1 Thu Sep 15 13:28:20 2016
@@ -0,0 +1 @@
+6cc895025930a33d06860a5f11c93f2da1eb770a *solr-6.2.1.zip