You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/04/01 22:42:49 UTC

svn commit: r12967 [22/22] - in /dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3: ./ 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.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom Fri Apr  1 20:42:47 2016
@@ -0,0 +1,413 @@
+<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.0.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-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.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+dAAoJEFHwzCL2JTCKTosP/2zLcQP0Ns02s6/cdGNAM4Gh
+MTMYYos3v0XQ+MD9MXcNsMRYpe1670BMGPmyFO7t1TQwvklyZsm0lmEL2Q5/gkZt
+0f2t4EEntqxPsFKO+N3eJl58x9H1up8WjIe3ISnoLw3xqlhT7Mb1Apq9OVehz6OG
+2+I22V3vv4W8FFAqs7LESAHyNeBT7CXiM0WDVWiqirkzkueID0/7Pi/jkMU7ksLl
+O4WUAPO947cIJuRdHcOWJo/sPKEx+JrnEiMRzxXNci8jLoXEdhVQEwr/EYmpXy/Q
+5B5uthuXSL4b4xJkzUoNahPypdySkRYP4CgPCLJB3z5MFSBpaZCgvCC+XzNPyx3x
+wrNSqH/SjooglyMAjoqsdhLMMJwacQzX+XCvZERVORovi2dFYow3mn8dVoiEQ0m4
+zXZqmdG38uYCTagnilMsWNdO28Y6o4vGfKkImSkyT0cgyaLQNnD6u2ZZDv1LyKa9
+sETEEBIkxoy0ZRgjX35xZ/HEjgKTTfU7Wp0zpYZzrYACXku49/YWHA6J0UfxL3qu
+nBi5ETLjivCV/TCxuBu5mfR+snidrG77Jtn3pJiiXn00f10+WaIDgWNOfuBi5i8c
+NXUVemGI2VviaF/IdotnxFeHACQBuS4CR3WKnYgdowizR6FqU3p2heNgftwXzsW7
+PgG/xUO/bv1S5h5fnvps
+=jkJ8
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+6fb551037732ec2d50cd39fb64bc619f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/6.0.0/solr-test-framework-6.0.0.pom.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+ab13fec10c53ff7e1bf1fcd9c18a94495f419b9a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Fri Apr  1 20:42:47 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.0.0</version>
+  <versioning>
+    <versions>
+      <version>6.0.0</version>
+    </versions>
+    <lastUpdated>20160401194331</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+f5db8ba7a8475d4a30a90da500ae6eb0
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+c0bf86c8fa1166c74b67414b884385c40335ab1d
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+eAAoJEFHwzCL2JTCKoAwQAKiMybCDMOLnqWDCcE7KeHff
+e1g/wog62tcRN7w+TyUGXgNqfLv8MuIYey+eyrLbUWiR1zlRm8viYpAvdrXQvLkh
++xhiGA5dPsaJIzuW9p6RnBo1t4UZk3WtGCBc7s3mfaQj7PZJaaT2aEaX13z8SWh0
+frR1XiVyY89CD5083hfMTUKJfIckgcP9rIlUGpupEZsMEHKXhhnrLe7mY1GhERps
+AGo5YydjaYlKgBDbj8EMaNTlItw5WQv471LWCkuC9VJY8dbQuBzDSdAeB8DkL/4k
+03fWy3YCS70ZZ81m8XphIRxYa0FkEjZZfVBWruinlIhqSUzEC6fMvrR6IxlenktH
+z0QIKaY46q+DHhHcNYTydZKOCmf3P7tRnPfHNAMzJQRHvnxs8jCwzsnFyBxkFIL4
+0mpJnmnwlAYixyvDjeaa7gbxr5ofxO2NzinmhJuQNGA+2tLraYJinC2d1lKuvD27
+kYqBIVSkZh+/eqPuV444yXTl1pKOY2cX0bEU90RKkKPNh6NS7BCTb8eCKlQeZ6c5
+uZxxKlVGmKijBsScaTWEzGMOBZL6jsqaG1zlMB0KKuAwLVUkrMx0Hx2F89Hj2otl
+pHwaSlPtYsf3Ip/n3kYExC78/4aZUC99FbQMObrrGc19HpetleDGSTYeR778xtN0
+7H1/igpH09U5fVc99RvD
+=zakN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+e3ba2098a9252a571a2c23410b649c4a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-javadoc.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+594d3093a486151706f519b8bee2b555f9de303e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+eAAoJEFHwzCL2JTCKE3YP/iM/CBe/Uvi6l7yZKM9pVY3f
+XY7C042dXLuUUI+R8qnbuF0VqtPloxBkhcF4MG9y1Yst8a3yha9On78tpQohLOrc
+t+QF7QkenzqI45+7Y+Rq0oOMpLPD4xNoCG9tgOYEIxya1ZFpCekRRJYhh0IeXp57
+zq1BF3iBMoxbWdagJee6dZt8u3BE1EGcftWgOKMHfONcAmJkua/xcNH09sqf1cFz
+nW1pDlG9cHmddzHp7x5Ma/3wsoVoCtK2PEVmJj3RqGPazQZnxAzjzehxLKx4hSc8
+2FYSGx5wrgWg/AgfG4ZSHGPVfiOsiyRpW3WOkDtgzIUynUmnjs9fTQ4hVGdkaaea
+IaqXut4lb10BIOxJe2ocTfqhixmJ8D7y2lenkEB/6pIk4DiFeeMY9xKhvRk6o0SB
+Mjd5r25R4BEu+ANtWeY3iXJsB0txFFVRYV322GKCeRFXYVnYHYboB1+kcSTfmykd
+0hV5JM5e5hhbiGDybj7d5iQuD4S0dhGe5pYulNKAH76EUjcBxP1kL5GF7QuEZ0IJ
+ervJoTXskKy4SCeUv7uC1jhspTEDKX/678pN4xTcaIZ48yXlX0beuk4K8smzjQuM
+/8L1QJphOIwx/u3Pe8lf/CgZ/qVTiJVnkzkZnSkKH9KzRfFHi/NXQMS8i3K5QkKM
+X4oU+I4mK5R/gB/6ckrd
+=43iW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+2e6c8865a21940701a6f42a52bb33e58
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0-sources.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+fb4e5a198bb4f78a0a0e9be3a3ca700534cd6cab
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+fAAoJEFHwzCL2JTCKAXcQAIlt9yLqsf+/zWbXX4eQ6IuL
+j7Gaem18P9e5AdSBdGvT8W129sjz9q63tX0GOI+Aqwxlyp1Yz4EebLzdT+52DJNa
+8JOF18hw/UcIim1fcx8eATL+w9IlVQa2buo6NS1x4hrarsvWRK+g8NbzLQBn4QKS
+0pb6618f198LPIJDKKVtBXYcXafNMpXcKA/bLC1eNUGdGp2bwAHLCsaEUS+HeUt3
+rA74cT7/WSrkG6ndGO8nvUqGy3N2czyVdgXbTjQjYoTYyTlKXIlf9LOcrY5vJqpF
+WB3k6oT7jQmEuZTV0GPkvNbcHW+19B0EsJzxSF5zphVh8pTfgn82A6xz0mTZkwV9
+oq+hk4QOV2CtYyhfDaaq+2hoS1mEFsqX/HZKtnZ9ybWxc/6y3XXbrf1qCFp4kXUM
+bne6eN++VW0krzbVbFHwoRlvg8iIqoKrbJWjhB0azvOvYiioeTt9dux/Qj75I+9Q
+jYbJB/uPkZbgO0IicteqsClo+BvJ+uRI/5/n6PAcGcvS16U7wUeswS32XTppPt1U
+fhzbvhhpl3trb0j27AdCinhKkK+EzuLp7ZpXBFMip0wKfuVQ5k9BM9kwBB3Lcuzh
+5vQmRtdVfj4dyy5dDNuAG/oStmbjgURnkS0M4Aj3H5cHdRrKNFRVMJA0eVlUkF5t
+WvB9iKrpTyyegciyKgQ6
+=emDJ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+7991e9f2eb20e617e313a9dce86c5729
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+cf715e0f2d687937f3a6a6723a30393045570722
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom Fri Apr  1 20:42:47 2016
@@ -0,0 +1,411 @@
+<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.0.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-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.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+fAAoJEFHwzCL2JTCKll8QAJ6odBoww+9uG6UYBkf963Ot
+2/S/sYzZ0aUExApV3n56Mu0oJnKMko5ygILVnmKYiggQnA+TioCz+jTNJcm+XN5b
+J5gp/E34hHs/3CVJegkqiCpdgyDm569MDrBdJ+uv+z/pep4OyBCiQtmq1KlrTltv
+7ER1Q1q/BEIbybZjyfSBxPH2G+U5UPBWTW5e6OZlZTHYvojuWAvWMCdtp6THsXX0
+RTe73Olzm+VgJbgS4eT5soeecnXqdpdIH/+IsAuynuwnAIDuD8e/BpNbdnRABre0
+TXzhpvHVxrOxsEXFYbtv2mla71xyrigILa2YJp/jKta4X7GUvGrvLUbgg4QlQY9+
+mxEM40XSZOKJPZB2KltlTt3yzBeMSoa4N4lockTlycv8CNtoYmG7XpPElRB9lRg4
+eQHxp43UkSIqzA1Sl04vS28CeEOshSuPqZehvKH3uDtYvX0YkcrlOt19xJ5EUXqU
+vUX49Grxz8CN0JWRGn58Wg0qTPX1iNIdpwkTJ2E74z6yVPj7ltVjkzrYeadyenh0
+rvysQ64m6vUKh1Pqd7iISKRTblFAxqnfrGenAuncagRczBtnjmcHKfFgVG40xybD
+ELR4hBAbKPPITKL5cfh29jgB5J6Fxg+VGEWf5ge8NvsThKX7vKn4svyXbbWKWcRF
+wI/9k3ngtNxXbVEnSk6m
+=Alf/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+624d8bef50c86e32ef0492aade8ecded
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/6.0.0/solr-uima-6.0.0.pom.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+77b40dce1c2dd056e9094972b83331533bc006f5
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Fri Apr  1 20:42:47 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>6.0.0</version>
+  <versioning>
+    <versions>
+      <version>6.0.0</version>
+    </versions>
+    <lastUpdated>20160401194403</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+e37e588ef62c9853a442e8238d041866
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+e2f5c775ddfd232729c3ec985bb20d6406fd4b92
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+gAAoJEFHwzCL2JTCKD/4QALO2qXxCcVg7UNIZWGFHvCwL
+eLriCxgMPgCe+tW4l/nk0UkumE/VB6weX8dQc00XQdXn1CfIq/fVnuBQ7GnogKO7
+tO10YIJJzsLZEaJnaZiN8/3WpmEFvS8QBtT5OnTHg7qx3yzRxYdRbuNlTTlfH8+p
+GlavSbu9TbPxAKt1PN3XxyPAmm3ZT0AJmMW9R+apWA7Ch2jQ/zyLfMKpIoeoNfKa
+4wbYJ6ewiEHPJknqb/OxMeVTx8lfp3R74sXPXr+nSkStfbJOGXm2sZGAXZMRaKcz
+zOugITgzTiwwMWjb8NdHwkYrpMmoDcCX0AYN703enpN85+JwCr6byN73jDreeeJP
+BBhqRyNy3mOfB2JhMh5Xo3SESUzWGZ9s9udPskkKZGAtsInDGkC1wo6ZZsvZF7jG
+Xeo8Wd/fOLljidDFzvitECcK8FD4Wxypv7Hczgg4Zu1dDocut6yXAGouwt1ozNX2
+ja3WMkg2VBGMiEf2Z/OacbhQCHYaWi6BM/oJjXu/OZ6f6DQGNbvMDF6ZPd2EkHOX
+ET74Gbd9EEQtHp8SrrQH642F8Lm2ZJCt9BPyHhvOV9kf8ycXZJ0391BKdpKHgZ9K
+lndiAzPKQewawZ9YO3EdmGUpcRckSQKa4XS2eRcBWft+4hqr82QEvcXCeME/+7M7
+CaAL7Kl2bl23HCQ7q7sh
+=eKIa
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+03301b22e0259a11c763b71cbde3f6d4
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-javadoc.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+c88f820977930094b9cba6825abe05651e815420
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+gAAoJEFHwzCL2JTCKyIEP/1nLNjL1x8vstU0Z+I0mZoqb
+vqcyskFQyBaL9VcKHgjouvAo8/3zTBjNAqOodj7h9pc0hQOwJ7l/0AqU1mdrNcdh
+5uyxWcqKIilFI5m9kZ86KlyfTiPB83voWQ11eOOvwrecBJ+41IkM6zi82P517yXQ
+HTMgc7B7wQFdLVM4RynoKdUFlaXL08XQtrNkax1KCZZjFpVxdpVL3BVHORziHV3O
+B21BnoUHuHHBf4vEUyQxUiFVZytf2QyujNsNffVJ2hCauGUaoIkXp8D8N/EVGe7m
+8i6pXRG+TSvnQh0kpUEgmdWoXIqz+RPSaQov/gAeDEP5JECUwQ4qk2RSjWBikc+N
+mkWheCXFj9kjz13vF1RRHxQGqjHm3aqN+04/xz5U+1n+gb92RZmCibRf6CycYA23
+cvRtLHsIQhTWYFfkoWcR1a/lWXKZYUCkcChj9VFiPzejNAIseFiqnRd2Z3NShAri
+GYc0gGVkd2TVGX2jWsEhrjwW5nJEKTbE6cp1GWnzqXxYG3l/+e3JIHHJq0Z9+FdD
+9RPaIL8iIVgdZrGwhIBfnSz7J+KaMnWX/MvW7pvXiJWc7kFYXR6qIHy6kNVA2VMM
+lMHuZDP1Ku1eUxHi6HQo5w5okgFVZzkMdkCE18dwtU8bGoTGAdQymRY0uj48Id/B
+Vjrk4Qu0bGK/XJYZjdZZ
+=Ewpp
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+9ea41bccdca85f6034fbd31d99e3c6dc
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0-sources.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+c8a433756cc0af19cbfe423ca3a370ebe134dde2
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+hAAoJEFHwzCL2JTCKOYcP/i82w1wZYCJ19U0g0yuC7d+T
+/42kF48lsVg56wz526KRDewqQMUBb0HgH4a5PssL4rdSq34ZKK/Vu2GYe1AgWcVv
+kbzMeqqOTPHWLV4rCLZQg7IvPHO6qofy8UvZa1sMkD1oOTZe204Yp+ZXL4EgAklO
+cp5TYiByxWbUCioiGXnQkhWL8Sl/LAHOEVy8nPGhlRpWpurC6NG9ir/K4+lfT6jU
+TBiERIr6ZlqJi1WAcDIxDJ2KsgewVZPQlWIbJhcknnlV7nrc+wYQ40jbu3s9Sjdi
+prgkW/PN808GksNsG0J/rUsTTwB8VcDrNdyGDWcpBtep5DFpGwT8Y2N2++DgF4dA
+lp8Hyx2DeRZDc6pbdKH9PzcaqQQze4rtcQO+9zw7Q3pLHK1ntoP/D2XP++c2POJ4
+u+6ptE4JWDpyoeKfrfRyu0ms5bIPYQBuNf5xxhVTxq6U4hkdBU8NEdoRGA207omp
+k2dwg+VLZKOqbbRh6Ifri0RSd57c7r3cwfw/En6SDvmPUU6mx70VzS8aFIcwD5ME
+9gw/jFja6nXnB8o8sBDMOZHX2tNkfbLh7Y8ZgbIdx0DZ7K+KYjACs5ZEdzzr8SNQ
+3BbDo9CIE7NBmc6T3zqxiVhXm2Q6uuJAylt8PTodiXTq7AuqBe0T26XtUIALVv7v
+w7WBxLZk3/6zGjxYmdw8
+=nTet
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+6f99aca46416acac46742f62864aca9c
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.jar.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+2af79058d41b9a5079ef2dd4abcf4048f324054f
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom Fri Apr  1 20:42:47 2016
@@ -0,0 +1,401 @@
+<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.0.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-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.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+hAAoJEFHwzCL2JTCKuXsP/jpHUgwGwNyJF+HBuvDdhPE+
+8tPpAgFA6cqxWaTIoBZq8wtAMBvNOmf7r86kj0BC3S3mz/O4eoLLFIawOsRD9zYb
+WZNtqJqyNKbG9NBc+YdFG3M4MIt4XIkKVXUK5zi5ccf37Woi6hh+HlZGxn6j2kne
+JGPIXG2jxF7pA414BzPr2uRJ4i3CCvQ6nAdq6/JaymSMCW5zz1ZpWgulpEzfV4dG
+JmhGnJT4GOayilKeN3B/t943qUcjQ8nfdpdhYSoapQ5bims+fm+H1bzcPA07M7tC
+uNVDNUuHx0PKXiXh05MxyAA4+wMSp/KLCWiXD5o03+mRztVTodZBFn5NUZJ7JPYL
+GM71mNMncOB673knE7PVG4pWSSxBA6o4wPMO5VygQ4UUUrH2rdF1Xxsl+GuyHJ45
+ebm75br3QHVr2VqRPUiKunJAZhS8EUjaz65qgq5asUSzFzY3ZGo+yLOE/5A/IUoK
+flgBHJniYcnl5SqhxalY56/7Ys+ScQT8OhPBFaMZryxWTPZTEIX4HoIvuD+NVAm3
+7KY2LDB6a50d7EjKdaVjUF6sHGxM9vZ8ZpLRZA8Nhod1if6J33G7AUYa/Hp2HBEJ
+J9LhaLZPQGpofiBblOSf23+qM6+y3o+sPEmgu78j91AmK2rJGycdV39eS2NNWXg4
+kanC7tCbzRWY51hPPAIA
+=/Byo
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+facfca61a70bcc63d0c8934b7bba3587
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/6.0.0/solr-velocity-6.0.0.pom.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+3a296c416679544070b713abca8ed01ddb64fdca
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Fri Apr  1 20:42:47 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>6.0.0</version>
+  <versioning>
+    <versions>
+      <version>6.0.0</version>
+    </versions>
+    <lastUpdated>20160401194405</lastUpdated>
+  </versioning>
+</metadata>

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+1d4ff707ea7b4d4df5e7d3150259d600
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+c7f7b7848c1f682d44738749aeb82f1a1bba2d87
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+iAAoJEFHwzCL2JTCKFV0QAJy0lGiVeisfErIIWsyOrUap
+QRy63CllKf2L2gDM27+MgXvfnNv4PWPa30srR7rm9GLECCLiizFijE9IKge9bSt+
+BV+LgSFx+qyIbfTqNRwM8SUFr/5gskEhOnF8FHS/3NyJAzxF4pFS9nbZELfCrTKQ
+CosyGt2YwcC0wIh5bwu/Cf+P0pG8SL1Yy3v5e5kunhWRAMm837i83hhYvIfryntM
+zQqHS1c/El0W+GGw1YhdG41Afeaw7f3GQ64gjkCwV608CfD7PsmJVe5w5NnqUX6N
+F43IZ15JUBS3LOg9zaQIRpt9MTlVS02hwwcCZflkjcN5+4Ul7T/oa/yrk+/NnzG4
+evvi4Jek+Q7P7wZ8eOCg639c0k+u8UecTgBqQ3zoRZWK3WD/0zMChmUbLVOATv0Q
+N+SDjN9oPBN4E8+7caXWrHXf0ItdhsN4Pu5tJnrgEZFhWY5IM7+mevg1425G99es
+fjwbdSeSctMU2fBAst+AA0Rbe5g+m88lf28QebFKuB1QgHHdIIA5DC9zRWWljrOF
+C6EZLSe2+g6pg6Di1ziyGJuoqVoRs2cz3EONKTpdZig6Uca6Ca3o67Wa/FrBqnbB
+auHRqzJ1XHGCthwP8EGrrinHH7yMjluDkMUxZKDRN2EW7u87l3eX3RiWXcorJGPQ
+Bw++ETLkU+rQV4KKmtNU
+=ajpc
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+14e05a321e997effc08d753152f07e36 *solr-6.0.0-src.tgz

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0-src.tgz.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+20a72356fdd2708c434a2c07afa3c6a9151efe58 *solr-6.0.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+iAAoJEFHwzCL2JTCKGaoP+waaiP24fupA/CwhCp8gLAx8
+Md+nv4SNWEdvkbXhpYKNBwcB0KbwX8wTR2tM7HwdcCEOtQzLUbL7MqHgc/OCKW3V
+OEKpx3abNLA8vDovot0fhNfcD9oxGiteOXPX4xLw2fzBKhnqPCQgEuHVqcZjed+C
+jj6Fr9gUVPzmr1M+h54Fq8T5//iEmIkVcDsL/CQzEfUwNLVjB6kGPwWHHriT+uaX
+q+kDUB4NGCDv7K80SuFTjp1rEyPCjL5NFfuLOn3ymy+GkkBaIsRPW8YwP6H+++Lo
+C9Mge25mtm+fybEKLb9zkOf8YF1npZeKTrCmEtgyssccFDOuBWAnRTJNP2P7PYip
+pcyTAIh9fOlvPuqcp+2HRoF0s8PcxGySuHsML46KzOnDeg6VvKjdAlckGwg6Yr7W
++Ain6kmwEJ1R4tNANfISgokyiqJoV9XOwFklSo+i8LZiYjmdxjxsEKxdXMuz66HU
+CW5dzrZmHjB+uKQSFadvMMRRq0Jdt034MSoAqs4ZbQUFgx3li/zVU/z42MLOrE9b
+9IFCSt78qAiWsSo73D01iHlzvdjHyId46MSJlSaYS1Uat52HNEthwplZUvcm8IcF
+3ooGuLKjMU5o4Yy2VuWXgqqrPWbDCdt9n/QNq+52aaelwm+gDLzN1AvoMi/Jo4/f
+C0BljK/9iiec+PCiiNWk
+=N3N1
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+fbb8f9e00b5995343b154ccde55ebfae *solr-6.0.0.tgz

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.tgz.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+86c3e8548b781b3bc6e1eceff2053fc2a0bd0b04 *solr-6.0.0.tgz

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

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

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.asc (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.asc Fri Apr  1 20:42:47 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJW/s+jAAoJEFHwzCL2JTCKkT0P/3nOkjKFiG7NSXpGCf1LI6TE
++S94St4Fy/CFor13BkQGfH07mzjiRdX1KfnJP19p9ItvlslPnFWF86CeQoPBthzL
+aNt/7IBAm3Syp1qoZvpSKsXrBx1qdBqz1zGhbR2o2QgaGGleshAJn4GzlMlQKaOk
+KuHmaNC5Asy9f2pTVsd6EPR57aatX4ik+HkEcaUK6YH7ezNIr3nUnMHZVkL1Z1bq
+lobzmGsO6HB9k73Ib6BDPM+KOOEX1hLsoiJz9/qpo2U9GxE48nYN/xfatNNozAGj
+FBdT21lU9UNS61Ie++BmIOj1Yz2xo7eSsicd0BVpHK/BV+X8wjHZPHxHYfpvPIC6
+F4ska5ExGMZZa3W92bbKXyA3HNJHJpa9npPvqsObBpKZCqFrfqq2fLA/ppjT8Y34
+PGxU9KzyE/JCqmCayf6SVueuZn40l+qN9gXpfuIBt/YZVD31X4/KMMjCiQhT6tkr
+VCE1u4V2fjxywM5yfD8/t/Qte96BqyxjWeWZ+Lv8l6Vjf63xz6ImVUc1xJ8uESw6
+y/KTN7HRCZpelZbSudx9V+M18zFbwT+1WUJ8Alt8CzlascoWZpgL3gZahleYV1hK
+F3Kl/sDSs4vF1yLB8YZZUlJgcGzvUHZT7qaaeA8aqyDrDfS6eYzcJ4EkL5HgxwS/
+nlIIT+Bc562a9kcT1JX3
+=wBII
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.md5 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.md5 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+aba81455b79531e18a1ee877cf8745f6 *solr-6.0.0.zip

Added: dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-6.0.0-RC2-rev48c80f91b8e5cd9b3a9b48e6184bd53e7619e7e3/solr/solr-6.0.0.zip.sha1 Fri Apr  1 20:42:47 2016
@@ -0,0 +1 @@
+54ad9468e8ac9c350ac5f38935da5b19cda0efd3 *solr-6.0.0.zip