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/03/30 18:42:10 UTC

svn commit: r53471 [7/12] - in /dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2: ./ 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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom Wed Mar 30 18:42:09 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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXRAAoJEHGkWj0NjQuTF0QQAN+B9RJcHDypQ82iKMZK5JfN
+qaL1wBlewEwC+W74vUsPV8rHCS1ZUjvfX8n5oWx/10kJ3WI7l7U4Fey9nhSwa4gA
+fAUIhRTQF8fuUVbojOgwjFEEziu1Wf6xXBLLJGKU9o7NNEsW70NQbI0iwnBrZZyc
+dBkNQWTfgVNvo0f5Us2F3v0PvhGS15Wqb0tJ5wi7h4Pjn0TTmr7KaFDMUHbJMV7S
+PQjINuTiky61W13hpMo2bOI6t74eQ9EGh3fbarlwPdB7tSLIrZoPGTDy5FirMQw1
+Rx9vbAsVq1EUxdEPfe3OQ02veIL1Aaj8cGqmQ1K1A1G7/zIw02nqHTNpo6uBQN+Z
+Dn9bS9Ngdr28jpbLYObMgToJQEP8Wu3D0uUWQoGJZ+xL64wD/aQIwNzWfJxE/YAR
+QFvUChEKCtfKKMZPuTs1q6/K+5d/RnmJWpWJzi7icoVWZiHTXmLKHHWJW78svbet
++ildqwlqFTTO8u0pqDinSAc7ldSsTJpsiUhZ1+Diok/iJXEei2MRAov2o8KQO8R1
+x5dXT9QiH3PPIyqlK+Jz4boY2sAon1itvODrN0oXcy0ocmsrUcecXlvHrQlyFsn4
+HRzxv/RSCF4wMh6VTnO/tyvMSlnhjw5AZsNKBrqOoI65WcxbQ+i2VYpxspRugWYP
+klz8fZmj5hs7Szq4fbVr
+=vvY6
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+1d13b620608fcecf4b05e50271d2d63a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c39aa1d7236aabbd254be87b5f478ebfb1c8e26a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+15072eda10d44ff45c0275ced61b5e06064cc5107e6d5223064145a93210e485
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+3cc2d35563e253e5d0a3ee906dda5fe53dd2f91182c1d23d1bcdb34565154fb6237d3dd3f0ebb7dd23a9a9b9d376bb6f1448a9e50fbec484cbeaa4cb99eb7f1e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+3ad32bb64c25075805a1c64fe5dc95bd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+fd31b939d3103b4d80779d416a3da3ec13fb02dd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+ab170b875a96bebe734be3be08f3f40c8183c1efe972bc576fa00b751b2c84ec
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+46a2d76b81b3cf144fd005b01858a8bd508a0e3bf3fea5ac4c8b877f619b66ddfd8879ae1fa15425989dd33a0478a7ad797853ef49fb56362370f1847a912ccb
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Wed Mar 30 18:42:09 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>20220330130625</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+8a68b3d27c5a67c8367bb629f38ad367
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+b104874123756de907992dd858118e5ae1a79254
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+69a118e515dc3110f5e4cd1a095efbd58c6f100231deacc4e013ccdd96a715c5
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+ccb0d6923210a7c874ed043f61dc7ce05aecfd5cc1dc9a094f68120c92a9ffa6a1bedaca9cc47716300af35cc33926cbcd30c05a26685fb8c4e55ea86880adb7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXRAAoJEHGkWj0NjQuTmq8P/jeLJyT41OmfRn5GTYqjEbV5
+npfxn/vKvt4ZHoC2rFOtj5/CIuGyasxtnYTFzc73Qai+uF+U8ILcQKWQEm/FCGwS
+4KOTRFGBdFo/0wpkU02ixrDL5O5u1KKJ5p6MEbvi2gFnw5QdFd6saW2sbgjCvEI9
+XDZwBVcfuXx3UVkRUlbheWzVD9+1EqGfGl2Pstis6TxT73kYzJKjVXWzxHB7LeA7
+KBoIyXujJwnr9wHXyDDL4oAWKfAQL0+XFZTNqT0rmMDy8HhoI1fOF6zhSD+8rnmZ
+VZzKO/mKi6MJ/aJtuY6QcZbYGEKDh3JoQ/+486vgZU8x0ZwQtU/S1PAcfMaXTwqe
+ifVOQje2JElOpvI/dnXDu6UfqptVQy9A7C/FtoVFLjFDZ6Ny+tWYOhrlTba0IDk/
+aEHY5xzK1cFAlnXbUFOomWkE89xjcOJ27Whru5ua5qO32ujsx6pz64A/lSSqm1jk
+Hf0uPuWlCKCrxoU7trRR1ef0p0YQPuDOOMYPIKwofUReNwUQl7MhGED/avuDYaW5
+2/9yiv2vYHXPoH4G0rps0Z742VWu6n07g/inLB+mqZvkzYR8xrr8+gnjvku8Hv11
+1HBTSxd6CH0qETWEtiGf0HE/Ht5GtYbF91pFrT7DR4CtEN3Gyfvm92pU2LQfAMAx
+VHcHDyIg7/AxuN0yYDcB
+=w+ZV
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+080fd2a855ba27e1f8b1d8ef46e5750f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+4e88b98457f993943ee68fae0f02a8ba1c3f10b2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+aa8db5cb27fc50b29fd7acb341bf03bec6cb04355d2a2699a5c40423f13621ee
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+1a5b8665c15c444b01544014923c58b7aea6467e353b03eed0d47791960b41c52355776f475baf13ccb7c2a3121d7c3760fa479fd9ddfbb2c43145c047c6fc06
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+15bbd4bd23ebd814ff0ae7a2c5b209d1
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c83a21eef8b9e525d634bcc0640539f848adf3f3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e6eebdcc799ea11377ce8dac49162ffed3d2eb8f0254f65f6fd7ad490d8f3235
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+b124842e1ab8c76be9703b506c12cbb0347322110812dc37312a20f93bac0579b1f09870fda4357db0206eb71cea6f317513e201e6458d2c9815a72716deb66f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXRAAoJEHGkWj0NjQuTstUP/3kEqbt/qn1bxyiENyIAOXj0
+G52cXhCPbpe+IC62Z7PeL2R1yq0OOXp5aJ3BCi404tnzbLPUIV1xGpJcpXst646b
+HSr215DKJYHlrrsRyfq45/xcfA7H+mSUwSM1iccOZlhn081MODZ+m+trrrQXTvNm
+AO2PX1yMwTy574JYezzLRIM2IY8pm6kYl5VlhvRyv/y3KBp5p/p100AnCE+cDQ6E
+XFaY2Tho00dMbR/bUpIAMbdrBneGRzNn33NWUqF3Yji4Ts5lALRkvaw8UIkzakl2
+pTmbVgksoHb3gqkyLs2Yl9QwDx28Ki/Sa7ebdBMzt66+df0AKQazePANVEd1CgRG
+jwM924sQuoFZTpNityTkPav0PqbSy3QBy6v1wnSOSA7EoAfp6j2mvSuUpk5sYr5o
+mL3WbvZj+FBsliWRQ6tdVubTFU3Ublq47/Vtt3nIIOcvVIUt2IExvimF89aixmhU
+BJd91FvXM9Oy+SeR3G8JmRUOOgbe0qEpC21GeOkSi7dOQs1EKAQMYJT2PZGqP6J9
+eKUUpC53NT1kB+c9k2HLbzX4+QIkWKlPbV9tqGGQowjdVuF/zpYqGI1BX0pbBuYN
+2Dz6a/YMjJwvQJ22POwvl573RfXQ51L0HsovbyqY1xJus8M0xJkr9vI/XUxpNXqV
+DaAcZL/gATj6cLTVpUEo
+=5ue9
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+5236f8ed7d897a2a1f17bbd9bd652adf
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+a7588b95c0ad24cfe0e894bd950eeae10e0773ca
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+0cbf1c051dcdcdc117b749153f99c441b6c968087b1cc9994f7ebf8c26785cfe
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+5c678c7b8e7596c1fa7bf316a882fd64f3c6352fb41d8396f33691fd30efcb3a3dcbd80be61a999d58643c100ce4cbd53046e1f903a4727535a1312e69d8c5b0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+75d4e8469804a705877bbcbd2be8b8d0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+8e75de6550f3fb12ce8ab682fe2ec442958598c6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+4867742c7a85800f99f280d73ac0635dd0ef3a5655249d4e91632573b7837ca8
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+01fa4786fdc1affe59d41ab8a38d421afb30cd7bd3a52d671799e3dd2bcd0f7ff21db1a0fd54cf97cd44d31976e73acce6807abce16b755e379d4bf29d7e7914
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXRAAoJEHGkWj0NjQuToyMP/A5x5YjnR0exhnZP7Jzyq3It
+h0bOIXqORaMnQ8uW4ZS5YeHdML71CCvianzWqOzByENHHSBtQZbe/Fy2JYbHweCf
+oGuWX5cS+PzrRr0yfMHk0AK/DthUEDx1roB4NtrrrbmcSwyclDtJ6sJzUeQE1L+d
+7lhYhyIL8TWMuzCGtb+QQyD6TnY7jsPTUoveXxZEe2OjGlldOuW1rgMWKW61imVE
+yEpY5O9t5i2tISmMQowJtZ624+9++HBtXyvq3x9TgG2EXWM8D3I+Eo1dp6e8ZzPi
+/zwfV8o8vr4CKwlEBau2HF/2SaChJkSDU1qTDO2muU20PE4m4PPdEXJqFBmUPXCR
+I6Ve39XzyVmAnXP9st6FIfI0sSbfnHalthz7vU1uwZCJ3x39Cz6RnkrPTGjoXs1t
+MmEi9ZNJyF9I4btwQ1kNeJdnBj/D7P/PbvYbBYDv0IFHrs6HemBktOz5tvOW400p
+bjfulAepUQxrvFa3Lz06oR7v4STraYF88FVBdkpeBX1ypMgwPEqC9uC5PjNyzPA/
+BbBB5oGcJO5s0sOgbSaWmjGjbmjBu8yT6G3WYMd1j2QAP5OIBVgXFa+nZlsva+mQ
+zB/Y5gFMwj/Q9jYbdcvz+bdFCH0RaXfsXhD0DT+XI8xL2SFpzARBqmKdVDzFUNrO
+bTaX5TDci1GJjxSlOlGh
+=kRnp
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+70cfa73bfaca4ef1ee1399840653b327
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e0a34ce4c75816ec8c87e9d3d6db50ec3ecde8b1
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+af106dec1cd5a89e7ab6776aa66c70171fc401a2d76ab34f04588ec6f6b679ab
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+a6a66e18df9c5bd326d5fad60328563f4de08b8f7e07a17eb9e0515858e503cf0d1e21c4dbdad7209a1f6cb14932f028e3e76a1dd62085daf1595671656dab34
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+94e5ab859429925ed8df9c48e6bd0c1e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+4cb0ab0f636ab215f1feac57bcc5e7d9a71e4611
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c961b12565a8b666fc9efaeb1dc17a5ac5b1ebda627ba61790ff73ab107575ea
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+28aaac0c76fbc5f31a62afb5cfc1dede526bf49988a763b2d8df0ba9a806ab76e04415e2cc7d797ffb69ffb227fae4d1dba13c00e9a6235dc017e4a6a220a676
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom Wed Mar 30 18:42:09 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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXRAAoJEHGkWj0NjQuTb9EQALc/NU2smSqg/SgauMp7kEIP
+9FdYp6mHXYBlWx7wwo5PJaY9rxAD1CAI1JMipRX/doxwb1ny0LfjyvLI+Wn/Nzch
+YRKuBXBRsnhPbsWK7XdAvX1bcb/LL7hSfXQuUJHK4QzIxzREHH91IomX6gtTIc4d
+z6dJBqvIhIxcRxXEdg6bggZUU+/lwqrB2zBbGIrpbmCYiiuUi9LErOxR+awUgQiF
+TyL8FIBr2tjZcmVUrdO5MKrhbPUlCtG/fP4/HkvO819Mg4tzzsrK5pVRwhQ5DFPQ
+lv2jbTjCmeVNUAX5H4xL91wwim0GnBpSVBNS9MDXP7VjKCrBb4qnOL8WFsLFwisJ
+70aejIpO7kENXUM0u3AvhkXR11eaI6dBLqi1YESCaK2SF3jzUZFhMIhmTTz/biTb
+bmVQowLTl4/E2N+gCxeKWzHqzEmC5OnY/ma1lPjCY9586tQKnPwOER6A1rjkwTDf
+JbSnRoupO2R8obiL/LMAv76JdGNf0RQdLxhRt6K5frn3JZorFQfQ8k0gOm9MLAw9
+gOByC+O+TYTLOgb1wdgy+6SJZfKU//4dgQ4pJNFmvRisJYG851EXdMBIXeVaP9TH
+JmOibK95+xTXU+ASp2WTiIbulFev++1fJDX8fEqxBgPDBZLRnRekN8o3PD4HIx67
+MgFY7/xdTIRfO44a5hN6
+=PMTB
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+134e72c6c7fd8de204cbd4e7fc5b0b1e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e4cc42405e806bd290f6019cf293904e91044c8f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c6551c3a8d6d006b130f315897f8ba4bf1439795249054547e3e4a6a6b5f6123
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+5645fa130fff484f8035243f7928ea415996ae685b1ed99e520c7df47fa57618be20b33d9484f9169c83a0e37f9d1f397673b897f7342655d5abe7aa5c4ad536
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+5f01359583e05c49d0040f2afcb05195
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+f7083a9965e49a301bd90e14ca49ca9d3a56f139
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+58c60b6f0319b9a362a8aa4b5adbc26db6cf8c19e44384999c0f74e06c707b2c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e734f6f7bf5c6faa83169c9c7ca4aae1a7bd5c17f6417ee233fb16f3a623408514152bcfb357d0d7551082fbd136225f74a16e3547f810305cc728fa4d2f0f0c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml Wed Mar 30 18:42:09 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>20220330130625</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+ca8b137976be4fdac7ef7d2a05cb1e95
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e75f6bde9469387df5e612bd5ed3263b78f24da6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+e416804b540e42f2497f8cde3ed0a163fb2e76459bc1b78cd1dd0cea0f26770c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+8c43e2d61cc03115c1ae2d2c3f6c95ff6dfec1695e78390d09de1a735b1a6a2442eba421e002f5a6db4fea16782f7efb0182c343588a405abb5a3c86eb6f78a5
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXVAAoJEHGkWj0NjQuT5ZUP/2dEk6iTmJ/Gt3d0mvGavDNU
+BH9cPTR+dBcqGMYCw/xKQ/Gi0mHNFv8kZaT6WMNHZgaOVm7eG48rjwG+tV1n+qRw
+s5psLQnv0/XFw2yDOF+YaRgXgtpwkdzmwtCOUunshDiTbplvbdWzQOGzu5qyqmul
+u1UX6culZFyiI6qk7vpVc4GzzBZO3lhd/VrUyDMqmOPsXQEh6Sx8ikkjS5Gvksyf
+2xo0KLcULicBOYmGRZtwsBqFuIqXuJsflnuyTMbcan1seQuLwKF1VTAczV1YCFP+
+D6cOV4E7ptUo6XNue5gVl0RxZuytcQKkLwQwu9mH3IMHk/OqCz8ITZt5SLkZYHnx
+3px8s/8BUrQS0/kJQ7opbuyzfc13OJJ00+kmoOhnar385HT7ZrcjIHkI6Ap5IhOM
+M471kcBshPSz3cxf4M42rWn6SWBza4BvolT99ev03t6eOMyvwgO8dz3MqR2IgLQD
+6/YgroNhRz26qqqxPCTM/2STIFjLLX2rlZGUkVxwEqqA9tULS5DKaT6E+OG1DYgQ
+WVNVXe61Vr3hLSEIZ7kGH6qWuYNg+r5IvzsS6UzYQMIjidmrjvmxW83h5Q1gq25U
+uwKQncXeVbBCOdNUI1muXC9DubiLgmvF0GjRD6Sf0LfiwvHAD3yEfMzxDhunkO9a
+3Rsuwa+5uSSTMRD+RjgT
+=QYZg
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c0fa087c6a384115f74ab7605d3b42d0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+d3348e07d133c02f36fd9539313fd0184c4fce43
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+f3181ef1a3c578d773efed1dd5af0bbb69929840cda25ba9c01a42058791e44e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+746a6999620a37789af11f9b8539fd59ce28a9121ccb7090de447552ee82f0d639c97d92ce9e86e0f33d3e7ca7ccf6656dfb4cd24d903ec09433e5897bbdc3f8
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+c16d8e123ea2c893e1a0c00d294e6396
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+9419813a3391a5be077e6ddd97dedb740997ea65
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+01e7a61ca6ee0f2419d3a97dd65d7aaccf7cf9c47a9f879d7a5cc90bed65bb2c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+188f49725661adcd1dc6eeccbdb5c9482d2c8e234df694d9a80acec7c9fc76a046be432192d8d1e17b4126a4e588b17560189b3af00c72be9875301b95d83a15
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc Wed Mar 30 18:42:09 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiRFXVAAoJEHGkWj0NjQuTrnkQAKnGeBdfSQQgfmILLrqBLF+N
+1rYRpc4sE8vaszuSZtIPaK6W+3FPGHHh4eLwiagd5FXyn0wPFchg/uvr9O5eIU+w
+JljEI5sUQXS03kYfkDLZLdH9uuMKN1CG/lqV48r9YvnlipTaiHCT2YlBb+aa2Lqf
+DJNnWSMtWBVCAInB3kXJ3OPwHy3hgtPLBgk7pXR6Hxlzc/A3iTCoEoafoLDZ8flT
+13OTqrAvJA2tZtX2DFy7kaS7ejRkwntjeirN30qfgix79nlZHzkjdlNSnFwBfMjf
+IZ0foxJOIjT+4GxGHpxhhcULv+PIG3PCaCSLV4MrSGPUa7ycXvMnq6qi0qMBKzqT
+eViGT1l3eKEy7tjmJt57iTF9D/7jemVyPtuiBYM3zm3YN61xwVB+SBbsIHsDiUpo
+ha34mtsItyo5/BMaG+NjG+HD01JJUtOBC3EDs9HXalENxSLm88FoGF2TZ+DIKTGq
+DjUgUdmr0ZPd4LV53Gja+DAQUfEKWOMkNntUOAExFilvAfEHKpzQTt/A+ONHgNi8
+/W6i1AgM3ecUWUhmFeVd9CRmeefzaYppTTULbzSc1RrUTGpyD0h2oEscleeKecxk
+Lvwxk8ijqeJ80skQ21P8rsxnW5xSWO/Nj/GH+LJG/FIZoE7LvhfIRa6Wn2AbV2Bi
+xF/I/D/r79eePLIeiCQx
+=Rn3o
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+aa36f6d465438d8328d223608a0eeff0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+849da4fe5b1609a79726a1ae4f6b9f20f49542ed
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+70150f7e7fd76a6bcd70aff44ff1fd26c6c8299e4aa93ca51862c4d17005ce34
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+6e7df1b4f0b016516dc2dedcc98246f1a99ebd10a701c097983590e4d916a55c39c8ae391642be6804ede173ebfea44c00ced2a42d51c3985e10911f50ead91b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.md5 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+eb024653d270f7da3c7cc189b5b45c99
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha1 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+42453b1dfa16fd381f5ec5ec2f6ac9032b01f894
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha256 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+d0f7fdb16394c89c04a5094ac5cdcc564b61bae1eb9b129f9d4d3fe599d3f89f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha512 Wed Mar 30 18:42:09 2022
@@ -0,0 +1 @@
+eda2b3f2db35a7db13af00b2b0ab2191342e802a49ab42d623dd8a54aaa6be31a221c72d5276a53d631ad9f98e9f605f2dd11cec9d0845d76039f00df6e6f432
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/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-RC2-rev-e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream