You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2021/04/06 22:41:16 UTC

svn commit: r46905 [17/19] - in /dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb: ./ 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-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom Tue Apr  6 22:41:14 2021
@@ -0,0 +1,602 @@
+<!--
+  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>8.8.2</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-ltr</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Learning to Rank Package</name>
+  <description>
+    Apache Solr Learning to Rank Package
+  </description>
+  <properties>
+    <module-directory>solr/contrib/ltr</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-nori</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.github.zafarkhaja</groupId>
+      <artifactId>java-semver</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.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</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-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</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-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</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.commons</groupId>
+      <artifactId>commons-text</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-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</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.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</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-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</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.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</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.rrd4j</groupId>
+      <artifactId>rrd4j</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.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </dependency>
+    
+        <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+      <scope>test</scope>
+    </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-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1SwACgkQPkjAxu82
+K55DchAAsGO25zhbQmvVUKncmM/94EN7fSocWHUBaMHP/37K1kriDnt8aomI5PDv
+34YaEnFLoaFKbU/1v06N+yjFvBeaxG9ZAXFyAiOXjcqpniexjFC+Wr7kAsP3ByhO
+n0WFsBo2BF+BGsGXm6/qm1Ip7+za8hPn6zaQy5HtpfsTmiWWykOi8Zmsfyyyohpr
+BsobvEV15C3LaNFeqA3twlEXScNNVH5tGdDbE5Is5DWEKQ5kO5b24/3DJVWmhT0s
+NRRZUZQQ4/Lp7NNBidsBxVNsmZfsATxtYeRuV345tSS9TPuJ0sVfZajZ2rq19pGX
+EwG4mxzxlbVz4qucuolQ61izLqkyibdGQcOv8yLo11QqEZtDK+2tIiXbgsNCLYo0
+kYq5tkVJQAY7q0tsbAirRGQxrTD571ESuBhPp4WSDFHI/t3NiCXev4rvarfb+LI3
+UfbrjZJ4HfwhMD1G0qiTeCqPrmk9/6RRSVbVY2lsBeoP3O1DTHvMzgHDTSJAfQo2
++o0ARRDEPnXxUPMQDzx1GEmZw5WmaIqNwZGoAXpC9HR3vzUgOj3Xkec8I9jY2NxR
+l3evGA0i20Jc59g0P/Qfyg5SfvC0JFr4SnLjhhQXHSHCh/TNxo3StlDGVTJASk0d
+Talt+7VhlQ1g72aT/GJMGWMApHTDmvhvbVN0QptthcCzEpbPASQ=
+=qM1m
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+76a7beba15ab24dbbf2ef08fb7840fe1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/8.8.2/solr-ltr-8.8.2.pom.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+0cb324dc8a159bd60a0a4f844806dd9968d5dcc3
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml Tue Apr  6 22:41:14 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-ltr</artifactId>
+  <version>8.8.2</version>
+  <versioning>
+    <versions>
+      <version>8.8.2</version>
+    </versions>
+    <lastUpdated>20210406213944</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+a7ccbb2c8cc5ba790be8da902b4a31b1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-ltr/maven-metadata.xml.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+5a84711b19cb21926c9916c85e1f2931f20ac9b8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom Tue Apr  6 22:41:14 2021
@@ -0,0 +1,181 @@
+<!--
+  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.lucene</groupId>
+    <artifactId>lucene-solr-grandparent</artifactId>
+    <version>8.8.2</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Solr parent POM</name>
+  <description>Apache Solr parent POM</description>
+  <modules>
+    <module>core</module>
+    <module>solrj</module>
+    <module>test-framework</module>
+    <module>contrib</module>
+  </modules>
+  <properties>
+    <module-directory>solr</module-directory>
+  </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>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        https://mail-archives.apache.org/mod_mbox/solr-user/
+      </archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Developer List</name>
+      <subscribe>dev-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>https://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Java Commits List</name>
+      <subscribe>commits-subscribe@lucene.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
+      <archive>
+        https://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+      </archive>
+    </mailingList>
+  </mailingLists>
+  <inceptionYear>2006</inceptionYear>
+  <repositories>
+    <repository>
+      <id>releases.cloudera.com</id>
+      <name>Cloudera Releases</name>
+      <url>https://repository.cloudera.com/artifactory/libs-release-local/</url>
+    </repository>
+  </repositories>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <overview/>
+            <windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
+            <doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>de.thetaphi</groupId>
+        <artifactId>forbiddenapis</artifactId>
+        <executions>
+          <execution>
+            <id>solr-shared-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.8.0</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>solr-shared-test-check-forbidden-apis</id>
+            <configuration>
+              <!-- for simplicty with servlet-api and commons-io checks, disable this: -->
+              <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
+              <bundledSignatures>
+                <bundledSignature>jdk-unsafe</bundledSignature>
+                <bundledSignature>jdk-deprecated</bundledSignature>
+                <bundledSignature>jdk-non-portable</bundledSignature>
+                <bundledSignature>jdk-reflection</bundledSignature>
+                <bundledSignature>commons-io-unsafe-2.8.0</bundledSignature>
+              </bundledSignatures>
+              <signaturesFiles>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/servlet-api.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/solr.txt</signaturesFile>
+                <signaturesFile>${top-level}/lucene/tools/forbiddenApis/tests.txt</signaturesFile>
+              </signaturesFiles>
+            </configuration>
+            <goals>
+              <goal>testCheck</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            <java.util.logging.config.file>${top-level}/solr/testlogging.properties</java.util.logging.config.file>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>windows-tests-disableHdfs</id>
+      <activation>
+        <os><family>windows</family></os>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1SwACgkQPkjAxu82
+K57N+RAAxYPWs8f50HAG/A9f9D8T0M8e/V0Z8af9lmDipaa9ooBGN5QzXpM8BLVL
+AzOxiRI/Bi336EIG5owIkCJy7i7XSEjpevixpI5DTeeHVKqB1fVFf0ZDxgKQ2j6j
+mAxCIixRvvjk7XE+iV2NVfwtlaiD06KdDjSlzIZRrHlyGEW7vmm+WIqlrN6cxlW1
+U/SN9Kv0wbi4wUFEoPLgeVG6CfOAnQabwRGMJDdumYv90qNovCParriwSqZJyRgY
+mRMYHB5Ihqmh7Pnpxg/9uceCsVPBTZvazd2gRvhchdy8/AFmxFzyR7lD3+wmqO+1
+gxmeL0Q8JxX25vQdmurVot8ASySkZ1fWfizujxsTIkOvyl9nA/YI+Vo1hT+rFklo
++fDOGuDJMJ/MTOcdzwv998MIfAVt5NdT+37rYzaaKpr/8jSxW4JAddlxUM31Tr6N
+NcLQLSbDkoM1Woq8QrCTkDDpkeUQxVJO4IC5JUCZesY/jIioqAuhwNuUefqRzHAR
+lAF3gwM9RIkySmTxgDPqYnFEq8s0LO4XwM7FllM/PhF9Tx6/a5AcwCxGpJgMnMGf
+Nnz+7ldt0ovmKA4Z3RkAhI9w8zYvXkev9fHJYxqBLc5TL+SkrJLOV0vh06sxgH3k
+q/WwiyYTcg2JEIjEhEcmoS33sKLLjQseBe7IYmvj7Y1fAwFQrZE=
+=TMCv
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+310079e8f794f2828d7079d86981bd6f
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/8.8.2/solr-parent-8.8.2.pom.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+e2d6bc84a3c4f65ac3f41337332093b4205915e9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml Tue Apr  6 22:41:14 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-parent</artifactId>
+  <version>8.8.2</version>
+  <versioning>
+    <versions>
+      <version>8.8.2</version>
+    </versions>
+    <lastUpdated>20210406213914</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+b4d8a3763744f383a10b58c6a39237a1
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-parent/maven-metadata.xml.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+59e8df3b5e80e0824b0a1e94b73acff574a230b8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1SwACgkQPkjAxu82
+K54zehAAmc6Uz63Bg33sJ5sy/8TIUL1HhZbJm71pxmlTJiAedLQFVKI4gID3Gv6c
+U2xlasFuNrSFYOLZjzaI2ATEV90zzbiJ9SeqazgpAxjFipHIUqJCLfaByksf5qbt
+3xKBU1yT/d3t+at+5ZPjZ/ljoxffYolUhsC7cIiwKmr4l2S/m6pUcJhF7LdIGIXr
+lybsgMgBsEKboIbpZ7QbOiM4kv4j7WQ+L/PtkieBmzL/SwSe1OU0KJOkrnFgw0R0
+FxAJP5pEIRZLcnrqiuYWGTnbHl484pKcI2paGDbgXz0Zd7BX1hrhnpVbHOAq8+E7
+/uCi76sZRE7Sl56gAcMDsh+pYYf+popZe8Z7w7Vcbgu0SUPrqqcrE7L8N5tbFaQD
+hFBxfnSa2O9u4eJ6YIJhQJDKNSAPgX1H7oqgdAJfK2GG8aCH6IjFFjdPt6w9QTwe
+E/+u+odzVEWTeTDjYFnFEcRfvam8ImV41747F5+5odt+YRvtA404a7DIktaITIqS
+rQipFlMg9tznpBm+a3DGI+JbOAhFN8ItHmJdCcNECLfjpBK++2E+yFYea8aDMkKM
+iwZKIaM7y6wQhASMyz1A8T5Y+xniSPOq4BNE2PToy3XN7gokbf6ytC7Cq6bJVK4i
+9z5tMdTVLqNBLqzZ1YY9jr2Q+bZ93Dv8gfs92/mjWYhruj6BwGo=
+=xrCW
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+d50720f3134623bcaaf6e24434313cc0
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-javadoc.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+7c99170f216f846296d4eafde2d4bf3efd0332de
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1SwACgkQPkjAxu82
+K55iuQ/9ESIpFLTN51kdyQ+COpsuXDybPg8IHR3F1wIWjqJU1ri9k4Xt8IqJ5jSC
+cFZmxFD9ay3e/jwzhfE5FjcS0GoscgSoBHRgSXaM8d+7dCev4ufrE9sbAXpP4iZB
+lD5E+toIqNSZ2ySJgTFF/jK70mlH+wKdUB/0qyOIjPyRb506bxDrYZIKPIMFv+kg
+HpjgUzH2IrPFbb7k5fVKW7fLssnpkN1/gvH0rEKEKJhvczpTKy3XSJ+pKE5+9ave
+7l1aHTmS73rdiulRq+P+A5dmQYBG4F/BbNjbFI8qLwREi2bUs74w0qQrnRR2YjHv
+v6J0qRbLzVfipq22Udnq573FiQwydtYJVhhu/xam+CXpWdrSkR+e66GQykEiSyMo
+waMLwCrvObJ4RmGSTkmEtkKG0eE9q+cQ4Z1+i2/BnmrtEeV9pBMrNZy9ejBztqiW
+zOjzjGL02YnnEgQKEyvX5mLG2qV/I9ui+ay5mhF+hUh4K36JpClsgIGsxwm6jmNl
+Fk6P3pCeD09aV/JPqfNalQt4prjcPlTq6TwvKmFOn6zdUvD4DZneSqlt8BCWLvPg
+ivH/goQ0qEyJI+eCCdaGtID+LmrtXikTm7Ydo7mxA07hAkNkGxoDLmJG+pLsHdH7
+3ZNm9+TteND5q52Tw8aABHxX3JSv1kbf/EN859AbHUDEYcHNjpU=
+=6h7H
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+16b0ebc67bc7e6859874509af5621cf9
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2-sources.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+e253bfba3e858c93b7090d74fc2936ad18142b6c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1S0ACgkQPkjAxu82
+K55Kew//bcrFwDRFtXsmGFLYc/EownHSiUIfPHtiDWVoc7s31f7umIC0hs6w2EQ9
+sgFehWvtIUT9wPezuQtXb/rHnwZviES2VOsXQa5r6wQc4iJlljn3DtH6f6TtCGtK
+WdYoQQzbFeo1az98bN4SJHxTusrzBBhUxUJ5Swoesl28BEqHA8jVyZbNrkuiT+dz
+A6YxltllugHqYvx7yovkuR9NsRKjOFm9yqDZVNRIN5j89k0HKIY28HyvF1n11Cdz
+HwKMI+A+9iHalARfDU7W4VkYZp8ZaJ7moHECgu0v8fUwGiLOJgCYQVuyQBD1+yBD
+fQW+JsoYS2Z9qFt1tgb+iR/oPxYfxWfYg/8puSZdmOzQfhrwHwEyccp81A4zw5aW
+ir1t9xbaDjuS8EcF1dNb/WSKer1Z+5oVzbg/X5+OitDxlQpJfa3ujt/jX8A+ooci
+Q1/clb3j+h9xw1YmF9ZKKB2DKRGGaaRx9F+9CbeD8c/doVZwyjdDG/ASWmH5HcN6
+dlgbXjuhQeM+v0Q5y3CIkS1VzdaiOal14/v35fT1ksCDpRGwfBLg4rf3e8Jp2p3O
+hB5s+wmQM3KVrdfdAU1GQKrrTMwxBH98FnpftO8EYtpckLhnP3h9joWEbZjE8IQ3
+0jvcLEN1LRnq3vB08wL9UGyKezqnpbYu4BDRXfhZjb0OVLCiMRc=
+=Ux9c
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+4d057480f553cbb31fdace5a80a2317c
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+909c2b954d016ef9925257d4224238e0e1261d69
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom Tue Apr  6 22:41:14 2021
@@ -0,0 +1,607 @@
+<!--
+  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>8.8.2</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-nori</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.github.zafarkhaja</groupId>
+      <artifactId>java-semver</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.google.re2j</groupId>
+      <artifactId>re2j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.jayway.jsonpath</groupId>
+      <artifactId>json-path</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</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-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</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-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-handler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-resolver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-unix-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-noop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-util</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>io.sgr</groupId>
+      <artifactId>s2-geometry-library-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</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-collections4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-configuration2</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.commons</groupId>
+      <artifactId>commons-text</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-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</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.kerby</groupId>
+      <artifactId>kerb-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerb-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-asn1</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kerby</groupId>
+      <artifactId>kerby-pkix</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.bitbucket.b_c</groupId>
+      <artifactId>jose4j</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-alpn-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-java-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-alpn-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-client</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.eclipse.jetty.http2</groupId>
+      <artifactId>http2-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-hpack</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-http-client-transport</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty.http2</groupId>
+      <artifactId>http2-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</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.rrd4j</groupId>
+      <artifactId>rrd4j</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.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+    </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-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1S0ACgkQPkjAxu82
+K55O+g/+LH19H1qPZ3FoRZQRF4cI/CyJ22DHMsL6yNcE3Xo0P+lkZWBG/PZkNcVV
+qePn/PoiA6ehWmHgQe8EUdiXJ3u1Pup8d/o09r5FqF+1KKEQtBVS8lEMIVR8lkeE
+GJJfX12kV/XeW6BoJspQLZTjhl1MEztZST6eUSNkKPXgEuBrKfJz3obvG9QTP5JV
+C19ZdDsb1KkqyhhOsRz/PEctUakMcJvaxta8+Dg73sqgkDLVWK4FQ+SzkFAltWVo
+RhaGWKYtz4gsXNWhnEudS1PidE6RdnNLzvIxevRgBxZFdVHNyEWZAt0ms4Xeb6O7
+QHZdhx3+VuqGyzUE0bgbfyecdw9jGUHcX2qyZbDkcpnTkAkOIYHTF+IB8+L0SFFX
+EzINzsLG3HZdlEK/Kc7F8CyK66eduiguW4s0XLDFFPygIjaJtOieNxOtgk1rELZo
+lzvaa+j2GiCCFGjUyhObRJfU7Q+xYkN4dUzGLdpg78Q6lLUzY2YUs3HrmNU5whin
++zPvtg1zxVRn2GSH5HVH3B+VyvAz9YXUclt2VBy3/yGvSPg29YgzbizcAWH/5Bih
+OiLxcrljyORBFO8cvkYWqYBsuDj/kGB9vWPxRQ48inAy5LX4u5oKZBSfto3BHm/y
+ej3jShA0IqA8K2NDlr8564Yd2sgQWDSQOlz3sCJaz5IGZTNLmrg=
+=t7YD
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+b6fe6d5ffb72bf49ed82a001afbc2d06
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/8.8.2/solr-prometheus-exporter-8.8.2.pom.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+f47097389a93b33023b0b032ec3b9b82d8cb2e71
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Tue Apr  6 22:41:14 2021
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <version>8.8.2</version>
+  <versioning>
+    <versions>
+      <version>8.8.2</version>
+    </versions>
+    <lastUpdated>20210406213946</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+1a33ce45eb843a9016ecb4eb1cfc95b7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+adf74490c8fbded64edd2447a14810e01ffb58b8
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1S0ACgkQPkjAxu82
+K54Plw//Quz7Rf+30ukXk1hdQnVNxTlxOhPFL8F+Z1V952wmi/kxP7VGx0O2g1yj
+Hhcb/S9gYO5F4H5gEPyzRC21lTzKktR4GGR+XCwkSEfUnCYQiwknYfSeFQMdGX8O
+w7GMbo20NQiIKFz2rIYCzrbzAlFaizN/IvFtLqctucwmCcmPHDFQgXfSdODkS0Z1
+CNY7OnG0uNu4gEtUdBFH7rdOt0jdJpSbvjrKz38MdgwxzsQUi1WrbHybhd10Z+aa
+dPg3tNngdttjEXiiX5K2TkDhi9H+++skvYsmWt259ARl5SWElSFT826Zob0ri04U
+NW2wEFhz+9+ghU4hHBLhfkQWqFBFh6HObb3U+5lpxo8mpH9McaBT5Cgs6z/l47Hl
+tQkc+6ZwpS2gGbZzBZrBecc/gCZFqi1euLbLZh8v7B6gmpXEcpQhYNbGS9ESrzL3
+4LtjF8X9Yn5Z2cjkuCSQjU2qDsD5NmGNnyT/wo9NKjVlEjr7qJLmsc/kv+JMMpVQ
+QDeBkz6NJWyydR4L1HUaDyJb6F9IluhO8Ptkl1azxaYWtPrFK4Z9DWT+VhBTz1vP
+aFyu8ga6N3xHUhStdKMQJnCx/mF4n/pLZ+FBcq6nkdGLtjUL2/VTC10sJgDDwhv+
+qCa19IlTHiNuCBrbBEnQ/o33fbJtyv+vinuRRnnD7RMMy6gLAZ4=
+=mH9A
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+636e679426dc570ad1c5b596ab6caa10
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-javadoc.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+1a383a54733e951e9971a3d349a424587362d459
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1S0ACgkQPkjAxu82
+K54cQxAAvXuKIOZ414TIzfluspmHxNap4830AF1bNs5YdLrqTV+li7gTvONcpuMb
+D1tGanh3IF7Cir0aJIEJjNo8Y3AuW5p97UEKtn45pIevKectbHtUgjNSpC9O3zXz
+USphs3u8ou8bIVVycnvM1U9JeQJMsGRMFvIRsNPptvS3vq5v0QXfWg63wsCJNOSi
+/RTkCfTx+wOfKvEwyfuYIEEAAtkbc7M1OEdVTLg06KEnxiFZPvmFf8VbyAkntgh4
+L57e76UALF0mBuQ5DBKAG6a+Arss/Ed19ZyckQ0Npa+I64bQhXyjCpC7x2rp5t9h
+KnCfDG5OILIKVbuIRl55vUPwPzoeDGoDhP9ARZSsveg9he4oJVAtZ1Pb0kYav2oZ
+4TueDZMBUSZRrPZcIIzm6+gBKAQn0/15KujT6TZ4tnGrEjODR6EpNd/DJ1IiVkG7
+37kOA9rq74BJgYlPteoNLFnojtrkhEr6BwG1lRNDinhAe3eVQjvUAtS0dooZAnNj
+opJovG8OqRuASwhLqpfwLvGKpQHPVPIk9TXneta/MtXLHdklqW8X8hMD+56tIbV7
+NIbGp8VnQLdMpAclFAwx1zNDobl5V2aDxfYak2tmxZfuLn5wI4pGgKgpvoL8Mpdf
+/Sa5QCWvHHfrRuhK2ReI7be5xSJGw4pxEYD+OBBonadX3ad5v7A=
+=J5p6
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+3618952d05140b6eb97c4239204afa64
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2-sources.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+7754643d06eda2e472fcc29e0a3b28d8cf0d58de
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.asc
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.asc (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.asc Tue Apr  6 22:41:14 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEhu25wzuFFyKOiKj5PkjAxu82K54FAmBs1S0ACgkQPkjAxu82
+K57xRA//epDCwRzEQYPY2lsd2TYV5weDaMWgwSzS4Pxp2D9pEGv/pS/9oI+lBu1W
+FNC1rnKiBJnRWwsl1G+VP1C4+q203K+FNAn9uMkIPrM5ZRrzo/4dJ6Yy9Dh36v4X
+x7Y83E42vkz5DzdnKjli8c/ZKeUFvy2+mBs4ofdOajcOm/zw4dQOBpl0pbYRb4SK
+23PwGRxZ3+Hqrcu6lWGnMoVUAjHq0dywqBnajxQqf0qE0NKD2QadAUuoWNZUCSaw
+j98K0C8w6QVhHggt26i+W27EenYF6pe0ors1W70tsY+3+STo7Dh7Wmoxm5CH5JDo
+rMgESvVe/c7K+D0Sx+hb/TWmHoprDhxiuJEPZ3dAIUTd43/H4CvI2F8v4ka+XQJ1
+3639mtXADCnjNs/sls1qbb4Ium3Y/fN0Dya/MuB4JKtv4o6WTe0qov2gnxOsBCIn
+gMAiK3+rj/OoRGJvUOkHOqtGga8E9bauosun+zx0J5HtRkeHG1PA4DqASKR2WUU3
+2K8VNwJ1O4fWgZqKMcoLPqXvnDwlvapSWVrDvth8blfLDHDwdBrMTh/Cni0OUrun
+WjorbXRPh2h68On8Ue+3XMj0xPDxX5AkF5FQi2UA/6lnhce3Bupi2eHyfGhRB/rc
+xeGQuPUv92QrizZgyFwm+AHWbFlxAdYQgZuVHYwLkNxrO1a2+Ss=
+=2wda
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.md5
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.md5 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.md5 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+ef43eb4ce06ab6d2fc059b5b379c22a7
\ No newline at end of file

Added: dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.sha1
==============================================================================
--- dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.sha1 (added)
+++ dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb/solr/maven/org/apache/solr/solr-solrj/8.8.2/solr-solrj-8.8.2.jar.sha1 Tue Apr  6 22:41:14 2021
@@ -0,0 +1 @@
+1c22d9d27f7317d9c2574304b5dc7ff99bcf639f
\ No newline at end of file