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 [20/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-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom Wed May  2 09:27:34 2018
@@ -0,0 +1,484 @@
+<!--
+  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-prometheus-exporter</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Prometheus Exporter Package</name>
+  <description>
+    Apache Solr Prometheus Exporter Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/prometheus-exporter</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-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>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</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>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.thisptr</groupId>
+      <artifactId>jackson-jq</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.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>
+    <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-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKVfvAP/2MGxbBoSZY+dOI4nzkBnAzB
+i1GWWjYSXKgrupenkAdrQjrUeXmKYCYS16ffVLGWGDu3AeNCkVhHCwy4BhzyZnpz
+1fJIg/esoP3SDoG2D+cOi1HbXimqJDWe3N6n1S3J8C9MhG/O3BB+uwYUFNzylVzb
+uuuSE6F3rFgaSuyUT+3KCNeeQNFBE9PThaLlKEeoozqLdieRqv9Z89jDCvT5ElS6
+nqs/MqbZDdQH1UNoJecThWsbSmcIIIM8EDnYk8/FJB0blDYA5YuKTLKCX91z2bcc
+I78tM+liFEq5WAowJlhRQAlqTvt6Bx1RD3/pkyp05UOsa+tLdJVMdVor4Lfar09/
+dUw/ZkQbrBt6DNXK+H6YQrGsrJNKBkIxcaUt61CbDZID1FNHRXt7+3mGCv2pwejr
+Woy5t5Lt8dTqRKemR7QJ15nIqPTZINaARPqZZ919W3F4/imX7FfebzGUCyu9DmLb
+3Xq9Rugn4Wn0PCOu1sBKO5MOqYE3Ua7/ozjzFUgirZoaYgxTGKCTRTu+96K+35Wo
+ezq7mtP+atOBPR7w0E3TcMRXaIj9nPY4IUUhxkggthFII8V6nOGInWR5qQG7otNb
+nve/LweVsYPzvYjVdrsp6YvssXf41LvLANZNA+f1dP2gDWBbe3fKPqMEouEJoxl9
+E4UUbdvx8aztM1m5Qi8Y
+=brV8
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-prometheus-exporter/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-prometheus-exporter</artifactId>
+  <version>7.3.1</version>
+  <versioning>
+    <versions>
+      <version>7.3.1</version>
+    </versions>
+    <lastUpdated>20180502071805</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKVb4QP/RJXjgLfV75PKMcNUrxeI9UL
+6ylvotzb/zbFD/ImEbgFat7XKHq+A5xr4XicMoJEWeX7v+ZNWawn6swcq3tJtw96
+0wZM5lgrBIxNbfwe3DRppuhMfdl8GadVzyQO+9OCbNID2bnMdIK4ArPSQbfrDZqU
+hvhaGBJT2eyCFxhQgMkCpE/lFV+38FZklUGv1WGuAxWXegDlIIMqH06TjrFX67JK
+vWZTY355E1SZ4Fv2HV2pxQI1OVCfphOPRhREptuB+q8uaQJFXLQdqm2qyg7wP6Os
+/f1GkoYbL1QbvvNBvgEAn5jzAVJ5tySV8eQMZjKQWEffCbQh8fO+aM+BKkgwo4EH
+DPJ2bhCTWjt1DHZLUMVt6bQZ+D3VFY/+EzU1Y+Wh+ORT4JWHio66Rq/b7E681o5O
+gQZ07ri9ETmCfC471dDYNOAi7zCKMC+pP04RQ+VwyPJan3lg/Wxdz9aB/3G27uCH
+smbXLAYnQLVUGwVwqfVJh7Boued2rRFEOtPe5LjYE4AZL7HY+UzqbLHCAXfx0CSl
+bEox6PEK6awIsS2ANMcgIdwA4sPVEiYECRKME9kkbaAQftNAHYsF5kOyjSGANDZ2
+dMoPJDkWYDe5AnQVEigHDwVl7i5RiIsnAVCrBaLPvBiCsem5QMTy6Lajm7dSIgOp
+C2M8wA+Kv7m/pVWgF0vw
+=vV4K
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKV9O8QAK9v/QriFvzKAsPraXb6ZENk
+VQZJ1FUld05djbEXW+g0W8mf4XAA52x3cgcKZordA871XNtvFQeAIWeMKrFYN2YR
+nXtUrszs7q+uzXO07bSpIkZWOJRgpEQoWPIfNaw9XWO57cNGJYfFzPy+X9JMBcny
+9StP1mR72dUmzL0lrwHI7ETsrvxr7VMJKkzzb1QF2ZLvwXwS74WrcbQd1y0iHiCH
+3DPBZ8KS7ni+QzKc1q7sS5Q9shaVjLkOsxd/ewYdSojAQow0VpNgVzrPJBI0dItE
+4leV0AEjM2KQX3gwwcBz/aFH+2aqCTtkoOROw/X7FNrnXba08Y0IX2YHmNWPqSf3
+C/i+UheLYSvHnsW8Gfx+lBuU6h1zFL7jZpXK4p2E3VldzDn7O+P1952JBwYEd6cy
+t7AaT8uISNb7Yp6yY/dt4tLpXJO+bPbPq+BjTs/QR7m1oz1l6aQrPYNQpu5DOBgb
+hl66CZN6aILazIKzN4sLMCTH67qFbZUxcBycgZHb7OqrYLCwfylhKfd6CXP3PnRv
+w00UtJCzPY9QFfk5yCudQHkYPoNI7AaX2hCdYIh/il9ZrrZyI15QIYbaDx91Wixs
+JLhSPEK5ULTtl2KoV722UFcqclOoid3b0b2GXh2DT3baDKqn46FgDW9JH2DCiV+O
+/iX8gITXLw1VWEaeCsCP
+=YnKD
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-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-solrj/7.3.1/solr-solrj-7.3.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKV/mgP/ipf+fTs2icLUVQM26muVFhN
+TWEwPfeQ79WCBdFPgDekHpHPTNTUCImjZM7Tl4+U8oiaGis4176YJRzzzRaggWje
+HEZL20XKRlIUdVHE41OLhC3cburyGJwRerSkCEcZHL6c05/pk8Dfglq7z/0TQ2aw
+EzQu7EIHojMGUfBptya/7r7WdLPJDWl1XzWbSrsubOxrwktX00kHB37oDv6+j+0D
+E/Z6x/EpTpeQMZbvNnqFa/sug7HXroxQwJwbPQyV+T9ti9417HYPbXl/PjkbT+oI
+49nWphRNenwJLpIXHMrs/U+bOYnT+dBjvZZSCB+2s+LglGr2JbO4JkcZFxx6AoNk
+BsNqs7hAKIO8zA3uPB9xjOSWmpNqHYraQNCvaoi/QILXkW5mCALh14nw1elHLfYA
+iMFlclbBxYqC/AF8iQqZbBtIfiE+WbpE1J0MXWWIUsV7O4cgjM3s68MI3yX1VlYd
+nXJiUA8yFg/mrRLGogP/UcAZnTga3TFZWBmwRUNx+9wZ0BBgCTBYmkLxHlP4QN/8
+IalyMsjLySq38YTVznzJ9FArhRCUhmfEn7M1I/sKpLcEYx4V1vp936PiqxIy4siO
+gYIYUzVn9e5fDehj1MWy/URD/NChFInDjA8DE2ITvbYnwTk0WNdmazWuUDvhZ8rl
+epW+yuvlWeX4DjKNzytW
+=XbYV
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom Wed May  2 09:27:34 2018
@@ -0,0 +1,121 @@
+<!--
+  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-solrj</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Solrj</name>
+  <description>Apache Solr Solrj</description>
+  <properties>
+    <module-directory>solr/solrj</module-directory>
+    <relative-top-level>../../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}/src/java</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>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</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.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}</sourceDirectory>
+    <testSourceDirectory/>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- Tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <skip>true</skip> <!-- This skips test compilation - tests are run from solr-solrj-tests module -->
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKVFz0QAJk3mkzVJoLUCREMKtNxkGCh
+ozpt+EjUMdb/QXW0uG0dyQAay1JpsAtkjQwrhLAWzo4yUdu1iOvoVmSuJNdArJrU
+uLyq/CqbKSkQtwggXi1X8QacgQOPDeGEm4S0RutK9iaVwX6bSfq1BRpHJdYfNl/1
+0XEGtvhoWl7jH9+DhPYQrnl/BUTFMLVYj0Jl00HaTnxk1i3cWHKb7kDt6ICWFYxx
+RRpb7xaGJCmEuNHzahkHBglf4hxqOtwztWPaBvLL106P2naPqqdBRBPAGLkJ2mpn
+iTEqQ02qqPoGaXC2zVdivQSZwg+r5B0ksFJTX0DWKmXxOM8MlwYG3BvikQ3yjtot
+Z+/o4EMiD18pXmENseZSXOWaplkqOLeb5ApmlXE55nWwmrArJ3w0gY9L766XEuXH
+jYujgGXn9n0aiSmk8m6ttXOBUNCsnSZebacgSOEmfwYGmSafqC2bB4vb/xTePi7M
+gIRV32aWODVx0Aq3m8pDpYI0shLNtOHgEXmKZGNKTa0tMht8Iw/nCsxtXOScB0vO
+rmutsM8yhpiL7m3e6pUsVHVRuAXUusE7MWVHhfoU4OS1ZUA0mae/XZ+rQz4nf+4g
+pvXTd8Xnfh/E4l1OhWvgnthN/1QO4oZY+QxWpAsrW4MAfI0NDkUZIJy4gOHVc76K
+yYuBuNbJUyWGf+62LrDA
+=p41l
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-solrj/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-solrj</artifactId>
+  <version>7.3.1</version>
+  <versioning>
+    <versions>
+      <version>7.3.1</version>
+    </versions>
+    <lastUpdated>20180502071744</lastUpdated>
+  </versioning>
+</metadata>

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKVTuUP/1+CmfYRRCT6S61vzAlRUQXt
+M8CoKZxXnt8l+hZ2lX9DY6nXR6Jpcd2T7Bd5X7RAjAoFXk/zdjX2Q5t6FKQxuPc9
+xSveoZtqwVx4vwX0O4U5evpgu03HM/RR6/iynCH7VCgwdQ5KeO/boiYUxlNhzlSi
+/6V2a4UxpIoSAXX2vgFI9An/Vr1LvMrIo9xB07LMcn8H8oef4FfHc7fQkJS8tj26
+fBaB2lqIuA1/SELWZC/OBzJK7XOkR82tytOZ78i6LfmDe4cBnfqvCr+5icOZrRN9
+bj7goQQd8kwa8KofwGgE1DdzGxddnYRDz4cTLj2F2hvTbNlHVq6rsCgoX35oLyYV
+vH0/UCltjhe7SeP6W/riwnlhA6GeQeMKbX0VfZts5dVNKZXAsuIcVBgSQ1E0dpJU
+kMVtfBameprycJGQyvvJ0oHAuk9J7vDzsQalQXt6lCh7h+pq0hjBWxJftIcjnWRW
+dHTW+cRC26Ra39hqF2wMBmmTnovHGTZygI8rptWSvhJwacY+mbCe5M6D9V5rC0Fl
+tVQRUyH6hYXGwgTJ4Iu6rvQTtnwFtDBT8jfNWUi+mhAaQI9fC3TdbAMhhpOyjj1A
+1y1qlKu4EVkZ+v8vbMYcrHQ3hPDbZfSkd9hxH5MatlpUBNj+AK+FQUEBafCvP8eG
+tpwfMPyjvWJjYqOnlNeS
+=EILL
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKV2wEQAIp/5tZwtaCi4q/c6yoIl0jJ
+Z9XMqbDDLdsDJITx1RClkPQm90f6DwglozkSV5iofumbmjyqFbvjRNKTX+sIFl6c
+vQYK6Xp1YTi554sCkxV2pK0sqpfgKazyb1EICr178OaDkLx6pF9Kqs5NnJ5Vac9o
+4Z9NZZa8bneI/tR0FkcCeiz395030ps+W31FzLVpu5531Mh2xjmlcvg4vvrrdNXe
+1CkrIoGI3jtx0jnfz383tdOw91mKzgi1z/hgc88itMCidXSve8m9Y5qi/rLyZZQk
+uEDzp0S465woowthd4FtA3MTkWIrjmvDMGyh67NHoB3CQfjXMlQWDgxDKDmNuSpF
+iub0S3E6pDpd/K4fHdlCJFhpY63P25M3918pmIuTZs5JCRZEFicaJM2yCSNrN/Ve
+PDncqu3fxudcgNLM48HAShJ8xOuHRqjQs/hPEM9/cWnmuAYOdVvuZ1IVmUW7WU7Y
+36vpRxJf9EIvgJuLm5PFbb7kY7peiBy56g6qMeKtZlDPVVadIfYY+oFBoKMrfCPL
+6PmHB/IPOxJ7bVuRn9MnKratv/zr2JuhkhWastWlZF075KbqlIq5uIKW3C4pJ5oF
+TkocIjrPW+H8hCIrvT+9zol05NT6PdB1+oCh3y/CtP77aaiM1Pw4uoDesj9TyOXL
+RX+hRYGxmqu2+428MeGp
+=2BSR
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-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-test-framework/7.3.1/solr-test-framework-7.3.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.jar.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKVe1sP/19wFw1mQIBRnnPDJtiP0J+k
+Uttm5iHJ/+Ibi2NyoeT8l+BWQG/9qJSUTFZv0Nf8LQJ163sil9Ueg0uZoXRukuQk
+3IrL6pQMIecF7OT8zurDdf/AODne0jj+TvHN3jCFux4AR1Pp3xYhyqfE+Bsj5KQw
+VzE1PC3cIDOtudycHSWtLNHs8crG7lDYGbpNHaDrT0Zjoi3iUbLCAvJ6ZQ3qKobA
+UiWG2ADapVCfyxqSNAXtphpVrpv1AsFSLDhl9SBBFRAF5BjUaIpaePkXkZWfjrvH
+XrIPmX0/q486cu0G4EnWlOvTseqlyg/uM7XoZjAlejUbf+f0mfgzPcHUgSsIZ9UM
+f+sQqN6O4RUlx9xCIGZKtWA405JJkZWvsxDxh3IZtK8dxH9kswloN4IYt0FrQFRu
+u9JzlWgOcYtxe8wB+DEWM16Y+AD/rDh6d5kaE1rfwMdwUPq7Z6vlHqjxPKaViDMR
+LEVqHjKi5TLKiERy0j3el0NbLoo6HFiCh/j61tEHAVWdqPpBa6pIiPzeOxFlDoFa
+pGEGfJYIFrbcbWDn/pYCWvnziRn2Jax9wcdpFGGbd8kY/aMQmLaHbat91EDieriz
+iATwjj3expqp27dfXgZRPkwBikpp39l+bnHsl4RvtzQvdvsyBJMiUP9VbSV4hLEl
+JN7RykSOYZZsYJ1jSI/Z
+=J9/X
+-----END PGP SIGNATURE-----

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom Wed May  2 09:27:34 2018
@@ -0,0 +1,499 @@
+<!--
+  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-test-framework</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Test Framework</name>
+  <description>Apache Solr Test Framework</description>
+  <properties>
+    <module-directory>solr/test-framework</module-directory>
+    <relative-top-level>../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <!-- These dependencies are compile scope because this is a test framework. -->
+    <dependency>
+      <!-- lucene-test-framework dependency must come before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</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.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>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>junit</groupId>
+      <artifactId>junit</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.ant</groupId>
+      <artifactId>ant</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.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>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+       <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <phase>none</phase> <!-- Block inherited execution -->
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <goals>
+              <goal>check</goal> <!-- NOT testCheck -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY0AAoJEBo4WburvbKV/4EP/2e0XFdgfDQ9jGybFqPp/i4M
+whCBaTnQmM7MTuv1jDVt+Q1Efwwa7IyBw+LMZBwPppwsFOuhKXyFLQjf9N140rEP
+699BcOviD8z7ZGU98pV/JLowVtlsRHjFYOe0x3b2LTbe8QfkoeQAZaYrm9JmEssY
+n0FQyeVYmYSq3pHT/vwgjiG3xxvODNPMT2Um/6Lvkcx7BBaSKEdYsUwxyRjjkCpW
+vnBWKYDv3Zwyk92cObJsQONqYPDzw4sQPKlUKIi4h7O1Go27h4giiMxdA+q+YlkM
+mBBYjIrtQFxMkrVqexfCgiEiYdoNmX2zlvfx2ptfbTZHZjZncYGU9bsE4M6CPOcs
++UaQMP1QMHmkEB3C/BDDCU8rtrsqsMIwsECy3kj6xKT0/TsTrveVXua8nID72lq6
+TdCdwoewVO6mSnI7JK2Z82KXayZPwDJLMA7IKOxF8DgYshQWDnw/nWS57/OZnNey
+p/zeDUcZ4HRX2y4FD0tOHlFm79ywRrhXeP+7cxDs+6Kr0wLIpNrEcoZsK+XcLBeP
+BZGBxLqbO97DWSOMNHSRctSho1KYrQ1lTCk22Lbpf1iNUW3K+rLEouimt4ceYSwt
+UO+9ymiPchaF02gqjrVbvwp7XenTEnCZKlgRWXroJPsZWZcWmlHmyF4MMXniVcOy
+knG8/UOOYMXyoSBq9XWD
+=RCYw
+-----END PGP SIGNATURE-----

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

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

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

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

Added: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+536ea565f665266968d0ad6466cc6993a62cb9cb
\ 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-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-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-uima/7.3.1/solr-uima-7.3.1-javadoc.jar.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-javadoc.jar.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-javadoc.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVWdgP/2OD/4s3Hs1pjeXoH0Wv+jCy
+SSnWX2hAlvNLZMvdN8fTqvEo/7LlnOafm7w1XsSqZVtzKguCKVFWtPjNH9xfzyEl
+aoFx1yACJmFS56pK5OanqOKbxWF40t7gK90cNXppIuoft0Lmqj4aQLfs/PIuZO8Z
+WoHdg81m/j+oLhFzg0p7lvD1LPj+RKRq8i28TshAyQBbPRolEuyiuujasB7/01mA
+8u2gutaRFT3ba0RdOBOplJfIPo0038vcgMBJ9RiNGSjFIDrvBaTlgLnnRLAu34Un
+8LfN8/mXXL7k6AUq/xMaH/Gh94dFFMZ+CWAH6ioLhA/mO/d2wIZF8B9HBCQNwIgR
+sIV9VCXGLrMdtRYNAbc1JfSxyMLDkwRgT+j6wfd+5EblrNxW0jux3O4AiKDdovsZ
+3pEVfTvU+Jilrb4dxuVu8rzMv2wdbGkThZb8FEqCMHQpiR9SuZD8JDOxL3gGcICA
+m0Iervo1lSgbG8nPpAwN5gCho73iFXMw3/9pwRdgvA2nyLLI80T823TgA9rP6xG1
+NKXYcmmqewzz0c5Q9mjq4eOh9J/Eda9Pfx9obEQtuM5Iu6UPN5t0gwmBnY8+p6I3
+rAlwsxZVfmszIXS/+xxkqHt7NOY1gcPYXbOVUB3Eu350KKz8lg4ygqJDgVQ1lpq6
+LkxbeKvbxV+gDeihIhs2
+=1OjP
+-----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-javadoc.jar.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-javadoc.jar.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-javadoc.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+885c165d07b29b64d8c6bd22b240c9da
\ 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-javadoc.jar.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-javadoc.jar.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-javadoc.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+be15fe3a8f0498f3a927169e07fa2ede28d8a17b
\ 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-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-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-uima/7.3.1/solr-uima-7.3.1-sources.jar.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-sources.jar.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-sources.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKVSdUQAKRtMFZcSPB0yRz9qCazyhmG
+78/+A0996OjtkQHbyKE4baL2ghiysnu2AZjDgAN9+P98J5h6TSl85kXo1DsncUgk
+Ku8PJksDxt28Ps/RSobFqYfRqf5mtizXvODJD0QRrQfbOkzD1+jTiiEMMH6ylIJ5
+Ue6NvSoZNN1t5TFZ6NjZlx0mavkvjWdsT5d2pZpv7vFJSYopVA0sC1IPECapjYSn
+rK7TVs5hs6tOwFvHKZyxDOVUq0bF/2TCXdb288cZA3Hlj9U6rRivpJQvTgwwF0k6
+hyrryuRpqUmpzl37d48LDe6U1kBbDYp6z9D3Qs1riWyrulcVLzF0xtLjQQR9tNrw
+vl33aNbqJNG9lAHz3iNA+54/EPFgwkWzWl4+B9TwyZU6qbigUJQSj83IcnKTipjW
+GsqUN44V/QIaVb3+BuNoOz0un40lnObq8cIME7Vva3nuu/j13R53D4rM4xjcZIH4
+gybZ/oeSFLXQn2LcmO6c8Q5B027f5K9kjF7Nqfk5GjdlVEACW1Y0U1OJUINdukT1
+vJ77B3UAW37u0jR+6ocno/yquiVsw43K4oFtHtbqOYxhGB4j8NMOzrskB07dwLsr
+sre90xqTxVx+TwG3PN8AWqseCaiSbc+W9VkA5BFQ+u5YOuDP33IhWwZNsrPHiNZQ
+4gMzKREbKodKelxCiRAc
+=9EEg
+-----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-sources.jar.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-sources.jar.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-sources.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+3d32cc55a6ca167cc285e27edc15da6a
\ 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-sources.jar.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-sources.jar.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-sources.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+7d70c92e6a94978028d3e4299a304ff76394227d
\ 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.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.3.1-RC1-rev8fa7687413558b3bc65cbbbeb722a21314187e6a/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-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-uima/7.3.1/solr-uima-7.3.1.jar.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.jar.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.jar.asc Wed May  2 09:27:34 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa6WY1AAoJEBo4WburvbKV8ToP/2dGkM0WxI/pbHljt7yVIIsL
+rd35VUVn4vFfsY2GeWdV5J+bGEdOWFph3rb+Y/fV1NZGS4gZJkYXTeQJsLxK4nLS
+HUnDir0S2RIcVNa7tRnXBsBYIJyg2WiX4YzSRlB/72RiEfu5uc70inwAw+9TWjah
+CVsKhksDkSHimzjUI+7zhcMYnC+WQlQwHyL1+BcivT07u7epRAb/N5dAdOWZjjaU
+BExcnn5jO3mQDwQ3f84W9S3/4BC22DDzvY0WDTifo3lZEDCSLaDaLm1j91O+RTQ2
+/NIsl3Bphdn1szK9wJ4BVJCglx32712k2a3INwX0FU1tYMR5SZpj1kiMCTGXNcpk
+8pT2ivILSRENtqTOZJmYq8m8SBR+M3Q4kz31rYMwQ1a3SDtfgJP/Y2MJCeBo4eE9
++gJlO95T5dvB3pggrlZq2KvXyTpTD03W1zPK5j0Q7SaNZvxD3DCD40tY3UKJOTrs
+fsTgrVYFJuv1tSXssPi4pOg9tZP6lPurHdH2xaL/MmGYo/de/bXBJQl1sYTPYYJg
+Yk9joPFZdnV6aZTEIpeAJ5WiT8HRvfFJWl816Q/QbD0wQaskb3wsF/DtyyyhKWPB
+T37UCHm/8aizqpbvnnuXUBqmUgsx7JpP6lQZQtPugzHLRTyZiFJ3WvHbO5TApkJ6
+CI3ad3XiJZzDlq8Kcrma
+=MPeY
+-----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.jar.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.jar.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.jar.md5 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+555881496edd2f6776cf9ae59bd4b3e4
\ 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.jar.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.jar.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.jar.sha1 Wed May  2 09:27:34 2018
@@ -0,0 +1 @@
+d7fc461757424ef314e1a7d7a15b948321994bb4
\ No newline at end of file