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/10/31 18:15:45 UTC

svn commit: r16754 [22/22] - in /dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613: ./ 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.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+1cb2227c679240f988655d7b0737cd841d49f516
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom Mon Oct 31 18:15:39 2016
@@ -0,0 +1,439 @@
+<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.3.0</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-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>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.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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>
+    </testResources>
+    <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.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GEAAoJENySYW8XcFD2g9AQAIEF48dotNcdvv/Q+sqNdpie
+b1fk7XvStyi4pQXg2JmevLXOIVtCVoSDgUQfLX+brvZG6V3uxNjIgqv/CyCdjOKY
++tkmvYM7nBZvohQj57xuxWwCwDydv+rRqkN6CNSQ6uWssjolRQhf1vx+GxMpQLrp
+KgMQYDWfDUIK5n+9t2nX9npo9z1Uurvtxje/rMkEzWQw1QxWmxEspSOYugEa9OVN
+LG2ZnJMRApwV7GxRRmBt7GLJbKiLnIdcCzPYZNKSiOvKLzy9fLqIfbDTjSik0JE9
+BQizAJiyvrQrJ7OhwRw3g+uaojeD4yCs1GHIqW9hP3Jo461mQuz7tXqlmyW+CFUG
+KGJA+xIWeKMX9XsZRGCfbvclp0ZBxc2wxySaBwy+znxsuzOydSqy5rE/9N5XPf15
+X14BH2U4zMqXHpBjShwsVsSx3I0pJxvuCzdr63gLYkfiRwT9h6Ge7ZrMaTv+gE0B
+kNou+Tl1mL6FwNZ059rdtOb0baKGHsqgvX1RjgUMHZOaG21Ho50lxrMLoPnXhZ4v
+ZF4RD7cGoiYnNDmgp13J+dHC8jtnKicq9E2pBSW7H7vZL1fVrBW2mCf5EJ8xxen7
+GRP1qB81byBEhJzV4kshCyCbh3wWgYE/JSMTRW8TZyc6Tpo6JbYlAglKSbU+vpGh
+tBrgFXJqj3qyNs6sZDDC
+=ujir
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+98439f09294a941994daa942d9faa0dd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/6.3.0/solr-test-framework-6.3.0.pom.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+0d6dff174b6b158e28d49b717f1b1903d34dfc6f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Mon Oct 31 18:15:39 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.3.0</version>
+  <versioning>
+    <versions>
+      <version>6.3.0</version>
+    </versions>
+    <lastUpdated>20161031162851</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+1ba6c810377412059bf08c2d58e85d22
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+047da4564c904e24ba8b54a044c54a53188cb064
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GEAAoJENySYW8XcFD2XGMP+gN3lE5KembEFWHFgccVO1wn
+JzesV/lmK6uZsIjV6F6ppTDDv1npx3FVb3r9EtphWen1XYQEwCuQj/uakkxekHN0
+xgACc4DakrRcLjth0DslDu+pmRYE9QWIIkQGOQV6DQWW/3k+pmg7OB7Np9vAGVUo
+xvqFGe1Qm8MMCCiMh6fZmbFK9ziZcBwhP7C2rKRE9FUipptiJaz17Uc/jsJnKq5b
+mY5iCeoLtNxuqyBLVzmHTrIOh23CxM/ZJMOKuH+bUJBgrJ/TjHle0/IcsB6yOEYq
+KKB92HuMX7dwIzU4Jqh/neYx+Oqz5uxNh4z/c5yh8mQvLNVeQpCJvPdA8pTIriPo
+n9J82MkDC9hi8jyYGVeMLF0B5PpcBpX4NfOeyehYNUvrpJ8AmhWsr81/AejVnSqy
+Y5SoAFiR6eK3diFCrWbnw/+aJIqDh8C1uDyoFx/8QI7p0qXDwgg4Y9j/CEY512JM
+Kg/eMKcIDItE85fDxnPGPb7nEQZwLzelUlL+CkHI+rUi5TI3CS3DLiIYC+Wb6sG6
+wHtrPlor1TsXH993iPpjKv/pTN3ywq2v9VymEZ2mFQB2SJhaokGDm5Smb7/d86Pd
+zeotQEAX2mVItaSRvytFfPc0YUbRXdCEDBfCrWJMR01C6xBlz1VUT6MYOa8sPiTc
+Rjwp8ZssThTaNiyfsrLk
+=LKhh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+255d958a6ba2c4690b0cf8b2787fd2d6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-javadoc.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+67f24993f5b288dbdd138f5e82c7ede5a2c93766
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GFAAoJENySYW8XcFD2lRYP/RhYDQcDliZkAfOggcsSvSea
+TyYGfZLGhVgvngpm12e7Dz7Az8IvYy81Tg7DrGuml+9BMkv8LlnymL3Ify50GuNf
+wB55hdvtr9JVhW7FBTtptq5hYDDj4Gx+Ghuhr90T8pR99E42o53AwjcpjBIWSUMb
+nEnM1yDSoDkZP4WS9QS8VgqKDfcqbj3EpdFYLp/LW0jQFU0UpqMo5uph2fajSY1Q
+8sZ6gL0PITHJZ4lR4HyT5gLBf8kygNtm2Rq2YXzNmzVBBwMIkLpnua6bLRKiX1WW
+s9DK0bpYiEwvYyQdjU6Dvpd6jMxPK++Dxb4kOIqpCrx0CEjnTizljjnuU/gznoQi
+0MBwOTNgBAZk9a/iriThhyl1vVfgz7XewTZpnQvBg8yBtzrmSmjZtX9xJS/zvNv5
+yduRg66pqzvusiKHqj2WXRPnKWYzTQyioOQpgl+R91l9rCcu/XPl4IXo/+PEA28B
+VySMJO3tvK+lSXOuqqU20wmPbp0v5/08DY/T8LgStJ3PJmGnfAjdxn4f4QKQUbvm
+4UE4CtspItKpkzsAtMMrNgzjpEu8+Qc8QnM9fE+Ko/W7k3k14H8WcK+8AfaV6OPc
+rbZcnc061juNnkEenTBvIiB2lUTCWaBZW142dalwQkFxSxV9ngiSi9fakAQU/KwJ
+uTtqfzYoxmCPdFXiszAm
+=cLGg
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+d76390cc994495a99f662bef993745e5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0-sources.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+c0275a061590a02c18cbc1f2d203c97dd27a7559
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GFAAoJENySYW8XcFD2AfUP/1x0fisx42+WuRHCY5vxC8ae
+SLxrZ1ZdeNXPdM+PaWGcNsmVW6Ig+lS62zOIRTkEN2Mjg774P+0D2BKc7hu4nUj2
+O/2417aaM/2awHbFxlmSaW4dk+aK1NoYGmbl/VnwBUJck8zNZm5AqyyJ01A/OCtp
+IYZrmpW5ubvg4yXaIK/JSTNSPWNPYXX/+/ttAn1zE3dOeSEbYDZTzSFHmNhyw6QL
+F0gQBqfHhmifvEwabOxYPfWBsovtBHHJ4F755+1/ySMMuRdQF26nBD5dVtAf+g4U
+Px1BBtCU8lsAMdJpRc2gE8jJNVeEW3P9MPD2kWIXZcie+QiEFRBjA3hKMrGLMO8P
+Dsm/m2hAfeIJNZvURUGhoOO9n6CYk6LmHpuPctG5z0Ga65Io4TLTuP5dCcE8NUGG
+RoHPAeWtM3R3XkSjwSWYYy3ojHYUuRaOP0VWbjBrMI/o3gNQBX/DGfQTh0MhqnnO
+u/+wf6uBWAY6YnCl+js1hHTKJiZU2SH9gbdpzPkKmlLpzM0A78Z3hOYZZsL+IN5q
+VEeQYb21VsuMmFgmPcsfSEbKqrV/V9W/5v6tn6707oUnGO4Kxxil69QyhfZOiIE1
+O2E7XU2qTte9KdskpEFC/g+21RfMB88dix1QMEZ9B55IVZb4GfW8Jqe6iSvHsEp5
+QNMKlOL8u230Ri4cZSbw
+=8SrQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+6396cd5fc772970d42217ceb2bad8802
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+e679fabd72f7f29ca0fafe80f2bf4464a91fa61d
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom Mon Oct 31 18:15:39 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.3.0</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-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-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.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GGAAoJENySYW8XcFD20vMP/jwiHAk2bKZNwSqLhG7ooznp
+zINhur5+2FfTT55WJOacG/o5xkPN8So3vIiC2ahuIH+2Itrx6nJnixGhp+nf/0Dg
+9yPJx03mM1Sn8zeS/rstOvinKkf+TwE+q17sLW9DBHxN+QlgT9GncIzUjYyPIqwT
+yT647JhSr5Z229ss+6m5nPzmjdKK7BUkP6u7vCgHvBIGuiDWh4qEBLvrKAq6wjKd
+yntULXgc7eI5dr6iqnkRG7hGHI8lVMau/Knd2q2POTK/+2tbwQFbogVN8euwZC2f
+DkE/xRFPnzlGgQEwoU8enyR1YgxYoKIojh+6egbsS9XVHFps8dBpZsYciGWfFYKI
+PskGzSQsAFjFne4YkmrCl2UM+Ot5tjuRCXbwxxHjL9dROrI6HJeDM6/oun7YfDjt
+hCojFABuF4h0Jda1HerqLaKlet77BeXFotRleRyBFyM9nuVCTppO6bqgTB5jLXb3
+3baIusVBknpyjBLp6lqT1ilTZR+m6lx+fuzrPgdJsH4UNkB1uEfqaaMwWhUL2mko
+ueROGx157iLlGGK1y0Igrm9LOSVEVQATUgVTU2Sv3bIwkAondRxRgHfLCmb7RFQh
+1cJRMpfotOlRLuJTPTnzisCJwP0KePeVyFLPxnYpexGLvM1RKBS7USkg3zIfbhL3
+tl19nnZTdXEgU4QTfwjn
+=Mdy+
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+e42917283b4e8c3afea2836fd19cd81c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/6.3.0/solr-uima-6.3.0.pom.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+709c65790adfce8a3d9c3ab0a647039c67c710b5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Mon Oct 31 18:15:39 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>6.3.0</version>
+  <versioning>
+    <versions>
+      <version>6.3.0</version>
+    </versions>
+    <lastUpdated>20161031162925</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+200d4d9e39f94de218b2206e359af867
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+69469212354d969c6c851eee967bd314168ca984
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GHAAoJENySYW8XcFD20NoP/ilq9+84SY+aBYYuIbmKKpJY
+CnWKBnQZKi/Wsu9CvAYw3iCIV8YhSU4OEbMcTdOiACIQJJq3b7Hf6y9/EgqJggth
+ZbLHU1MJo1UoHr1eBfepxXxVIF2InZIFApqMF/rl5gt3/zroX95fseB3x/vZBcl6
+LZC+mnaBQuco3z6QbyIZGPJmsqu+nWH2d2crqA0ZXmiAu1Gw/scR1LAP+sAeJZWc
+DcVbjlwfs9JK+eAzFeHc3B56ZYd5PmD8ZHi+zRQnz3bAnQN4TB47hfVpt392/6kD
+eDtbmxwagx9wc/Ppn4ySSAAd7Qf6ruoC5b5xqxGHegJQHxDOyPpnUOpXNKVS21RB
+3VeyimHCEGnzGWUMRsi/6rk9kP8UVetCB0ZHS7ovDCHMuLcgXPBeD7kMNJpiO4AA
+wkCdoWP0VA9EpW5cy54ESHlFIbW4NiAxMVspc4H8cexy6m8c/8ZxpPmgdQFiar3S
+9g4gaS7NbiFYQ3Emb7EwazahZaXCtkqb9nD8HHw6UaJYZkGOEehf8KHMnzvc3TAc
+JEMIhTFlkZd7YHnS+pLP6r4CPP0jHcBt9O1/oQwpkLm8TmCNd4aBOTCA0uPvwg7g
+uMuoxsaHkYAPYJyo36AxCXHmrv1Qa02x92A5JvUcOF370EywKOcaZIVthuHbMdEv
+wBi85ZCDwYYzy/yncNQc
+=qsxh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+107a2eeb992ed4a33c4a95bec291ac48
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-javadoc.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+cbbc95d82fe2b5629e097f36ffa5c67953700a92
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GHAAoJENySYW8XcFD2luQQAJ136hshruWDFCLF5xl6XdUj
+akpet9VbGIxVJTS8WOAQoBLfjL1Bk1cHTRCcldJn2ApijwpUA17uexZc4FIbSJ7j
+4NGV4I37+1Ellh6Uo7IZCD+3eqXMC5HpExIax2L0/5QwU510+okE1pJW7JdAPWZ9
+V6fP3NKHh+TdSDyhc6hiKMzqdu1LxPp7WYbDNgMgdCmkj6dhBTcnKAPy9yPHe+xQ
+4lNJm5oatXwnOTfkK1sVxgDWyy3DsGjNhuyuxPgd23gd0K3vT+wNtOQLtAQ1wrtL
+sKH0JtEOM/A2EdQcuEzXgxzsQYd6/NBvAuo8fTvrSmfhfbGKbBPAxb/Lc1mALfRw
+OKxc4kdVSyEYEKHPu3YiJtd8ycPeJxvYLc0Z3W3ePioka8DuTYpwe+FxE7Hyvdoh
++JF4Bj7RBKQzkb+ETrUxGnIiJFBCiOTPZvaJzGf9tLd4gDgL+SkaAjHxPbLnwbxP
+l5xA2o33iUR48DFqV/jFQZevLK+RDQkmZ97qFz5ZbtptnXKCPrdwA5rDdKIEP8dX
+cgSN3pEJB23h1s1Z4iutg9+wzf+sOHWVKqVFZCubYei9oU/+h1pXeGSwqbzk5E7v
+NAaIyhpj5mQ2E9+iqDjH/AON5ldBaxAm+C+twkPtzIgemd2M7ABR/9XwJevp4tAo
+tvQycqQPGbqdYh3FULzw
+=4Dw/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+f2e2b8330ac01863284390bf0ecb283b
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0-sources.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+4e0d8f093f5f2f28cedf6845cc77e0b63f9ba556
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GIAAoJENySYW8XcFD2ARIQAJ/OgnnDm08YJZJ/08ruCC9N
+GI8JFTTXbDc0SlLVUpFn0Mu7Cejwfbm2SsxfBceWUPm+evDrShoMMsCeNmaMwAuG
+RH6gCVrfVf2GZ24Htmv9VeKJRMBbM6S3Idyosfx98+OL2Cpw0rbG8nbpqCOOeLXJ
+fN5lOTwX1sfo0Lr+o5aKs7KcbRp1Uo8v1aNI2catl/0guqxSpPmZ2zjnyYXXYrFf
+z3/KTPPUD6JMM5WwGAikrZAcmPXsIhCk+og1XBSGIrueC3j4oM85tHL95yJwpZDM
++ajMeoSR74vAkanDhmAC82hj/lHNGYNYEdfwsTTs4XhdD6gfY2HavMsVkKcEaP4f
+Oe12WMRnu2/oVPQ2A559Jxnx0En+uWFDbaaqjMEb39nx5PufhZUrzfThkdhnHn89
+GeTzXz9OwqjuaJz01I83E9DY6xTZSMz/R+azzf6MTZwBEY2zmJxZkcUyZMFqlt07
+VVcmCBGuN5Xb8mj+pUr1FjQBndWucio/ll3A3zRG8QHXpyHGtg9Ggko3CtI3YLEb
+SlmO5s2Xruqh/LFhwIglDE3M0mpBspj87k5QumnOE+0exLxTiJnWT68g8e1TMrg9
+VP6XuyynEOY75uOgqiXCuLQ7XYIplmEsMKDb0ItAT7PgGNI4M9/tf0v6VdMz5hSJ
+GJYDSqM6fKJftZlUaaL+
+=+7ow
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+9f6f1713edec7e687c1942fbe4c83664
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.jar.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+8c79f80c4127d983db657143daa800eae38d3232
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom Mon Oct 31 18:15:39 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.3.0</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-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-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.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</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.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GIAAoJENySYW8XcFD2QEoP/iA1YEeT/S5j0uUxFq7iNA/m
+qzmHtGMeYq6U3dKhjp/gUUYyMBobpcrQvFFqJP9QSsA6m7Hjoefkrrz/AMhyGPcL
+E0LXunKCW5zsAPzztZJCCKIzTUXfAufP7ZUEpaw9jph6k1iPP391qOJDtf7MK843
+6PhE0tcz3Zv5Waq67s8anQud1GxW090Om7fZthUlA9WqtkVRP/+6UYvzIz9Jgi/p
+DlOiqZvIlQPZ11flA+CWloQ1SqFCKB2y0cJt+GOfwst6LbRgMTL4uXTEBa63fPis
+6l9bcjnr3A1gTbl3nYPcZvS1lhDIcNXlhLpVXletUbjQ9Dbk3HnRsv/U7Glf7Bf7
+fwAfs1vgpG/dY2QBHXcZtyX1KULMZh/uRQrug5ZZSyZrIHtNY/PgVKRn/N0WMfoH
+qZY1VAMFafwo4ejr4PDFkgZciOyqHcXjv0+DgTjMYYx2clBtQUTSTYyIqygubcOb
+a8arc30t++WrK0xAvaa3uekzKjhKhcH/ib1jjbCU0zdosKOegX0E9o91o9fjFzBk
+Wzu9Os1kv170DUpqjgOaHT65QrDMXY4VJHmzw1Apo8jYxOzwNyvLXMQO0yFZH2nf
+BptwRi1dvdBTTOaYq+ogZgSUFsNkfQn9zoJw2qBYSW7oDwb+/qTXh+RlQf/L9Rz8
+0RcvAM33BfR1UPBscgf0
+=Da+5
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+29a73854b8484a4f8b49ceec9e2a1386
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/6.3.0/solr-velocity-6.3.0.pom.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+a6259c41c076fe83ce97722ca8413fb7cb7cd6fa
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Mon Oct 31 18:15:39 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>6.3.0</version>
+  <versioning>
+    <versions>
+      <version>6.3.0</version>
+    </versions>
+    <lastUpdated>20161031162928</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+51a8ff2eb5a69c26624bf914eca2e0cf
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+e393558195fada8f9576487f8fddaf664d1e16ef
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GJAAoJENySYW8XcFD2ZMoP+QFQeZyurzYoMAjnciCrK6L2
+h7pxgakXgKKm1GDrLX4v0ugF1VNXuNGkFMhi1/B90AyYCkPhccp87xXCiGfWwogm
+Cho4ZOaSi4QTD05B38sr8V+AyfsUWWWI2KDQy5IpPGEDzyFIfPzDYIFj2aoqfpH3
+GFu41EzHIvGeqyiNrjWucCoh+IwQnsC75V++PuYytKTfbmpmgQnqN4BE9v1T8GKT
+utyBF7qDUvMixf2s5JOLg7QwWl5Zr91mmPwnbw73srky3Mcs2hIqGjJjHpBMW5Gg
+mhiSpafrWmDtMeUyA85c2vqek+/Ed/FOR0hvffz5bIEuBCp7etUSTMnXNQPnNjzN
+qMPgT6l6+KyNQ5AVN82CXTZejABkxwu81NDKg/PIrsxt2EWYDyOEyvfXOMSM/xs3
+uJ3W+dS+dQlC1pzd2wrKF10HszNODWnDkMMhfnPtYAtPqkubJQ+P42m6vKqByb0T
+dwxNIACZQEnl9nw3+a1zeU4MA9wqoQzGFdeTl5zeAqXtpRfkg6gOqwoLT6n0pTOr
+sLloQHs3NuWS4ykFb7AduLVvxJZEwCQHV66YS+L021Dbez6JeqFU2twqItcbemKh
+k5OjuLF5WwgyXerdjwUZY2mNQCIz4S/a4+qPkqV1ofBZiSkMfAkoGzvguuoIqmRb
+hGbVl557Ko3+TUbgbj4i
+=rWI3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+4f24e6e53fcb65cc048c9ebd45610bca *solr-6.3.0-src.tgz

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0-src.tgz.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+0319d42681f7f33fbfb9a42f7cbb54717690cd94 *solr-6.3.0-src.tgz

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GJAAoJENySYW8XcFD299UQAKvO8VUGbAlBPThndne1AcjV
+uSLr/83zbCYK4iMhe4FRR8Q6wdxg9AfSuxsHJhdOMmBHwhZ7oFQ1bCgV5NfLKUFq
+hpmcQ2u2tM8t73pivM8+pZ2ngAK6VUuLo30VWsWkXznolrV3+wJXpyLlpWf0saAO
+9oJFgytUoErkgDfyU3LVN5xnm6RTB73Kd7oISmOMQft3gYlMILqbARgjL/I4IYNL
+fi/ozoPlnOhq646GGjLsgI5/CEEbgpJpO8yyCh9LbSSTdgISGLf36T32jVmdKF2O
+EHjJaP4cws5HTdP7Dm+yQVt96x9TQ+CpLf+k1WJMTihqGIi3UNbeu+c6fEv7LYtE
+7h8XHYHhqPmqvKmAB6S7fpYLEil7b2VdkhioJn+UfjO4U3D3fSmMLQQ4tdZ24yrL
+24vnz4RwK8AgOLbMHfhaZSTdvFGHcPYoVMPClylLLhf2GW+c4MYsdS1G1n02TPIF
+4A5my2vazI/ldYRz7C1EqgxQxABVqaRFQ+R0nd5gxIXQ1oi6uhb0WUwQzcsof3EN
+aZOmkVnuKHXbpimhdGadwFf/Fe6B9OreBIMXtT4JA6oJxTxirYIShfye12t0uNvK
+qrzJZmnmRRQHr4fobP2Cx8hW76Rz0xWcnTXSxvxefAzuR0v+xmRlLuZ4FJHPfgNE
+jVQAT7yXNzgVeGwepImS
+=ZKCf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+26ddb0f673003a137ee3ee0786c3dc5f *solr-6.3.0.tgz

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.tgz.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+2a1a5c4292ac3f01c3308d7a5d94679c8907b8b2 *solr-6.3.0.tgz

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.asc (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.asc Mon Oct 31 18:15:39 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJYF3GKAAoJENySYW8XcFD2bVoP/1slISx90OHM1SxRfNJ3qR98
+rxtOGeIT8WfQ75ZN8d9At3yKmJLqCad6QuW8GHbFDpw4PsoxPjRvgBmIaAb0kMqZ
+CNZ8ns2FgaN/OT6JCFDYBLHrRBHw6Oknc+vrO0sLhh1PPMe1BvjEoX/8uBtwtjF/
+FfKNmXkADSSV1BQkqq6Iec0J14anC7MF336AovgcU3Xei4+w1KnnSeUUtbSxHXlf
+uuxOj18LzkD/gnRGFMiYQuKhtrRXvjtIwUSulVcimvIEz1ko7A3X7c3s55UHzcaD
+0rpikt56VZAI1u+9J67/10BmHV59ZWkUrixRO8jvLXm4XrxJiqaO8qzmLNkJL0tJ
+tm+xE0xw/bqhi6FY9+FiW+PLUnaARWXHSz/JbF87lAUgmP0zF1WWGnShePxu67QK
+5uPcvbgyXiRAtAYeJtn8sYCAlAlVAJkAXJVzFniIJZD1gudglp6KSz7tnOxWFtgk
+lJevP9mVCJbQV1PPEeCd9QL6C1niZs/A4Ps0Fgdqa/wYwohwFjqn8cmifYI/yVde
+ucssXy9kHHMdUXWYOyxQVRpv0sEOvE7YsPJDrLWKIwhJ/31NKaKtygpsbOZbguBc
+7FAAhg8KpPKzBSKLp84ei/CV5qfnoorOY2BWZ2z4Wliiu67B8xJ5nDnF+8n/MG5s
+WQjyhIXoTu5i+sXBzkWR
+=PfVg
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.md5 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.md5 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+1ed179b1482e3e96505aaef57f405438 *solr-6.3.0.zip

Added: dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-6.3.0-RC2-rev1fe1a54db32b8c27bfae81887cd4d75242090613/solr/solr-6.3.0.zip.sha1 Mon Oct 31 18:15:39 2016
@@ -0,0 +1 @@
+082fa170ee5a004a5a17b23912fda0f9359dee8e *solr-6.3.0.zip