You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/04/05 21:49:11 UTC

svn commit: r53660 [7/12] - in /dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e: ./ solr/ solr/changes/ solr/docker/ solr/maven/ solr/maven/org/ solr/maven/org/apache/ solr/maven/org/apache/solr/ solr/maven/org/apache/solr/solr-ana...

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom Tue Apr  5 21:49:11 2022
@@ -0,0 +1,452 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-gcs-repository</artifactId>
+  <version>9.0.0</version>
+  <name>Apache Solr (module: gcs-repository)</name>
+  <description>Apache Solr (module: gcs-repository)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.0.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.api</groupId>
+      <artifactId>gax</artifactId>
+      <version>2.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auth</groupId>
+      <artifactId>google-auth-library-oauth2-http</artifactId>
+      <version>1.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-core</artifactId>
+      <version>2.3.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-core-http</artifactId>
+      <version>2.3.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-storage</artifactId>
+      <version>2.2.3</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.threeten</groupId>
+      <artifactId>threetenbp</artifactId>
+      <version>1.5.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpfAAoJEHGkWj0NjQuTh40P/jeomDVTovF+Nf+lwrsM38+i
+tRqEocfAVEzrGCD5evZ6dspz/Gjag07iuwL744ear6+SBhHSMIwzbVIMoPcv6beM
+JnpeMYitpsVzjpxWj7dtG57T1xUF/F+Lr5OdipfdroP/NHBkHPAUpBS5xUDvwdvm
+8s7sWvGTvO7qJ0HEEuj9rvRGanCo0L6j9e/pfuhJ0ezKipSCfmic1yo3gZ0LoWdg
+VV9iOt8cr3W5U/MKEhWhLMhxy3ER/McmvMCE/FRaWW9ywmppq1l6kvWE5+sZE8Kc
+dbs7rgNF/tIkRnfdTQuTdq1TA6BI1qsXuXDfd+nsR1F58/ZLtwrkj5zQo+H72kph
+HGSdAIpBntG70jcxLHCtINIIf5d9RQ5Zny3O4lEWL3KOdrWKdMq6ROfISW76IUje
+RVBzJtO3FdDn/jAmhasa4BuqvBs4cVL0Bu/VhNJDFx6PVIRaDcOWsZRTLX4q1LMV
+jq5J/uBALvMyaA48IyBvZdMVjfeys1y2QhumGPvsuoxNnDc+97ye2tKpSHFa2Wc1
+sljqfPpL5Lw5p2GOfr7qgTNX+MhDrElABqzR6mSVOdoCHio9lJQ20GlmqOxh1mzJ
+SekU5kQS1MRjVnRbF2eqOtaibftv4fkzJ4r/+5KJitMXz3O/S7+cs8IXu6twjqDw
+B7JbvY6kTsCM2rao55P3
+=FNSL
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+1851e464f31e2dbc7f082e8851978c95
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+12733241b5b9256637ea3be5d3b226a66c2263a8
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+c467604efa3a15d9364877da5e7a0ec918266150d6cd9e44eebd2a8e77d57cb7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+dcb1c4ac22b7484ec798ec610387f0e6692a2c54d4adb520db7cf0210d644bba315ea077a458c6e4f6188fa8f4352d9b2a97e0bff113721404eb10ebbe7db4ee
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+3ad32bb64c25075805a1c64fe5dc95bd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+fd31b939d3103b4d80779d416a3da3ec13fb02dd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+ab170b875a96bebe734be3be08f3f40c8183c1efe972bc576fa00b751b2c84ec
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+46a2d76b81b3cf144fd005b01858a8bd508a0e3bf3fea5ac4c8b877f619b66ddfd8879ae1fa15425989dd33a0478a7ad797853ef49fb56362370f1847a912ccb
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Tue Apr  5 21:49:11 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-gcs-repository</artifactId>
+  <versioning>
+    <latest>9.0.0</latest>
+    <release>9.0.0</release>
+    <versions>
+      <version>9.0.0</version>
+    </versions>
+    <lastUpdated>20220405193703</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+f4e59f1f21214c1b146bceb6563bae06
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+4b7b94f9dd452062ba2a793ddeb8d8acfb329d91
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+26f1b0d00f5b577cad620d2537e303b17218859baf39c4814f5e0d20c9f2dc51
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+37707825c0b62eb3ae5f93362831620851607c432d388acf1262fbeb9a72262f84fdfc0aca0f51f912b6e399e03c70030362867a4c026a028c76bf02ba0418e2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpfAAoJEHGkWj0NjQuT5xUP/jE4/osiYMJTe88ihjK4mQcA
+zrPKTJSdyxN+3K3K22l/JMLhSORAyPrkGTWEoECt3vOZO32oYd1VTW0Q9OGemnK6
+yqHoZPfg6EQXS6OL38GJQKp85vJx/A3vmg22KZjafBlWbMaBk20n0sPhbFCkRpz7
+pJ2KNjE7g7VXj4hWXvbl/zHbEnF2tHAUANb/HyyLQrv8m7Rc2wZrM+aA8lfn9go0
+mrXreWraDeETYbpqyI4okKdsR1lWts5xReuPPKdYBBV2QgdDasp7xvlzAKQeEpEo
+hCspKRGeaKISVw607CVDdWTVk1CGj6X4qaC4CQi2o/M6e+OICFmX90QwQ6EXxtcy
+RNihqHc1uZkjxdXRqJaF1Lrc3ALUT9ZU6srrL3bt25U7KNIB6TlQ+FXorJEERVie
+fLqjx3ori3UCy6R4qxflckK6aGMjK2OZLQej5a2waxbDt6E3TQKra3Crqx+OCrxn
+rXzk5kIpT4yjG2/atTyfucCUSlgxntiImGWZAirFr/zoki+YVqqfMC6ZjCxS7nwL
+1CvYF50+HiHChR6HomA6pSpR1+VVH11Vd0JyJRdSkmfqMtCE5nZGcvQb1iCCxZxE
+651ODM/1exK3AGP/hKTul2+4OYMncg1EJUIcxzuKCwSyokI9eXumgyFaZbZp82jv
+dIAsoB+wH1F0syn584+Q
+=raSC
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+5dd03be9dc76e838d9384e500378a490
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+32253f0872d60e968421b2ec3f0ebda6e779fdde
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+9db61121ff70e1653f0b4d86cf736bb08e47867a974d40d3414cf7cd4dd79f84
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+dc0933e8a5526631f1c210a6b4b5d4da62c6698f7594154569a189f68b677733b78126edc4706c3652aca26c40283f515a8588294a21226f38cc4bb761aee12e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+6db7c3c74d80d3133dff4ce47d2eaaf7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+51a577f35d55e58b79a963314b8340255d3e6e85
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+1cb0b9ba3a7e75f78023480e05050072b4fd08df654c04c86bce9e19ea41ba32
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+399c7dec162237a7b039c4615bc6b9e827897390a47350e6d5d40153daa06a520fdc2ba9e86a846fdd581ee071549dc5ecdf222496858515c622922135a54234
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpfAAoJEHGkWj0NjQuTXm4P/0sHmEMPtl5ka3lyKJ5OaY3U
+Bfa/gUg+WWSnT2YhcteWL96hzR0M4NWO2rS0ivR9H3SfY9IATDzGh6WuTMCtghDj
+1Horc5HkRFaMIvlsJVKC00I7dBRTwza2vTTUwKvSAWt1mMkYcNL+l6/W4UL1o2hq
+XcBigzlM61hjpRQp5MGr2J9AsEvl8AyehcS8nfr6xYLgO7GNQcK3qpjOzcwAr5fJ
+20WCbf9jkIu/i/RyOesDGwnAz9sJtq5ji8qca3+K5Rpc/k1n6E6LzN8lWDWP+5ap
+ECfuSTJxlI/ByjXw7OOJDIVmm5hsJjr8BTPHY4p8pGd9KW4/kj9FQ7bWxp14PBCl
+Z9qQOmjSZoXTNPXmlhn3p9KzaLOMmtoQjBhyFY3HyqZ3JKYPx8gIY2BbE2m4O8sD
+mO7z5GazUA1Iu3ehhjyzmEh4JOh5A/7Cluxz6uqs6dTnpKE3vd1cGcpOe/DdFGM2
+GdYvZNLdskDqgAFmoFT2Rs/LZXdRE19xoKfeVIr4UMwyStd3OfkCusYtD2uL7Zu3
+3fWOFhE6ke4KMPfSwbGHTlle8Vs7l86mLHWrTqG4qPgdlSOZIcgu4+5zXHfTEZ6T
+u2EqxpCmMla8NLWtFDTqoY2BJ7inhNXOto/K8viewn39sVey3uQa2PzIEy7MD+Km
+Xdd9OOXIQNbj+lO5KDjx
+=mTcV
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+8c1a6066b60fd5e1b9fb81fca543daea
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+afe188e165b4068d52bf75f3fa79a384e90b78cf
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+163d5e23f3c6a20a611db1e384c227fad1621c99ab043b22eb3b8c335cd64b27
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+502881c10c967e4cba6ee03b9c52a063bee6163205b6af635bcc0ce021badbb7c83f1f1c72f3d442f9f589844121f284605782fa2103e0b7ff04fcc527d27dcd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+c27145dc6b22c68ed208914f481d1797
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+e550c76210865a232a1cc939bfe4f90874b99775
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+e45dfb53d39d7023af5f2a3acc7f41d29295fd123449dfee87364a8cfbe8913c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+c268824171898ae8ec0d7edd4d132b5804e5d1962694415a50292e18a915dfb1fea5b794b794d0dd73c177c9f9697a4bf0c7064eefc9b4b562e9ba8d5626c44f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpfAAoJEHGkWj0NjQuTiqcQAKVNBXG//KMnM7g6doC80bKq
+tWT0/6CemJM2Ce1QiIV+zNTIreebdEmpFs7oD3GF/Vxh2aQr1/ZYtRWabrk1q2gq
+oeUW9Jfyq6AXw8WPg7aRTTT+oK26fOn4k30VnSnP26HTmsN5LFyCVLb0wLCnlf/G
+/QWiqDsfGor7kUKbo4fbTI+/zUPCCnc0HHfmCZZDaQ2m5954vY19K2J62RixZRQS
+qe/0z3aDfra3aQxH9mwBsPXxT/hcd1qgfKUCiIeFECAbLxwJdjAR7YQ20I6OxtZ+
+wmDCPcoXUCKqpOOLR93ewT9mJoFontH9vluriU3+mXw1Zl7wrXLdEENSdh2QTTF2
+vrSaM6EZOkimrjJsO26N2EkwTpRb8kX4IpaUbFrHFhg7fUXvrCuAV8RP2g7ASSVF
+roWkUi//Z85MnQ9t6K8XuMGqeseH9FD7DzHf0OvHrPAQNJx1vHeykDfedJ4R/1Ov
+gz0l6XFZK/QO9/GItl6YzbntJmAAHyGHy7OFc00tGLoMjdAZTZMTms66f3N+Q+g6
+B4KbEu3NCfRx1gkxSMPl9+ztc4EFHjJfih1Nwy0AquzVpOO0OcldiZ1P8s1KA6O4
+IniserdrBsr/IHtUGGGt2CDa3qaowHKapVgrz0Cs/KTr9K35eIpde6exn5lGpMGt
+9JqmhDTREU1rmd+SVs+W
+=XRy5
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+5ee6f19bfba61341d16fb2fdd5feefda
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+24418137b4c4fd605d4debb8a667886d74dfdec1
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+09c8f2b66ead2289048b067e6a070075002f57cf35b92069819e33c2d1cf67aa
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+c81e0b4d72fffb02568de3efaabed6947bde6f008315c4b1a47818d7c8727f8615f7944310a344e89746c5ad1bf58a9b70021731730c76c51ac2866171323dee
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+52f13dfa4d8b2982d64007a4c4f846b3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+9e02dfa9901e4e809194c2161a4168457d93e2d1
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+e0936fc254c0868db7a978d9585cfe5ede1851292ba8c14d2197514468df3ca6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+923a8d3bcf101d598c4bb75431c6cd6c9450de62cd772df9f317cb8adfa7534a428441dc218a8edf8f388ef3ca660f90d171f7ea3066f9a9287f1d4fcfd003c2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom Tue Apr  5 21:49:11 2022
@@ -0,0 +1,228 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-jaegertracer-configurator</artifactId>
+  <version>9.0.0</version>
+  <name>Apache Solr (module: jaegertracer-configurator)</name>
+  <description>Apache Solr (module: jaegertracer-configurator)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.0.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.opentracing</groupId>
+      <artifactId>opentracing-api</artifactId>
+      <version>0.33.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.jaegertracing</groupId>
+      <artifactId>jaeger-core</artifactId>
+      <version>1.6.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.jaegertracing</groupId>
+      <artifactId>jaeger-thrift</artifactId>
+      <version>1.6.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>tomcat-annotations-api</artifactId>
+          <groupId>org.apache.tomcat</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>gson</artifactId>
+          <groupId>com.google.code.gson</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>okhttp</artifactId>
+          <groupId>com.squareup.okhttp3</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>tomcat-embed-core</artifactId>
+          <groupId>org.apache.tomcat.embed</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpfAAoJEHGkWj0NjQuT6iAQAL9J/joFEi3ZOghEeW8kOvjz
+nvUVz4lmRCI8rQ2FPw1Uh8K+M9RO1ZU63NmUxyfGU5Y8xvGTDeLkQHr7g4xj32pJ
+7gEU/dv7xhuhRk2OFDiaZrxXM4V19CitWI8tqzLN3xP5EE+P8LyHWpl1jSrldrlq
+mVvWiBaOUz3Q7KQaeuR3J9pnhMxg6GwLoHUOOmitDKRqeW+MeRG/7At8zF0dfID1
+1/wRmVCEj14f2DP9Q5ny+hjeB43W+RK8E74eEYkpy46WNlD628aMYkjlzkPWculD
+/dhVuKIa4rLU/jIDfQ47wTquZnIh52pgKQWEtGugDmmeylF/umu0DUE3avAOeCvS
+nZVkfes/Te3tnr5BVTNiAtJ6dNIgsAhCEGqQ82D6f9Tyo25f6ysT+0DykaRc0JFw
+TcH9MN2JcHYJOn4Qv2RdWTlto6VTYxyjgv/rlS/jcWlysyNf1AjMW4gKC4PfJ+/i
+JB9rNHUlXDunokAsrZ9GcF4gIwnsa4tsS3aLiGTpsGxDlu5Gfomu75EGiXmfNwKQ
+SP+xwHXswrz+47km2sRZG7mjxDd/j6ALMR918qDGR390WPJ/t+fKB4D9dcn/+UlC
+Hmnlkx+OivdDQHtfMP3HTUQsbdN251O23vZQVHJr0UdZhV4h1hjB4bvUQc0rtxhE
+kIYpDUGTK+JYSOtE8Krh
+=mkcr
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+f7b23ea51839ca3fc89ae08274f7706a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+929c996e92f92a405c975dc070114ef0a4497752
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+16de8b83799f5210489271ff4dd5b01eacb0cc7ada49874a216809dd8a6438db
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+f73e33c9f72a9a5c3e4b2773f47912214c6cf3aa585e7e05fdcc48656b6530cab1660a24e87e3d3f571002abddd5643ecc52e5d84e7ba469b4799c7180395d36
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+5f01359583e05c49d0040f2afcb05195
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+f7083a9965e49a301bd90e14ca49ca9d3a56f139
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+58c60b6f0319b9a362a8aa4b5adbc26db6cf8c19e44384999c0f74e06c707b2c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+e734f6f7bf5c6faa83169c9c7ca4aae1a7bd5c17f6417ee233fb16f3a623408514152bcfb357d0d7551082fbd136225f74a16e3547f810305cc728fa4d2f0f0c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml Tue Apr  5 21:49:11 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-jaegertracer-configurator</artifactId>
+  <versioning>
+    <latest>9.0.0</latest>
+    <release>9.0.0</release>
+    <versions>
+      <version>9.0.0</version>
+    </versions>
+    <lastUpdated>20220405193703</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+e1ed1e66e02a05a5d1b88af0461da68b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+95f5dcc2208fe80a21bc911659fc7548dac0fe18
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+5e03598b73093cdd1b31ebf9f5f1c75c523df54dbaa58b968c626fc17cde1552
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+2cc33aa6a3b26b13ae99a21ace0d915cf31c4cf4cf96f04a2ba081ee569ee6287be52e29fc3d2a9a22601a3260deeb93dedd11ad1336c48f1d820702b2bee32b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpiAAoJEHGkWj0NjQuTge4QAMDn+YJyIkzwnPdV80IjzPjX
+LPHAym0BrtTaOjOqqbJG+L7zDZth2QbNJD3s0Y5jS7rT7FiB4oYQAdVAOTsW3wWF
+/o7DEt7Ay3uEzx5eOP1N3t0h8/q2YTmWqlfOiz9hj+S+Kuh8jBB0u5p06uLFF5t7
+edeb7tkeq5Oj4OdRx0RDKPIlVOVzSq16vX2HnGsnxlindLRv7SfVRM8DpvqSfI03
+W9FZJHthwCyL5tjMdXvpNeSZcsjheKkTUZICOm7I6F40FtbSVDtMI/X3tWaDdbxR
+6gGRPlka7xOT2u1N0YDljCTDc0igL3Yn5LKLroCTpk76sJrPGCWrUYmu3HbueR0Q
+GkL5niK4fJ2mmBkp9y3Xde9/X2xEboOb8MN8jOJzNpaykcERUaPBAcQZY6ReBhAH
+s9gCeMrrrN0Clv1y91mWELEjIhh5wOSFrN+yyThQVdup5vzToJKWQTP+Pc+t6hyl
+V3elxhzkVwZ5SXWh319VNRIebKeos3CXsgtkkd58D++O9JezOcAkGIKY75z/56gh
+SESMXoulziJI3D9I1Fk2gotzXfO5oAAaloKrijhr+0gbtt7NT69nXCEnNgkNKdxb
+Ok/XGXWCL7VGCeiT0SPrOdNs98h6tSrSJFNDtGjAB9onAoXFmFnUxRN2Yadm+bC1
+pqNVdwsZE5Pz75lKu/UY
+=+y05
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+0ccf784359da16f07914f2d2351c6f23
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+b7e73122c3723d36a060eed0c3944c8126a63846
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+21bc591b112b6ff6363494b7405c2c19dd9e8a8cebcba28e1fd6b2e05987f6f4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+ae29ec868317f26a82f683bb3c1b6273d010b296568b43ea8039339765f7f51398c03ba812450542d9aee0f5759f88d263ebf7332b545ffc573c12960881da04
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+8796312657e43baeb0e55aa2c91a45ab
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+ffe8ad1aed9469b0adfbb1dcfba0e7ac35bbce96
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+f870e1186fef902ad3827ea9a3ec262dbea2aa20b5bdd37de664b79eeff9da07
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+8b48e8d86cbc6c0482ad295f5e77586c31c5d9c23192033dfcace0152fa538de73f9e8fb0ab4af3893fd992682b98ee94163936ec25633b15cfea3d316d8aa99
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc Tue Apr  5 21:49:11 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiTJpiAAoJEHGkWj0NjQuTulQQAOKrLfF2O62ZNOVhf+CntLYm
+3BQLf/0qkFrjTPbmmOdsJ7oGfuBUK+IaOmPRVJpGXBXcIsrJRfYDBH8JlVSRW0B1
+x8zzy2BaDHkaLkPlrdWuvREI9crEobHhexG3UeKz0vN2dZy1/2o1yuq8ujVEHyQt
+yUuipX2LNO3U27Y406zznX5oPUhpsyp9cuBBt/sEbv7SDo9NZtlRqDfBwIp4W60q
+1G71Qe0OGxCQEuiHAqPnJHjWY4Vry8ySZTZ8nnNAbRBZmy7dWZpZvF0jjf1XLO8r
+eY7Id6i32PN3pipxE8hNpE39/iraMvHhn1EV8lTkpeL/48G6psE+lXYSP2y3iFdo
+iczAivnP89/0covUsMGkpZ5Q/HUpZ0dW2uTZOe2svfWyhUYaY/xUdVqHdySt1VzX
+PSjeNkSdxbzZjG5SLkAvVGDZGECLfExLiYM4C9VacNT2CJGsRkRjJLh8gGS/xbUC
+KJ1o5WqtDpRm73Kx8z958yatUu4V2lOGqd1R1XKkkmQUhRH2XeehJlnIfFkLJsKX
+yEMeuw9TgAS59iRmEA8In8hJT1mIctMclzvSKGalkHV5x56abX35zpTNsmAVv9P8
+itikBfWW6TZNBunCHCg/FFzBR3ucKvALUVR412XbH4Wr8C0F3jtbdXuaypDoj8CZ
+8chI5a0yN406GzhXX4ah
+=fBVU
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+755aafadec1c06c93913de7e47ae6d66
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+4607312c99ee41cac5622afcf4425c5a9aa9fcbe
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+08b59a5d3281503391232fda70a8171e87c3633472fa1800645912f7b1318b44
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+965e24c0478d80d979fbb87d9790957a43c3cd4b1e19ffd079586f8b4d7dd05664b55cd818f8c1fe889317f823df82d9922445c04af46104a3e20b1a0581ecae
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.md5 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+33c3f6368cbd65a23cff4c47057b1f4f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha1 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+ecc1d7525512858331befc777a790265b78e9cfc
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha256 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+1965217fc16d63bc2cbfa91c03f75a5194f0b7c53bd600f84419a7d79462f058
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha512 Tue Apr  5 21:49:11 2022
@@ -0,0 +1 @@
+c18453fbaf311eff7372d6af981d9ab2778fa603542b5585f62079aa88e535b9d9356449d1bb1c6c3f15824d4b816f58acbb0af2fff2a49833a9435efed8ee98
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream