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/09 04:18:22 UTC

svn commit: r26779 [20/21] - in /dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680: ./ 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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom Wed May  9 04:18:21 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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3fAAoJEBo4WburvbKVVIIQAJImvqgIszPzAQEtyqcD2mFY
+ZEwLseeUj+0beiLAoQvV015KS1/auErF47Em2oIji7tQ/dnhoepsjNloVscrD2Wv
+SwHM/BhYhaAgvkKu/mLoinDeFpL2oL5MMmbCe9CNOrA+u4hIvO+LDhqYE/CYtG7C
+J2SAdoFrCstnxAMWXkgkzDjCj7eNV/Uy71aDzlOxKHi+wlTBmi0508A603CQkccX
+IA5epTJYSN5yMFKszM49R546Q2vNS0Tji2flNPiim2FUvz7MUq9JKET9qPMS3RSw
+A4ngKer5+SIEqKUiwNRyv2HRNjCrLFvoLdvMIORYDHl318mzlUPXQnzTKa20mqvH
+AeciNT+mCHYz515GrxMCZus0NemReGpnbDGvRhry1HXrfEhOaBT4TjRp38owh82Y
+7wW/Y/Mp1dJS1t7mD5POc3ak3YIl4nVFLKC0G/7tmfHAWXpWywfdJc4Eyte4ixyQ
+jsfO4aQNcms1+FFEn/n2tIaRv0TxjrpitNpvgfYnf/+k7DJHsVXgabgd3DZYqavJ
+bwUaGt/gpw18akjI11z84PEEzhdcsrzyztz7Mj1NngZm0CKAEvS0AvZQau0YT99M
+80SaDC9317K06oF0IcNFNHsrZxRFFjxf7kUO3tW40607cqDwSRuEoNvKJLhwGxn2
+a788eQVtmtRIsXQjgAsM
+=SUs6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+0e58f6283448e9f1fc371c2742705728
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/7.3.1/solr-prometheus-exporter-7.3.1.pom.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+38e121e7ac7d0e0601763bd76f21ba1778440a74
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Wed May  9 04:18:21 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>20180509023256</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+0ece47ec5a4ffc85abb5c654bb7b254e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+7d9675b992233d776d63ebc0c57c4e0ceef1f253
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3fAAoJEBo4WburvbKV/woP/At3gIAcONYNEqGI9Mk7PgDA
+buv7c+SogQ98G6kNRrNRjlPShPU6BFaa1meP4efLxfTa8bxCQMTRPgNioURYgWhn
+ab3FAl2ZaDJlxYxwCs4X8OQXo7RvO0pwDsXekzBTFnHW4O1l1cua8PdSwkaxuiuK
+EtSlC+OSZGsfhI/RfdhdhKfUIr4CLU90bYREWOK6S4TVgqqOFEfkc0vrk3LYCgMp
+yAFko7A1gcTTrlFH2o8lgQXGW+jwXrXv8fCDlRgRq51htw3ZybOSNnCFrfl+4sAx
+KgGxfZOaOJjRCgkoCSBiooK4c/2YMSTxa2Cs7LSljo9X3lP+X8ys2mo7N/RF01LJ
+HxMTnzN+AsbH6tVO4AkFP9nSBF9YinuqU5VFls0XDqwpkR2ZpKbjTD79nLYouSfY
+6SY7+8lwglnyXxOLPV4HhIZ/+wtVQBn14ZQzypnE2y7+nkg1xZN+m5BJbp70M46Y
+nnR5JGvwwIkY22LzP5/oej2NkVgzWfmTpbEPq+cew7bYqWmxEPYGd8jKKLGBjDwz
+L/WBzeLq2HOwnCKuThFObX/hv4+MVRUQj7uLpYLbk4ctnxldhAlvErf3efbZBvpK
+uwn+FSIyw+m+Ql7mvofWnfZe+rDz/lcmfWqb807jaoNYSpanWP05vgZnFYz2pFik
+jWnS6cHcGeEGSawDJulO
+=4fmQ
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+d6a7fff411a44e9f5c6c1068a3667be2
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-javadoc.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+934dd60a42b77c90bea34ef5056fb4fb028ecdc5
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKV+zMP/3x5pVRWFXdtODJ15WLMOxwx
+GT/lMdasLg6/wh3U+YR2Pkih3Kfap9LQst4GrVF5XqxCsP2Cb/NTGa5ctZPxFzpp
+zLcZ5WjYMlLPSr4OEXWYQt+yBFvAuDrP7CbLdJhh9XkQXIiWjDKZyVt9weS4awOF
+aUo0UaY0IXrgZsjutB4sL04KHu5H7IpfPBI+yazJuEC/k2cSxHDaTX/gJYRHOLwb
+NUWBWVz5cworJEmANnFnzDObj4CN301VZJObnmycE383R/ikyV7ioF9P+Vgq0lsA
+c1KRhlZt965uebjMnoIsRiZXf0m3xNz9D7AUlM6Ytj6oIjhqbldItQk9duJWMVlw
+qe0NyaG6VX6zsPaUh5dPYclWW6jI92OBDKDkKJvCf5xDiUZCPrR+F0AcWzWyz+rV
+v3GZ+kIGDui77eqQVctomhx85WP+6K6LmuVwZwSWcONMi5zvbuBBrhWOTahs7rYX
+Oad2AyFs4s5XnXaVZDwBewSnMbzQMGGYI6Io4iPKajKCmjblNjECtOCfxvWzTHdr
+68Gu5mtPAtPG0mAYt75gEvzVtCy6JXdKRX6ynD7ONkx4YIhj1mqUalDKCNsz5QAv
+06JOzM6l1iTTmr0RpCaTLmfJt+41lG20JMt0SHmAwKI22ABxk336VY+/w+bdPEEa
++/AbVo7McWQiqTQJkilY
+=naQH
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+f29a1933763df6dc60886c9498be0000
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1-sources.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+e1202f4860622d2a2fc61135638a2b7ff0b00006
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVRPwP/10Bqsn3XAe/cZrA5suoiRK0
++c+Il9jQ+hUCCKyqAaTORVovpDDn3Q1gFK9EMzM7HLiJ2H+f8x5jJKnc6vwMwk5v
+uRQGZ9tT8uPvP3IOlFfmZmNAMZGGxb/nGpqdKITOFgVIN3tzHFT27y8f92k+KNeF
+DgrMKifP+lJDbKfqBfsue51TaAQuzcj0s0PrpjnXEL/B+opBQYV91/KyunTZWl9H
+8IUe+IoCPDZr/R4Hkhzut3IOqGEpwsSlldBg9eSH4T6raS6SWEakXTXa3YoNyApG
+fy+c75mqRyNZhs9f7qpRH8tD0eeW1+wJDuYfuTgESBKQSfVcgWaRLlgkG2ly27Ho
+tCHykv2CJmgpNYSr40TYnQe/hxr38P66G0ya9fyccsY+jgECNylT7WTmqgwac+/Q
+Ted4ll1BwnWrTVzgRrfNFFfLUZiezynVpQP0tc5qTqfsarCaX1owlFtW5yYoGUXJ
+m9YYdDF6GeMeOiQaQyU5ZMys55sLrIB817/0Tk3iJd/C7rl97nSyyufYAPbrC1o0
+TrVZphv11mn3MOINZWY/q16XxQ9Pu8Fb+n4sycsXAII+guLGaSQYYCAVQWuWNkWI
+7UwRQl1HUNi93CgSG9vvwAvusigw65ODdN1Wyi+pij02Aeri+Yp9QaKZlWKo8ncn
+sP13lUqOkUj6O5ktDO7Z
+=5CRG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+41bd59579858d3c6a2e7cdc3dd3e71d8
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+b82c4b775fdddefd1bc39583a396d93453f89144
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom Wed May  9 04:18:21 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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVZWAP/0SIDA8PqSXxQD+dLFLf2C9p
+URUf8N0HVNXUr3W/0+uvPKBOWwqfyNjkg5NGbXgEzfAc8akV+uFllwxLuje/4a6q
+cBToO51coPdmcTmsGLF/s6sVMNYRdGEWZ4B7Of3DkT0ln7ThD4w3fWMopEImbcr/
+xE3gsjVzkj+e6r3K7wEQ0JBEZdE4oZlYcSkHSUGMx+DARANMIff5zurZWMvedWRR
+dBOeRdXnMdSTb1zp2GVbFyLvNMLiRpkcwgb3eQmKZNVSzXiVZ78ODOVD/GvraHgn
+cdyghrOH6iYhBSjEZnkUGvDMYVC+nrI/3BOyBOzgh9U6Nyn67CoUwyL/UMfY/pmJ
+NpEtYAH8vYrV17Qj+gOWUrLmuprI1nvbOfUZvfCem73TRaQJYCNUbLCaEJlIvoD6
+Zuz3htpiwtAwEXZHV8bvAh1bGh6GAUR+O2Sw07JZAsH8od4JzaVg9XvWPQYYFbyd
+v/9DrWaQBDZUoMGSEysOQuDm0tbpJJ6c5g1yvUfybt1Ok8DZMLxaDdY78O73XBdN
+1+LxiYYmW6T1eTmnc6qOmLpauaHoSOtn0U2SV7vXMYLktQOfjTKFQczug/LMBpHz
+tFcwOvwyYTOTs/9CoDoE7VpDtXHrhaRNizHJU386z75GKBL4M9cLo2Yi7CP53b9M
+ULr5+IRSkq964bVAVWFo
+=uXon
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+8ec8644ee18fca58e18b311c84617d7d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/7.3.1/solr-solrj-7.3.1.pom.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+f1e1c85cffdce0318ff5fac193d21e729dcf1b6c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml Wed May  9 04:18:21 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>20180509023236</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+c5362824eb33b0222c54e30f98946067
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+9bcf3b8d44a02826a6e0a4c3d1b6f30ffbc22c7f
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKV41UP/0BLjNguE/EdzDWvb16yjaBC
++w53HveQuetKwMbzb/iXdMH8eWYAgmhO0yCTrI/a/WdZ39ZfvloarReaVEiqSm27
+l5w7o6CaDGJxxGTw9BS5x9qKed7aWHrkNcWtb1ixIKH+UpRy3UHtFqI9dSoTMXFr
+Rz+GwQ7e/W/bZrd8vcQBm/NzrCcAYo/PdVsKysU42Sfb/61azgwuYp5JQJ1BZXAp
+m/Ok9TrT0rxVNUjWKqMlENpK87CrZpC+swCsbU9aBSEoRZZOoQQgXfOVpL6AFg+U
+l2+NRLdn0RRYjBDILmoDyuLU43+ViZq9G5WFX67QFn7Kceh7veoJXr4qcCu3Q0sH
+xc04g4fX7769jRhjtjuyyCw/s0YHe9wd+3iltkv7rd8UMwNl1TVCYnbjx+nk26ad
+x0pdAXAh5a7h4MWq0x4xP7KfpUHuSvUGszO8EbRpEc0RHclQNbIFISo3fJl5HlHQ
+aiCNcHeBWf8UQlcsrrcJQPS8MVuqu0pZzqYOkQA40PwbylPYkW8wFVwbGO4h/+eJ
+JMBVW2NBCzNhVgrdBgp+SZ1WZbEqhfwmPFc69utygk4C35ZqGKB1GhT3KZ6xwV5f
+i1Zkp8rc6MSHvGcxDqtKh33+aDeoEUYSXLNTLpKmA6oriQGg8R7lLPL2/XzdjmMW
+tewyPHJEgPn6Whg6OGcu
+=bz07
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+aab1623f9c0b6fb061dbddddde6fc01d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-javadoc.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+c9b6173661835244daef310d3ff7a3f9ade76d1b
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVW3cQAJ143mFZzttfI5+rojXHrpPL
+FBKFD2sfq3WAYGi6OZt2Vre2y0LHdhNp9/VXfYxUVDUKOOnN6UQIK0A49ghmHgrK
+NH6OAszgCNYTZ8ukGJoraCZMYb15h9Lx8234da+G8m1PtWZi9JdapiNyE0yfiayB
+B+Yih3WY/KdQ74S434IaQgHBRbCbwVWWCB3DqmJXxX8kqDxQmVJ9r8aWwc6Ldg6a
+3ELIukYWVkYoqHPUFVNi12UdxKQSKW2P4hdFUDeO5J1aCZorM3DPhnIBIwrKdiQW
+3tJtEoGUTtf3zyzL1c9PaNJ9BsJELxg/v6PzpCcg+LKrPvNxundhD+0JGkVoExaZ
+4wfHA5w+2go6AJ12IWsIJYk4yYjGVf8f5NAW8Y5iunTUFn2aPC4IzOeR8t/WgXbu
+UC5J4A156JvZ+TyXGjrkm3liCqLIk6m5fgvgbYO7STWFebFy+tflOo6D2czwq9Rr
+w/Nzx5XDjMB4aVJWsRWw3Ic8W98SBcshh226mXPKdegNcQGAR96LVyiaeg6u8qTR
+SGbEnH3/MfdUO/x2btCQYDHf79joxsmem/yO9uRqy8Ko3PL5ysyyWyxHp4wEjEif
+bwN173gKmY/irf4ca6EfPM/QzyBAoA5FPHCQxo0Ezqa/uhzS7zGU+6Ub0t2D/dpT
+mxAkCDAIKLTX7HxXP5kd
+=pzM3
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+5f62ca1d6a27369db8444d436bc236b7
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1-sources.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+492a6b8276f05e4576fbc1de73935e5eed232d27
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVVA8P+wUHKTdA348MJw9EX1hSA66V
+lkUGLBIJHYdTXCvwlnCK64F5wcQHepxiy3VW7fTXZRkccs6gbmh4xMnLO3rNQ2Vk
+VnN9AbumYRPu4hWWb20UX9fnAAVUF0PxzDAIHR+/K59phuhnUJCAn15F9a7HUm8v
+qODO0EHbpy79umyNWQaTvowb6ygZAnctlVRFnXEQZgPkD8tkfLAYYnZPYLFOXZDw
+IkDYdQp5jbj8GsrxcTsmGK5Jg3K2S8eC99azsQlHdItsfyKl+UEVNud3rWJbtSHX
+tODWJN4NdNOACLwAOFK7qDgvWsQmkMAQWVvewlUEew0zN/d/zjxMVznOx0L94eL1
+dZZ7TFOqsgMYLqRMg64/ffIc4N+9HNIloYeLBZUmi4DKgcH+Uy9o5jxMOgkzj6Xe
+OIdzcpOyHtvyHqrwg5Dgnx0Pt8wOdKtykToMKK48JmyM+H2UXOJ9rmHvZzPUpQJ7
+Ijab8ttZtYOIiTeXuc/ITzM0HglbNMJk5X7e6WGBUygID4F88dl7xg1QeQ0bf7Am
+CvDOzcVsfAQkhk8v79t1Xt0VW5aAS36UhbMxD6Ly0cS7kCUVPBON3aG8JQ6r2f4l
+GtQOO/9tSfnVzaTNs9c4UsuE2cvE9e+KybTccwvbRfAu/mlRElmcIF0nuLQ/pvSY
+TmYYh07f/S42RSTJ9nHg
+=OkjC
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+d9414613eb495695b2fac944ee777544
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+ee381cd29ff610c634253203958be56babfc44ed
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom Wed May  9 04:18:21 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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVC6oP/AzJuKAkeTJbRXd/J+u6sioN
+IIF8F+sZyRG4sIw9R2ma9iOyeu9a/70x0PVBADh2KeoUWZ/WXsqeRbfD1p15AgbB
+g6PF3HT0uIw4Dsvuh+CZEwHNUIAEVPnjDL8CjVaV+oaPDegRIqXkbamHlJYhz274
+JFbir4eQOdVf9gvQvINZYRTm+GbJdCoo8uLjgZY132tQSDG2t7hrXUv9MYILkZMh
+E5PqNXSw0a9Wr2D10YUCHv31tEEzKqLbJR4AHVqPonOTs/TcE9vTbnWHkZcnUdt8
+iIi5IWN8Ehyp7evyaI60TLNMOuHQHt39OY9ITOMoGoYtBzEbIwaKybsmUw2PNRK4
++wDmTPBFbRGA4CXT/VmNIhZM0daz/YnHzR4XiaoXbXRtq276n6zET058fCkl0npK
+uy50Fl9wAuUmvOkVEqrkR2TegqOJd4+RwXTYP9TsnFRhLgA/phaRS/UDZG6E4Dqz
+hB4B63irhs6t9VRruJPCjzFw9Ax1Arp8vSaNykDylZ3NLBBGLBQnLosCeMIcK3WZ
+m/hGhhVoGE7sI4C3eqfALR1KGi2afRTHSbbzhTSKADbxSZCW7KyBpcpGmLCDmKJw
+SHaYrbB6LIMOlNoRV81QtJCepGNrj/rhT82uoO1+SLiTX/738cOC/Y9OxdOBxyOT
+tlbYEDHwRftu2GAymIJ/
+=D98m
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+a90ab000db5ebf15329ce44b7dc12a2e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/7.3.1/solr-test-framework-7.3.1.pom.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+2593b497ed62cc65a9bb6c012ae2b209aaa17f9c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml Wed May  9 04:18:21 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>20180509023238</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+7bf2d1ae6d4ab2649b0eff330a2fa86d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-test-framework/maven-metadata.xml.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+9cc1c2ee3553a49b2f28420bb1302f9970aabaa9
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-javadoc.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVww8P/0aaXTqlUzB1xQXt6Bpaegee
+ZoH6KREhi8y8TLwj6K1mzUQ2apXGmt1Ztrf2mchHJOdxrW1V6WheK47Amc8A6Fl7
+aUnqgWQuSHGtySl5MdvscIqpjISybvQz7AlV5Xsc03bpRhRe1I+aOd8CbsF1LDpn
+OS/qH5Zr8uyNXR6QqZvYMOLMfGCVYRw+sWcQEb9TLEj7oI1nrN8lICDrAUj2NszM
+Y4HJw7ULur7m0vw/G1cwlzDyi77MRBSFQIGxHZqf1t4CNOHA2WliymjockLRoHv5
+EyYgA2cUHkGeJvio7cS+EXjo4T2lBRHmzP7rIN23JLhgJqYbAPdhKgIvPJ+w8Sr1
+wVE+yxvkMLobpnB0pxiLWf6Bq5uaXm7M0USBOAm8z0R4GDpWhtteNhBrOT3+Qy7h
+XSCDD2IgoAcfVYdj+hZQSxVq7zmivwyPgW/2ZRJNob3Jf1Hs39E3VKTED9zefTP4
+J8HWtu/d1sgDDuvVDhT24Ia81peYz7NfFuSwzDC0qD6YX2dekalqBZwjqTUSUUX4
+0ACt2WMhkkAUf1/yNnGjB/DhjO0aR+okVzp8RbDd1zERn8CbzSUDVY7OgNG6WTYO
+PHCqvCPAbatKCxDmh6x5rA1DKKSbcuv98BEqx9z0ZFjIWrga9t0nIK9tlcdq/IS3
+WFa47RcU9WzIbMJQ8rs8
+=hvHA
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-javadoc.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+e050834f3b74f4b6b481367fca2569ee
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-javadoc.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+e7ba09f027aa029db78bbca6c8d374dcfa2a5c7f
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-sources.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVkIIP/1KflvRnRbPwUpHRJ6yRdS2l
+Zox96RKz6jQzKuQjDGzFd9k/+slYuiWgPPGxNZOCCM4l1oZ5fTQMtn4li+0IOYZU
+G4uL2CsOw5rSYUGpMFzgiq5ArDD36PlDoiAgMgoPgywwanqd3chD2lFkZ/NNdPnr
+kF1AJSQg7cnELffK3U9pFxbFcHp7PggbkmknA40zEZlqNO/LWaH6zRKPX+SWdAjO
+qrgQ8lCngDJ2UsQPx7E7BuQKBD1HUVjjJkgaXmqlUM1fobGOewbUtiAP3Rkxz1Lv
+O7tPev9Rrf9QUFBE2s1BS5SJpZmE/Rtpg6q8KIZJKN+chS8oPl23StopJwL07ND4
+ds+xAyvKRYLLus3qsycdg10hEyK3BlCGjGCEv8aS8Gaqw+fDpUBGyl7GZmds/pkF
+U0TQ5Lev1r+CWwIUaXgK4fF8FcOG6v0kByWa51RhCT6oSnFk3RiGZHKSOXLuxivV
+3SX9nBo6vrRZpVfxUgKimMB2Zx30DdLbXHwMj7U9YP8v9r+7mj8C5Dy7XYgxMjyw
+BQW/vIkcYxrGFBSuZnLtdm3ko1VoQniLy/gnwtGtyuzN4N6KY4IThIAigrS7nwFb
+YYUNcP8YMsAvNG5TuNbsGF2Tp7uyVvuNfPEdFPwyAPGTgyhvZ3FXce11c5Es3jZW
+vb+fIGCdSv0fG5ItnU1u
+=5+Je
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-sources.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+66de57b07b56ea36052662d86908c5f1
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1-sources.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+e324efa4f4237c514cb591c07146f1e9ed537db4
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.asc Wed May  9 04:18:21 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJa8l3gAAoJEBo4WburvbKVGyIQAJBd9KkAZvdx4g37cAToSYJ1
+hqxksnQaPNUIph/f9kLLeIOimJOFn0R+ErcGJhD9eU+LVZMY9m8w6/IzNyTICyA2
+XFtA8r9VqbnJ81AmIl1ADwY/tG5vvLpbodVVE7Ts1rq4Qczb6T1JI4iPdsgyMwic
+5Oho/1s7eUyrnS6cep8DVd15QQvfh4QgIiPpAs+XxsWRXcoFfvz6jXNa4ZEBuxG1
+jYGHx1saX7olK1pVLLcnbweRnOFGTxgjrQPv7fPW3DjjXqW4yHJIYa1ZTQOM2V3g
+mw5w6an6IXDhXmQ5V1Z+fO1zRVQikc7VeZ7WnuPeGz6f2lZQIdn5nKIBf4iDasZe
+vTV5dosw9/WvSH6TmQ3E3sIJfygB7pF+aIkH85nbVjhuOkEZNLzbGFSzxtG+p+oy
+Iiv0OwKzn2blTvzQiAZLTbLdy+N3vh58mj1vmpk9JAGPJoiO9lSPtX7VeIKEhOhb
+LzLs9SHsvotKATpNDBUZze5xruszkrHSgJLEhaDspLRk8W7f6DPEOWp2h7EHvktd
+YqYpZwClGjJz/Eo0voOOFO+wWfy1IKtHfxFqrqCTQB05M21uaM5fBq7WZiAlUWsV
+V74Ikm+6YVP56CxJ4Fg+wK0oAlPJxjdat77hPpo2jcwtIgn1VOiZy0pGdPUO+9yY
+pXQ9JwKETitsdDLpqSrs
+=Cqit
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.md5 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+aef7a68a8856542feede67bf8f10207b
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.3.1-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/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-RC2-revae0705edb59eaa567fe13ed3a222fdadc7153680/solr/maven/org/apache/solr/solr-uima/7.3.1/solr-uima-7.3.1.jar.sha1 Wed May  9 04:18:21 2018
@@ -0,0 +1 @@
+bb775abcbba34246fe5ebb1d8571398e5bfe6149
\ No newline at end of file