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

svn commit: r13973 [22/22] - in /dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94: ./ 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.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom Mon Jun 13 09:06:06 2016
@@ -0,0 +1,417 @@
+<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.1.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.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.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.htrace</groupId>
+      <artifactId>htrace-core</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}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </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>

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWeAAoJEAUaD692vGUHAVgP/jiYDFOfHnwWDL6+pQlXD3Mr
+qR1XPElTEGYRlpkvqS7I+pFJ876wHRWh4bO4krolBuTvOvHieeAeZILv1MMHpOWS
+f2V2I7xbdn76og62WW2nsbhx9yTe8xZ4vPMuyOYBHc5RSAp8hkXr3NEap4mhfTxt
+y7MdF2QSbm19Ei1eFmZKmkfjbn/5edjBxi0whkhdwwEvQKfcw8MnoPK1QZCf/Rmt
+LAJizkVICquuPaZ66Cl1xJFaPI4eJiw7BbUurNg/4K1mfJizmPA69RZli7fwOOcc
+8cGzXWkpe79HajyEWpJM1l7umZ05rIlKzYA8hhUhscetuGzetw0qmefXGOBSU9ZU
+EppVPdtUvAzdJqsMCFmUEFZBQ/AGRHiMH19qT/8yU4weg/wsAB38uG3OGZ22juak
+ma+Ic9S9wVgByX+MsKW65lzAv5LbmiF93A+WfkJSOwT3zY4ABL1KSnd2g5ikPT/4
+u72PurHxutd2UPaWrwMRIT3p+1H0P48hr3cZ0o/s/cQe56EUu7+fCKJN3/V9XQbi
+ps8L1E5z2MzXQxmGMeYQ/mixtBJfmR89HCUIPCBwOYL8IiGr++Xk0EjGZmp+7bzS
+HKuEwlQpIE+WWtqB4a3yDswAR6ZBKggRXLjnafh1oVO00DYl0EDYG7nK0xLfVtL6
+5P9fDTqrFQzun2KaomJY
+=4g3w
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+265af872e2c29dce63376a9c8bbf7806
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/6.1.0/solr-test-framework-6.1.0.pom.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+dd4679d0b40fe8dcc0a8b53444e3fc7fcfe2fc7a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Mon Jun 13 09:06:06 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.1.0</version>
+  <versioning>
+    <versions>
+      <version>6.1.0</version>
+    </versions>
+    <lastUpdated>20160613074851</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+79a4490247f9fe2d77b5409b426984cc
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+9b78b1049be5abb9d4f502fab0c84bd73e8997d5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWeAAoJEAUaD692vGUHs7IP/Aw0C3VLFQu/1NW0H/NqA8yl
+H4kbiYW2LQoT6UjwBzEFJJkBxaBTPiPzPFQeHgpib5E38fJEheiFhssglh2odpKz
+l0b1IqltCFWwhe0KFtq1bVaDVZ5jnxcqLr0KSnnIL1mXyQyfSIK1It9Drf62Oe1C
+vNxMVdea2IoZzIdN1jzcQRxSig6eOGk9Zz4UbVgdKoV6hREYEBYb+WfS+3g4VsCA
+/Bismj9a3Lsp9S6VwBzstqKGRngoCjgQC0Awzb+KQP8lk8eaYtpnyE+HfMxNA22E
+q245KDdOOAWImto0fbVgnZPuJhtUy8wol22NjG2l42GRpdBa1aMw0e5spj/zZpQb
+hPlFCu4n4gFRdBie3jjL4B+7I6GXTMQ0S5Pe6cqKerwGrb88NXPbcjQBMoWzRlru
+DD4S3RX5I3YJ8vvkcAlRufaqz3hwpkJXS7Cg2CmLNEfzcEadp1Kuwb2oyOMBKCHA
+06dqqSwf/8HB2c1NJ+uz2BKRG3Xa0Ve/evmvhF7jFtExFVMT0BbMAw1R5QjtDcZe
+Evtg/BDMR/CP27SfmNQAa9v6TU8NpI2fkhTr+Xg/bFih1k/U/Wmq9LoPcyUJjsKe
+qgiaJWbtJjr65oGAvT5clsPLKoDj+/UMB1eYSplXbkuoKUiJwZfmkAYGcibmD70p
+MdKAHIhOKRyB+UwWO2f7
+=yWqq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+98fe316600b59a12d1fb78609bea5405
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-javadoc.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+91b3da0ae29f98ce147ceca1745fbf61be6c867c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWfAAoJEAUaD692vGUHbFEP/jOev4NMqav9ptI/W8qJW8as
+T+TNxVLKw5JBeP+gYwBPyNrH2VKELzXrdEfpwDccg1gPklL+8SQb9dW4g73C5SJQ
+AUYK9k5aZrqR8ktXRD+CWgHTmy0h8Yf2LI04xmGpWWMOTyNtjdPfUaQ7jpAeo/jJ
+vbjB7IYrpAZdAyApdgazGssnjnOwSLfS4+Uq3rNOMJSQWFDXKBDdDbHkgYi3FmUV
+cjYBbm64B5tvdZtTj9O4WPtDdoMMIQwP+xBi530FJzUzVqEy9z/5zzdUCjq2kZZL
+6BZ7XdMkGXX6jPUhu/fEJM2x71ZT7nZyaz7u2NH8VtAOuvq3NYddja66H+aRy99a
+wyhhnCGNBo079KVK20bpZZGoCutXzXwd8rZ93FFSHa3pSONLHdtcFip1i3vBUvFh
+MNiCSVg6mZlX/t3zoXeH4vsOvJi1HCvmNlNiVKnpKzLJaktdolJw/4aNlPMVbEhk
+/lKWtGy6G0eg6ol10FcDgYEmhJS7uk1SArwx1HbqRQuV2IYyx97BoAuwlOZFzAQ0
+PpsEZu4t01uHYalvxfUSMIrlXq9UHgqqyhQu7YgMDEn2bUb3yTLkAhppBgwgk0Z7
+4p0FNvU/iA/n+oUAIBr1N5Vl1cVyhHuMANomegywZOR6H2kA78TmzinDSp2XTwmt
+2jTQ91dbloD7lwLWjzlF
+=KfU8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+82bfd8a2d45efbf829a50998d8575a1a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0-sources.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+183b7562b093e65e10541c49931bfeead5597ef6
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWfAAoJEAUaD692vGUHuWkQAN7eTMV1vFh6vIepaFfJOwkD
+Qh4jXj2YdQ3enUQNHIyM/tGg2ImfjAFNjuvwQpjHAJ8NwssIAOQClmpGjoz4TtyV
+Q6kqs6O9NmE/ELu7LpAhf8roVZbGudFz7AB3DKT/01WaIhsTC1xoQzkiS6UQBc1E
+AZ2iY7+WGzC1kvLgMSQr6fTcpNrCeLixiWLJl8Gcevrp4icbSamENMNn2MX3fnKF
+2DOGsmF0z3B0qclmao5QaS7e2k8Shkb0LSDxMc7HVktxLQjU9GkDVpqk2bBZ3CGF
+m5IEQVS8xsqbeOeujzQG58+0lSYLcM4MDMQvAK0tvkSY0UryDwUrBX1i4EqV9Xb9
+q6v480rDJF/SEpn4IZN96ngMtl+pZcgXkTNLhjEEWxJOI0IPvZ9vxrf7UuUGCWbt
+gkqO2Gr7EZBi0IKjIfsQXtCrYE+1R2tTEmPzCl2k/cnMc2B8iGOVqkh3qFwiJmoU
+wlup/9Xct3DMt4f9rLwO8ZrMGIfpt3biApdEZR+6TnVeE8OOJutyCy4IR5pFL6xV
+EUB2S6mYoZDKcBY69dB5xAx2QfKsHNttVJbY7a6ep3yyyr2vBTZMcisTm9PfS8WJ
+Q4nyscIGwtSKVlFfTvYU/sGmzwokN74kPdp10nt0EdgzVjdMjVDG3Wafpz+NTTpA
+e0SiD/S1BP52rSGNqurj
+=okFO
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+6defa11351af03da3916784ffb291b21
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+6786682a80816b8e3e00f0da41edc4b5a9c53324
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom Mon Jun 13 09:06:06 2016
@@ -0,0 +1,415 @@
+<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.1.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.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.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.htrace</groupId>
+      <artifactId>htrace-core</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>

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWfAAoJEAUaD692vGUHOwcQAIuF0SDnefb98E3/u6eBoR5z
++SWfUeUIzwCJSwyQvwSCijvhvpGTBIPCZk5f5yjnvI26YAnktQ+LtJRhLP7tBJQy
+LxItMd3qlEDY3TqmAH7TBDPAEiT63HUQz/q54ijxjcqZnqL1hxZPfH+bF6Ognm8R
+tJYaQyjRMn56BcyP5KN9JO8jKtQs33rzrcbCuQJTpsSxF5yLWGcnPgiKR2KgfzId
+nl0dl4Q1tOoDQvP0BrI4pFp4314KyYNzn3OssEV5frJBSx4OM+ZneJUraTHE9KJ6
+rYGodAcvECR2lJ6A7TKuzm4hiejyeF4k7KJvNcMuKiw83mXbXKx4Zdkhoi/yv2Af
+4HXPOFKlpaeluNPyMUGrhAnhTtKl9BrkS7x99K6DsYe7F/kBxLo0iVxw7aftqQEt
+kGbF9a25Fl4YYVepL7NylYfzqeKN8JAiOsYIWNvnTq49noKaB8rdHMEJihQnE8n3
+A4YnZ10Hlfgk6r8bBO58zGDW1pkTFOM4bRE3O87vLADwF6QRlApA6q4fykPlcbAE
+TCwMjgneoJ1lx6Q+aX4+Y2FI21N0qNK72NyE1fRHYAL66yv5RJJXxBg+DMe7va5I
+SqwfFXylg/fJyC1HIztScNfYj59Ii5a49HeSNWquErG7Z4B3Nc8R+263lXZY5dcg
+Z6ZYUXzLKWIg2SP3R21j
+=fJuQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+da29ac7560e4329a4a08e9125f5e90fe
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/6.1.0/solr-uima-6.1.0.pom.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+ebcabf87a62963f175a487e1333d5243db2e4b2e
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Mon Jun 13 09:06:06 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>6.1.0</version>
+  <versioning>
+    <versions>
+      <version>6.1.0</version>
+    </versions>
+    <lastUpdated>20160613074923</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+6fabdb7215c9eff73d9fc45766e408bd
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+885dadfb40f78be319e8adb74eea723dea810972
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWgAAoJEAUaD692vGUHXHMQAIZzgGIMUVB/VoYxRMGZJXnP
+fTVktOOfaxP8KQok3BPQt0SCILwLFYyElulTRQ9GcEFopr27u1hqPnLyPV1MH4vY
+RkbyzHmnsvvsgNIcw2guVuUXAhiqLvwHwqa+FNNGjDMT1VkKOv381vfs36228AvK
+rtZATmrzSqGpYCh5vLO5ddVMkV507eIhdDR2UejOPA1hmD9Lm3FJoUoLj+8N0fyG
+cPVZUK8glPfNtFYWs0xzJUiadRat5Pk/OVm99o7Fna4XCr7rHw3DUHVzMBG94B0H
+fcs237IB5Nyj+PakP92c7cUx0PQy+FzuZMu9xuNGhDaLXhq95dbI1BTUTbj3hzAz
+ta/kCwMmtYXlLHE2fssUaKqhAsW1jI6VselPAzc0fbCZWgYvNKBvBhwB6H/a6NAo
+Zuv/5xsDLCSp+yVR4Emjh64mRrMEqWdEK5pocE+DNM+pXqAtguq8+KCyAOtG2ZCe
+nwKKDzMoKzyHIHdimXAEXPpO3ftlSiq6iMAUurjzXYqbaessgsJ/wWcOOYBPEK17
+ioze2p6v1asHRae3kC0Ys9X+nzYgSvMWQQ+4dImL6G38dSUxs9rGjQzdSS3V5H+m
+l87taM0FQFqNxlKDwhCFkNLPh4IQ8XdkGlQOu95uKbzp/Ot0fjvyeMvwoCtjLtun
++bupNlgQwV27BMdvJdLv
+=hU06
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+8917055a0cbd63f976853186a8c2b73c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-javadoc.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+d15eb7a61a82691ebd648902d2c711c5d82518b3
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWgAAoJEAUaD692vGUH9nwP/2LTOmRDJa+T6rsX6cttUktr
+/0cQLIgtLnFFEWT2G47meyQzhWO2CtMf7Y7RVQ7gBpVFq2kYFOFAeWce69QF2smt
+FPRlyv5Jk1w8U3Kuq7gCktNDB6wcDaybw6WUfIa8mBPH0qfOAgDfNqOB+PkQrSlt
+AsvappTsSdKPRZF7XfW4m9W2+HLO2ixP8rDZj4iVEPquv2sig1uQpfE8HXRXa5me
+36vWf6UlGQk4fhpD0hDGQAAHYwif8Xg3NwRfHEE13XL5Dl8X8+Z6hsdOWSb7yONU
+jeqZ/61Zt2UjoeOhzyxYLIvXADrv7/sTSXAfuKGwZJGsgid2+2j0RGq05cRsWxzh
+vQrH+/Qfj3r/kqTq40RnG3TRikkRYTSvqygYOmlWVl6LZdLu1GS6LAzu0LqS2JY1
+8RNi9zAj6jVi7PinIdKcmcaSJrsTXXl+ssyvy1MCV/ON+zhgs2WU9bGbi8CdiZmN
+vHstCmEQzhPzVzF/KisCkgKvHd3XVVA11ABl6NA//YHejBLopuTfcBar4b7wKYJx
+VFI+kqb/yHosjkO6wrZa1yxKjq12GAthUA7jdH0eee/y3ubszTvWWStJaWCdOVp1
+n5n6mIcHMHETzKjngAKqHBvOwN0y+clReowAwzxtZ3IIqyxmrDpXGqoOhy9TvWpe
+jwAm/xk2f3KZSc4okijs
+=YP8L
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+dbde3111953441c70c488466db84e3a2
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0-sources.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+820235dd1703bd56f0a668f66b147724e2a3fed1
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWhAAoJEAUaD692vGUHf+gQAMK9HlFnyG8FHI3xIE9qyFAC
+LqbuuNUg9yQv77u3OY2yY5//tnsgYM4UN8r216aCE/V28HHip2o9qzRcF49QFfbj
+LS1v1vCWFaXQPcQSgvF7/Axm4KLQqLlnR6yusW7fif1+5lQuUoYykI7M/t+0kbVv
+ynWQIiQds7lbr246xtoruJux3bZGQhzv91mqVuSW5rVFoQqb0bwrkYYm4v+x404G
+49ke96AbNmQkUnGKvJ2da1H+m0l3qVV2InxeGTkOH3QUvAZtbzEOSa/hRLmk2dos
+Ot6+QrxkkBiofE1XzoZ2XehNKEBidjG3QnETk6qDlUznGYKQ1fIPEDrbTajn/Pg9
+Y/NKxvO99Grc1wVqtdzBHHFkQ/oEadFZadatavwr6/q71xNE7vohV4jKdeTu0nJK
+Ltn+JxfPQzYrr4oY3jcqpU4TFiRgprP9Nh1WeUjZH558PU+rbEF5Y6S/axZGOBSt
+E9oc8o9UeST9Bgpcv85rBJj6l0gswpSCgNYKzDUnewJ6oamCT8RMHsxis29ZEgDF
+QuwrSoz7jJNGIxR8VoIOG+NFLDPXhh1kMJyaQp1Vvyq+t7+XKCkaAak2VrXEieM9
+Y6ve4FdJ7nj8vlReUBoRCSkB+D/SZ9o/+H8cU2xd8r3l1ugqVvpQm60bud2H9iYe
+hywZr2byWYiUjtcJ1PHN
+=U2AA
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+a8e145b6051de8d2b6c4a2e5e5d6d573
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.jar.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+1d691aa0ce0c29431e80862ab811252eede2e300
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom Mon Jun 13 09:06:06 2016
@@ -0,0 +1,405 @@
+<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.1.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.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.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.htrace</groupId>
+      <artifactId>htrace-core</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>

Propchange: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWhAAoJEAUaD692vGUHn9QP/0IyaWWa4QBZtmOwIXKiqoAg
+oRHgA0tamg8Ce3qcDEbhMKoe90hYvAemNcZFzKpptG449soBG8gtnb8vEMOZvsRw
+cyXl1W4oxCHnGOVk+pvxbroINlEkCdodzeKm0D2k82zzqyS47fyQWVNZOd5bWHE7
+iXvhLj+eB8DS0CZTxJ0SyDKGhu5MHOsgh/YP1kAk/js1yNs25JevhOVl5mMVBiM0
+nYo3ThVoJoMdBMV4vp7oQ+4isiw4q5Zu2Z+gBRxicPq6EllZYYzHq5IJ942+ZBlK
+1Vmgf7NlymUMw1KYVNKnkaiPYXDyD3YLrRGLhx7GIs1XNa8WcGOHvIKsJ3CsJtog
+/y7iV8GtHALAK0KTUc484/X4oysFJvLPzQOOulSQYPC8LwqiGoJqtNzc+S3jPdZc
+iyCO0PunecZXJaIGW4sZ4WrnKKplZjqUM/b3Pyw/ybJliHWoVnkVuvvHqzEBepJb
+ef8c0QG/azd81pgdgIsFS1pdQpVMu/QL2FbWW+uuJYU7Hfwc9jlybkUT0kosiqwO
+Z9lqk4jJQhkLVOwQ/M0QpGv0mvs/YAvUsFi6yM1oy+D0nOfNMiFJljsdqB+klJW7
+DZyoVYfWLN44yOOX69wBByI268or/Lfxlg/YqNGcq0ZH70Kq6YhN8KczB4O95usl
+Wn+R0eqCrz1ZLMFHXA1i
+=116S
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+0bf314d51776dcf6986ec885e637a466
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/6.1.0/solr-velocity-6.1.0.pom.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+c2b9e3aaab88745207bab166e9ba772271cefdb4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Mon Jun 13 09:06:06 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>6.1.0</version>
+  <versioning>
+    <versions>
+      <version>6.1.0</version>
+    </versions>
+    <lastUpdated>20160613074925</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+63fab1b60be801c7eaaf6dca16067b2a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+9cef476f2386e49f9f39654853678cec6750c536
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWiAAoJEAUaD692vGUHWPAQALNys22JYXj609tW/mDLs+//
+iVnxjoayQ0mwttVwyOWuYZrvNs8yBK8WJjFlFyZ5YanECogteBp9TKvCmq8TLJrl
+UJnPs2zVqwk3Ax3DbSOLhcIhNaARglGjZKWgoPrwz+V7EH7XF0bNzwa9/FdW2fhl
+H3EZLB0Ng9zr8ZlV2DcDE0+ECexObfDzyE4tMr/z3ENBIPKth4mQyNnt1mJLqo6Y
+UsEQj+1Zt+C53hWps/BlI2wKG9PU0AvXRKkLEWgXu4r13ot5DU7ENyX/ojc1JQnV
+6s8P8zGxuNOtEgnrVaZXfemfAC41rkWhdFI0sE9z0ERiRhYQ877zuOlfJT+iWQVD
+UR/Kb0kofjoggOoG/WN6B4OpX5ayXw1odUprDXvUhM4pT6mGiurG2NlGeDZUiJ6B
+Lq+JcppILlmHt3t2plsW++wIWEmmC64CrBFwjQcIXCZxC5MlXnvGMthkLjCBuZX9
+ciH6ayS/KpFjOvP6J/GNmpyzIIMFEVbWYRRekDVotuj8zHMof4YUqtrc2u/Nl5j2
+n51qihiDPSMMs56cE9O5g/NG605ENXRr6f2ukGT2M95nyiivYqTi+MRMb/SrfEE+
+pDLILyu75ydjUQLmkuGCs8wPkcdBryAbynoIGENSTvDhzLklHcw7nNX3WWJlN7T+
+V3UAr2tPzgE71RWy2Wat
+=fedd
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+4edaf1cd8bf9ed49f8e7477ff6ec6c10 *solr-6.1.0-src.tgz

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0-src.tgz.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+fe0e18133b7c8071d07860c235d5ddf759dcd00f *solr-6.1.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWiAAoJEAUaD692vGUHnHcP/RRkxkfmTQ4XR2W8apbC8nbz
++JRdzdkkWVwebligRS/61CyhbnYuhPoM8VneIEBw9uYNleDxtmhZnKIEXkD6x1dz
+/kBfWkfzclZij7fUDWdFMSOwAjCfkwqbEMT1B3DJe96zzjj2IdM8Nxq+RJx87D8i
+1+8hUbunn2K8kESb1/u1s0Q8Tso8W8KHgJrOynd37p0D5eA7lC2oXE8ZkdSqwKLM
+j9/n/Do7iRBjx4f0SQJ3eF8bQ5IZLeHpVLtOPORRUjNNuqnjdncaLgyTdocbFs81
+0CAno4iCqXSRjA2PaKiL048ppSUFqqygH3k46ICF+ii/DrKHDbAHOZzGYq5QobRC
+3VPdQuHulHzSiDSSXJ+eMgBE2LGr5p+6suh+iE1f2gnlt04k7wt4cmd73nxo89as
+KhGNryJ15VXtxW1B4Ht4ADfARUVc1cjQ+7ylsaJyAIRniBdd7mMHJgfe71eQ3gv/
+8NGILwZT1PZAExAPewMCu/uPPMmYBH8fEIf+DGtz4ApUNLcBe9ztevI+aulQTlfp
+vjI38iEegRLMLy9CjYRzhdneooxgKpfIUsoD9n2klPcWVJRbCzi1O4K5Jmyhi8eo
+zqjzZMr/ZatTgK/hKSPaySRvxsy/ZGbErmRa8Fei2dtlizFuBmhsUi89TObV/+Yq
+ZzG/Or/3eav/T26Q02RQ
+=SMGY
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+84bb447fb4f3a46cff3015368a8fec2e *solr-6.1.0.tgz

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.tgz.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+41045799ed9b5f826b0dcab4b28b3b1986afa523 *solr-6.1.0.tgz

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

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

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.asc (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.asc Mon Jun 13 09:06:06 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXXmWjAAoJEAUaD692vGUHmQAQANKDeYXZjweHHwZxYk90X1Qr
+n8RemdSYQlbQma+LFAaHAS04/QYQz7KSF5HkJDUkFf7IZQuPFAEqCH2A6g+hDS6z
+kOrjtnSuafvbLW9reqGZ1egkPgmdXJwEYJ9e0gahZdqVQjCmfFVSiVMEa800ZdCn
+xZCHDzzEMk7lQ41fK+7kn29TsAHSv8bqKmgH7ms91Ko9fXnF7WkJN6n1rs/zkO5o
++3SKApq8Fd/Taza5dWb9FZeRBbezpXmcKSQLwHimpLm/QMgaYMGdtw09MpuUfXXF
+08+czwRkeX16ilOpXe6/Bj2GpJDevzOuQb5AEpnEdCj3boPx+M8HzOFfN1Zkneke
+j8Atf3YSMs2k6/UGyxzuostHyiCHCRFrbenHFLl1cy/iatu02mu1A5ws+mwIB77w
+QgwcOjAQr8+cCr1y5WmUcRee2P0taS+z9D2bsMmFU1sp1BQGNSo5TtyCc9Mxt5p4
++zfGe6q43IDN3vaMtrcvbGbCDSxQLRMbalxR+1lsKVjFAfIRyd+tnGt99JyzQVrx
+3xhset9prU83iVnPbDFTRlJOodro5V8CIAnyC9N2iF1M3zGQHEYm1AhAyRM8Lztt
+BtF04A0JbNo01Z0IxUD/iRJzf/QRl+qcOTFpaLJLz28xUcILlh3VmtjxaLmkskbg
+FX3Ihus63yEUv3DtCTjw
+=q7HH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.md5 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.md5 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+c19052d94eb32da7592c665112fbd770 *solr-6.1.0.zip

Added: dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-6.1.0-RC1-rev4726c5b2d2efa9ba160b608d46a977d0a6b83f94/solr/solr-6.1.0.zip.sha1 Mon Jun 13 09:06:06 2016
@@ -0,0 +1 @@
+a92c1f82111196a655a50431ba2b3d19ca545aac *solr-6.1.0.zip