You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/05/02 09:27:36 UTC

svn commit: r26631 [21/21] - in /dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a: ./ 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-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom Wed May  2 09:27:34 2018
@@ -0,0 +1,495 @@
+<!--
+  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.
+-->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.3.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr UIMA integration</name>
+  <description>Apache Solr - UIMA integration</description>
+  <properties>
+    <module-directory>solr/contrib/uima</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-uima</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</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>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>AlchemyAPIAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>OpenCalaisAnnotator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>Tagger</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>WhitespaceTokenizer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVKT8P/RF/qXc1vef1c0LRj9CcYver
+Zc3xhEY8BolaCWIW5ykefixvTWFt6XW2CR9s7j/6evfmuWmVJ142cZiVzkAyjgyK
+WPzbuOyGFwC7lfKxIRrui2Xx/GvrdR9SnKaOoU3waJUCtMx9ovWvTag10kYufckX
+mZC3qmJzyUKSVbMydaasJ1i/LiEOJlnLGK4B6t4hXbffSCrv2Zu2QqnZQyEeJQPF
+UWbQupwrsKmzU9+g3a4Uj6VanDmqI7MvZMgIqcPP8MTkTnQs/9Q+z7OBae4ee4AS
+Oob9hU/I6zprIzELzsDDzCdtaxt59lZrBNeKV2uVrMMVuzC1+oAvhHdsZDUxV/f0
+i3tD5pBx+5Ur5F7Uj56BNfFUT0AtncXXF2cHiCN5s+XlikWI3555mf+fusOaEFEe
+5nJ0Z5BZfexbiOSPFF2SFmP/+Zu3Oq3p5YOBLtYlJV16ZUZdgtv61gky2ZXlZvft
+SLCOS8jKJzjFaMZ5rYXC4MbJ5TRd0I/fuFEXV1bM8Yx13cnCMxbK8HWQ2Cxlv3kk
+TyTFkucUKC2HguGm/c2Ih6bd50qhygn+04hfnpynfw0QOS/8klxSjeEOEsjdQFwi
+FbWO3LUz11EIVfPFgiU6p/naf62Zmn6FfwwIGE9jTjcOhcgu2Ru4vVOD+Otjq2G6
+s+qbLX52wya7Q3AMIloO
+=XH3R
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+6f3e04d3ba867d9dc7fbd0f604933246
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.pom.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+b28b3925c70e240218c390e0518947d489ae241d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml Wed May  2 09:27:34 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-uima</artifactId>
+  <version>7.3.1</version>
+  <versioning>
+    <versions>
+      <version>7.3.1</version>
+    </versions>
+    <lastUpdated>20180502071807</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+efb41ae303d37c3ed4926e36ee5230bc
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/maven-metadata.xml.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+2e33cac3418c50d99ba9a8bbe48a24f82bbf05c1
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVhZMP/RFvfBCGEN8CfJVhFTJj6xsU
+3sW9ZIya0Yt4N+57drPiO5pXkbXJi8mz2lM2rpYemsaK4o+ZwAn/sFlUGnwvL+zP
+OPtE0VN0PhWgv+rwn+ftk5oKKN6fT/RFW8oHbRXMoKwkXW/KmjxzyC1Cj88eCXSX
+V43lsPYDqhW7a0nEMoJSbcZb3FoArNU7InRhJJkX9kcPop2lSzjRm/c5B3ZxlWSm
+eHO+At2rEvAeDAn0h8ZqFZc0myu0R3RD1R4EckokXSso0z0ioIuY5VInwrreT8AD
+XD/v4aXQdpPo7/gMK2crFvgO/ahOC2Jv9y+zj5PJIXNrvEvAh6Onr6c3wtArrSAb
+dy8WoaAIdnVAguD2CDMahy/iG8RCASUP2ablB2ggje3M1eYYnLDigr1tvUQX082f
+rAoWbyXBoba2wzdBih5lJP92ZmvvYLfsOMrYOxS5s8mqYznmVGM7xo3FuYslvnSc
+yN+saOk6QTpKNyOE+eTCmYEsyUlXRykeQWOE1E4kpyo8emlU2gOgzVGghmfbRev3
+HeuZOd97plIHLW2AmfWRuB3BpFu/WTpSpaXyphXAu0PoS/nv+7KnR5UGyF+TTI5s
+C5i/UQTIUGlHGpvOreWNSJ7k/3lm97zWLb3f7LCnBksnxeNF/9p1Et7+P/TtixWP
+AcPhz17+8HSNIuTuoJ0u
+=5ItZ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+d6fe55f9d08b350d01ea9eb396403a88
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-javadoc.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+a38c7f1c773781fbfa64ae6ba056bd06c67abc11
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVzhgP/1hHHqyIVzjMduw4bbdh2mZL
+KfkC+r5snZs+c1YwHYrRui2AiGsDvuSQlLjv4vm90/PIXBeyOMA1T0xMxADjvOEW
+JJEVnp9kozb3jWtiAFL69DGtXaNJxfHuEC6nnKWACthxNxnEpsY+lruoYveUfItb
+O1ZQWNSbSp3krRI3sPp4cvKoRtvAxJWAmErd+HmJCaYPD8sDy1TKk2zZq9I5n7M6
+v++gfAaxVfLCgFamTxlE9vqtHhSJ2ie5ugV0dIe5YG/x4h+6kZZkbGKK172vikgF
+8rnSYamkzSDZzSOnH5Yoq0S8mErp+i0ChDthwKCXbncQW4w/dgqeQoF5II931oDc
+e9InYJ57vjjo3WplVRHuG7DOalgRFsg/zfOq097nOKFiz+x1k2z2hmRVXPWmeFKa
+Dq8zeXycelu578EdR8s0e50ApgFAyVYCnipubzxRu3ybb2APe6PWsO2aS2zQ9GaJ
+jRfgqMpbLn9se59/T/rrlADtU5ACdg9Au4W/RVmCRCdLyp50tFESjomB8NJWwlUl
+7I+LNLdVUBkXLC3y3AgeJAJznsAefbPBJrGsYPrOQuCx5GiwSshPge2cgMVVBLBn
+2J5BRBk+w7qYEkguso/4cmzI742i60Oz0u5bjCYOaFU9FWUIdWHI3QAjyYdpgLCt
+XMJeT2zfv1g5tSQhWuA8
+=6Qwn
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+255daaac6527b48df487cd5a37921d32
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1-sources.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+aa76245e0c9c3c5d7d52ccb37580891115603666
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVCYUP/Roa2lDMQoBd4tHMSLYyEsSA
+VgkR5AlGervaXSDur/2Lupm5aw1alXBiZKPw20W5LZOLncSeKdAimfU0+0GELBPC
+xQd3iumspguC4UrlJW1hu6MhQmoCwbsfUqE5izlOPpctnUqrMMgLX5NuDFkshEcY
+Uuayn+UJlp1ofbrXX2vLvax7eln9oxdyj2f0V4Ax4xB8ox6FXVzXzw/t5c+LvoDD
+PQQPt2+YywezUnyQ34abxLCi8eAoFCnViXdGZLOIvLwpbpvZ4CbgOAi7FWwD4HWY
+UapK9B3NUq6JGCzN9pveygdnXPKxK77UUFZz2vt0410IFUCaINY62Sa1gbOdCEow
+kXPh9V1XoX+2u3y7piM48aqvkN6ptfvdsS2ORBtb3srcy6/P8+eSzFq6lXfzN022
+bbwjm7ZuZRZYvfkXJIoZoxNUCfRlq9KolqrGijhhZtDTgYBnAArmMI8AQHjhw7B7
+Fvnv7e5cKuckfK+5nsi3ldEHi0VrMmGVDITrQ2DaU3cxQN4VnfYA2F64SFpf3arq
+fT1q8Bt1/tocZFRhsasNQ4S89xIfTXsx1gQ7MG1wHJaNh06Brjb/bEcr59PMNZmW
+ShClQcyAmZtgQZNPZolXoQp6ser59kDOTk/ynHAtVVapzXuKbshQEWGluztPWtYM
+XJROnJNghgFey3zDJdWL
+=ug5k
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+b5a8765a09b31fbbf076ccc1dbe28587
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+512f90411caf3c959b929c0c6b01272865d80b43
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom Wed May  2 09:27:34 2018
@@ -0,0 +1,485 @@
+<!--
+  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.
+-->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.3.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Velocity</name>
+  <description>Apache Solr Velocity</description>
+  <properties>
+    <module-directory>solr/contrib/velocity</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</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>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${module-path}/src/test</directory>
+        <includes>
+          <include>velocity/*.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKV8eQP/jKLt5/aMb8FeJMPM4bmMAda
+V7LIEfhmpdDfRyegC0IoKKR/DMvJximba9YeFOgW0fcZHgLdGF3Xa1kcjv0WCjFd
+hqbKlx6NTmq8wgbrFzgDJYBrHEv53GGirn+UrDQrDMz1ru7U/7zonqJ9QyUTDHTy
+T4VqZEqlRk9L2pduJUt5IltykbtcbpKppiSDluyVoqyx+2m+Kucg/c2QjARoEqzF
+ZpwzUT3n4NI0wcaAYgpYHZqNsZkR1PcJ0B4GICujAHPF0ZKKzFlnRCq4jpit7bKT
+y//ZK87v902CnWY/gVXC8j+Y8yPnliB7xtofvdnBN8yVhzjvPDH7qy6doRl7hDGB
+iH5X+YwnNXHFEO0tTFX35/TE8RKwoGkGWapqxMMFTl1D39YkIUMkvCUUbe/ywwWz
+2net2u1HPmRTpjaclPb7Is61wigzmbKLUAGH0xnG1mN5tw1kQhJXNQt9hsYTDkHU
+aqMt9z5iTV9kgNTjfSISSLzuDumgfv03H4ZodCw2LnHOaxe3YLRj9jf22ViLfD9L
+ASnSVRbbNLoLEZMAxyl+dK2aS/FcnlG7M0oon1+kY8WXJmn6vKIPY3x1pJwGvobD
+dpwCeOnyEUHD7HQg58Ux6+MiV00ab8uxLO/qa/F1Yt5+iQSCN1nyjdJzk92P97uG
+eYNnMx0OeDlTN82dcTqA
+=7ZPG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+208c6a4fe95bd0842320a45c21fcf785
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/7.3.1/solr-velocity-7.3.1.pom.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+90a2d8f6214725d3d3c96a0f705bca91c789dcc6
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Wed May  2 09:27:34 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.3.1</version>
+  <versioning>
+    <versions>
+      <version>7.3.1</version>
+    </versions>
+    <lastUpdated>20180502071809</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+15786d4cd63d89217e855f61d5e14a9b
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+17a17db74613a6ba1816fe92741776550e882e9c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVQiQQAI6Uwe37omUzwa8/AWRINxVj
+DJRyp+BszLMfz4wTJx2un83e/XmsAO1byoED5Zybg0U1U0flZcUS16zFsr9CQOcU
+RyF5i5GMu1+kxnoXdcP6Y2vZmTWwjKi40cDWouQ1buyOOb5ypGbRZSHuq+A+EBls
+qcVh3Nh2jYVGvHqKxOso7Qm8Zxfs7KfN1mG2LKYXLuOph+lxhj7OxAyOyzxO0G3w
+fW+toiQ5xJvqKlDXiCupgSBgyvCBd4bnPUdwaIWuSwOGlHu5HeV3xuughwIUI0xP
+VBmiJTOIr/n4vQyaf9RVOQOP0xoJ3xr2hRDkXhN7hryrasQr8IDuULjDnhnH442P
+I7JekuOvFJMinDKKXeweYSEVmz7QEXxaYJfoKsTmRYJv/klwB3oIKkOw9M+qYQTR
+5gpSBEm8HPKYu7uT+g3DT2TyTmuVoXxQqFvz1sqWUWGymGQN19E+7ZfGrxeQ4QEL
+INGcZzRpoti9Mg8vLpOsyPjnloOttCNza1KOXdQbfgJf9CvAjHt0SEHZuCL6XZQn
+sem4mLZwsVOcjYmMLfOVVScD2IfcJwGW/pDLLUUIqDA1qKKP1aOEIOVKsnr7Udrn
+1NXOJVNauXjcjk5wBXBIvJ6aBAQEShMMdXQ4VCppKDxHP2mhoHCRl5E+6Q1EsoPY
+jKCmkr4ff5Bd5n6QHECP
+=J/D9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+faa75ee29ab5d45e356bc51cf5183a65 *solr-7.3.1-src.tgz

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1-src.tgz.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+80fd55d2d0686f8db63dd410c61152a0960a9bf4 *solr-7.3.1-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKV7Q4P/1NOHHYM/KYOE0FnnJ3wkBdh
+d4U1b8cMq4YuGL87OQPNuwIp4fxQbDM2/+5KmB3YDVeuF3bvKbLO3CDJyn8q6Vex
+V5L6apAGVU2gCVIrqsNQRvzOemdO9Yhb/LuZh4YhkTn/6uHq2a2YxZ6g5WdPlPTy
+8Db86RjKQTZgTLs3F6KDSAWuZjn5SwCfz+MwqZtxHJno08f20+sqwltaZ33JfaqN
+s3EtI91tFK1zM4iLPktB7Hr5jf2ADNAOuKZWgqUSp/2ajVdSsSU1HhjatVr/YvBc
+UKkav9WK9lMb9Q1gqR2cvg+1KxiMaO8OM57NRdCnhZnoY9HCR0rqvv6DA8TtFLY1
+l4uW9SG9pIOW0Wdb50eu8FbRWx/pZMjkUA5TKYYWa49HMi86D8tVd4LJ9+bEApvU
+GvqFSpEDC6kk/KWe5v/SMGClc89eKodDNgNt1NyLIJ5pYc3eu4SUaWlfrNwdea+p
+zsNVuUyR4vjXYK9Zorv3eYywSGX+GZ6tGV5NaoDIhDdX5wHiZs4SAD72zEoerjPW
+aeWMRqBCUalAvGudAjeroY07wLaNiB9g9DqwS2QWEDPD7IAvOp5bfFu9CzCECh6h
+H3VUrXHLidq744Ykvn2zUBEnVsRADLjPzQxRtTY9UosRkHxPTfj4SJs/VKDIeYzd
+dlRlKoH6uO1V3yDyYmeV
+=4N75
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+28b5221ac35057b69395ddeccb093153 *solr-7.3.1.tgz

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.tgz.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+e755216337cdf27eb6af7be2fab84b22aedfbbc3 *solr-7.3.1.tgz

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY2AAoJEBo4WburvbKVdjQQAJ9/5HTUWYlJWVnZ5c59FOuP
+t7/5LMLFPmZuWRQfxUXA/ZGxvVXp/eVFVX9fYmYNfInRX7omB9yYSBCNQ6naTvwq
+UrxQaqAXXbIfcY1p1n7YdtSK+oTQ6yiaaAOY1Q6a1931e89X1Ysg7SN9PkyI4AdW
+WzZn6Pq20UKCMRS3mxGkhE00XKX+RNZOgnAE9STyqsLJHRNrD9Hdbpow2Zw/E3wQ
+GoncVvHhDa1tUbQjI8+UBgvSY1w1L6HaocUFFuqimZB+ivGVOna88glFDZHluBaB
+/qPQxAoKFs8NnOuIgwT6qVzUOqbX8ipJfXEZ9VBbJEzwGSFpONVrUL90yHoUz5r1
+Ikaz8T9lTnM5YpST0K0yrLeNH5YauUJQ9QFhayRTMWYPYC5LAEX3BW45kackls7D
+R4LqlUey/e+awTE+RRn8OeLui7uYB0G8q8UtnrnGw0F7m0+d36b26D/+UgQKV7R1
+3wjE3UtSykTHlXj3DCyE0ho9ztbw40wbKyZbdRwxAHJ04Y7YxA/QjrbJlPOk/HdG
+dlL/AbCC6pXZswnAK4k3vCCs2nPB0aH/2BJ1XO2lEgpXLpLN5YuZjz/LhcB08l4x
+Ce1tcYtKrUhQtg2naK366Vc04FULAUR3GoyNmU0WWrkHgXfIeFOWZZNFPcfx6PPh
+ZQpjc8KdzGchdQ35GwtH
+=84k0
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+4e7a66421b1573a13c034afbebff1c8f *solr-7.3.1.zip

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/solr-7.3.1.zip.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+7068be37ffd2c7429be2379bb2fd528955369629 *solr-7.3.1.zip