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/29 15:38:20 UTC

svn commit: r53439 [8/13] - in /dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf: ./ solr/ solr/changes/ solr/docker/ solr/maven/ solr/maven/META-INF/ solr/maven/org/ solr/maven/org/apache/ solr/maven/org/apache/solr/ solr/maven/org...

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom Tue Mar 29 15:38:19 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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5AAAoJEHGkWj0NjQuT8bIQANZPJzoEi8nJCULO8BTQP2Xe
+PeKaFrdskL7SF4alfpI2yKB33jyZ3lZAUMcnAWzcK9n0K+L+N4WHBmRfOFoACjjA
+or4c4/D3qRnaPeAlF0tHbkJi1FB9Ei9ZTnu01sitndY3SUFr6KM5V1TpbifPLWFg
+IBZ2EuKtRkSxK5tqeR6rb4NCYE0sLYhgCJvNqeDa/FqZVvJR8PUVhn/LWT+YddLi
+jaBB6Ix5RMi7VOfqDqhzVZmXUi8vISAn4ooW/3qFrNuJ933cI40F+Xamo1Dwqaca
+tZHQI1rj2Nwyiz+Hxcpx4FPeXP6bBpFMuZgFIEi8Erw36BQwIY9whOb5vlXzGYoz
+kpvN8nFwo/xFZVQpg9rP3PltvdYnkXZPx6+u6hej/QAfOAuKZra804mWgRLCFrU5
+79v0L+erzmXB3NLM9LgO+uRho9jHp6JiqTPILD0t9lUABtmWEODqbZyd8NstoKKd
+0/QsowzooInfHsjQhrorN1jqU2ycXfB+n4fH02OrondPw6iqh66Za0+QR+h9TaYB
+1q8KdeJsfXJo3rxqn+THd8JmKPsidUHkbtwUXER8cBI1CMicJ25cufVJatwPPiAf
+Hzd2zlGTtJxSi3cEEGdnGeLBf6eGwdriHAUcc9B4IOx9Avfsqffk0aNZsVzJwdG3
+DyQy90FR/6KtaedN7Fhr
+=Usn7
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+21e1421133a0df1ddd67afc1ed5ade3d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+d8fe724a74b56b9c5e75b6857296239f4ccc2817
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+104b212737ebb097b9943baf5f7b6fa8b0b43aea19e5a7de0fa38220fcd83a98
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+917d4d142079af55763b2f6a0c222a2c05b5c3edef57123a0fee3b41bce0d06bded46934561532f5ebe22a23df4deb8ae89874c9669069efc656d17e869159b4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+3ad32bb64c25075805a1c64fe5dc95bd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+fd31b939d3103b4d80779d416a3da3ec13fb02dd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ab170b875a96bebe734be3be08f3f40c8183c1efe972bc576fa00b751b2c84ec
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/9.0.0/solr-gcs-repository-9.0.0.pom.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+46a2d76b81b3cf144fd005b01858a8bd508a0e3bf3fea5ac4c8b877f619b66ddfd8879ae1fa15425989dd33a0478a7ad797853ef49fb56362370f1847a912ccb
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Tue Mar 29 15:38:19 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>20220329102400</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+5dba033218d54e3472c6d612b4e25236
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+38a9b25feb0202b9b1a3c116a24b34908733e5d5
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c3338f60f202c3519d273a91b77e4086594cbb5ab2c469ba89e14c07ffe15ca7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+d9250c6061f31b4cf7fb2268f23e35f1885379469c97c3ab866458a8eb5def33e259cdb6f6ad5594830e6764ff4a2239a34d71465793b5531549b490042eb469
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5CAAoJEHGkWj0NjQuTbO8P/AzBQmf1Jj7k8eDIpwYrM09m
+uvuR5JjLsh7vx/JRguyTUnzb2beAcxYhXrFwrBZWcindfuu2T0UaAUTYaUGy5T6n
+k4TP/sdNYHFRKvdZg5/mnPFUD/iTapsyNqKLffr3BMszZyXFxi5bFNKwc0UYPQpz
+crmIbGNp+Ys7h6kdGrdL/iP2axB0Aq1j2VEBuw5qNnn8BiwcOwXH5ZViEl7zMuAI
+bjJD2TfOnwtq6fTtKzIzYQROzhPbC6jni+9pOLJFzOu0NTYffm8BsqN3b9vZujGh
+WzCSOA1eLtbfBxQEMoOIYJKPu1i15LQRqjqDg5LOuEo5dQFcle31HqESULq6G9Jv
++AohQ9nzOVkQ2O5QDaYNxF51Lr+xX0ZS9P4zag1IkbFADdcyFWJzc5hG38f/avWj
+KpK/FaZOaEKYg5efniXzDdGzJdtZShFxeRgZZo7A9ZjaOjZMLKM/cWIt5u8CTKMi
+sTMrezTdPo//UqzVfRX9YJVttfnqubeMPMx7a0Dzv7Z3laCHGQK/fC2L3kneD22C
+S+3Zd+AyFox3NkHBTRfznQXLS3bMQdr83E0NIDiJRo+lMVGQJQETF2BW9pGWWAkj
+kZM0VqRmfvFS+THetul7REWQRPN0mhgOfLztqKu8ucPi3ixcUJkS9EMRrc8zX+fn
+NbolKdPreazw+y3tHEhT
+=TNud
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+b50026f5f17147512a95075b9d899074
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+9062d37dc0d6d35a5143d1806f19bc0c3fd2c49f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+fe43a55920bce6e17b49ee06dc2e6c00b3d70f935715f96560461527a1785009
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+460518a5f38228aec6e18ef2789c2d40c8074acea00320eb269b382a5009efdbd69c23e8d5f451666f21465a398ad0f41b5b721a448181f077ae9642a29660f4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f61d9f308cfe6b0a17bc448a4926f910
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+d82fffefed52870f9fb4843e2b64949d3309f732
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+60b23ba091680a95e0b2d9984b2ccfeb9e062f184c24f0fd4b784f672dd0a872
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-javadoc.jar.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+7222aaf870ecc3b50588c10a4a0c82b64e38ca4588669b3ab74ad3ff2b3228a6873badf043605cf62766623ac5233206d430f30a414ed506d7b8fc929511b836
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5CAAoJEHGkWj0NjQuTXy0QANMymphEMj5uJfTLi2NfDrIq
+cnYO2Z97rYWuhVtYJD9orUd3QXLEIsY/OSNDmkTpJSw2uC4bXt3XfAidS/v3U3Ve
+1jtIenpwcyYiEmwqR6AEMv0BvyLZEaQoqQdYBc4zMkWh52XkM8JNWtnvRzhtV3fk
+aU/Hvd5MGqmt9IQ+9I/4do1r+vm9YHyQn0WrQMCEKXwqodmQxbfYd3fThyt7snPh
+9chLhp9gBu87e3yWOCfu+1hLw1hMHYgLrnuuOkzrYkyvsHRfeFB8wFEIHKob11cm
+n7tVJZwcbKW3jbBDeeRzyrwhgIqnHHWDi1yxA4TaloydVcNwSha2/ywn9ERpGeUz
+qIecF0bAhTFQdfQKufPXwKqPiW3VyX3z22E6GMVraBz2sQ35D6KhRaUgr2tJunwH
+BQo6JXtR+fYy149QFWbHUDnNCGDe0VBgXq0Bw9wEMS0mi+AZwudmcSJxGbr5uZ+E
+acC4pGIP6qAI7fe+pD2dfHwYkGl2wITALtgFNFXsGAsHz8VRQvTF/mYVdpmsMB77
+QQsGZcHenSJyoNEsh47KZzDjr//HVUtbzc1u4oB/VBacoXF7QumdE5Z63+8ctarG
+nl/LEXtxSQYTnOgcnF1AT4u50OqTp7E4Pn0ddeFxjh8CXgy6iz+4FVdm5uzvX9YA
+oNviJiH1ZBwjftTVXKf7
+=vX1R
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f8c03787821a14659a2aa36e6402cd8d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+1a3df9bf0b947c14ce6df422dd58fb4e694ad3ab
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ba7afe99a37911cbbf0b42ec882efc5b474e2caab412b3bbc8eb620ba988450d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c9051f872e44667725a1a81e3f81da5e6db4b4655a9f16b1de2c54136fbfd4bbab47fc965f1ca273b29ae503458e67ebbabdac462a781d69c7138cf555e8a1b4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+b9cb8f843660a2f2179570b44c4680cd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+23ea47ea8f452b6cac2d6e81c6e4d490e070bbb6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c389ee9f32a26badd059deda8ec949e87537362b4bc1c10c056ff130b13f75e0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0-sources.jar.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+889094e261ef9ca087ec6626bd8a888f288f99c32451284b3b1198f28fc1704ca7b6f53e719d86b196857c3ee977c79f20c67cbfc80ec2947cf74cfc83fa46da
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5CAAoJEHGkWj0NjQuT2okQAORwV43lK6kLkzhh0HXesnpW
+cxO36clFWOXUIx2Np+v7xB/UeMESBcqCTDwIK8kAU79DVozgvra9UMVMSax+ONP6
+0APzVIiFNCwl967fuNks1rKblHRjoIbB54tJW+9qwTT90LbYUx2orZzuyLV2p1F+
+sclNosiqma0ucLutlQZBmUwyc+q4oHWOaBMyaXr1Bsp8J6uAl5x/IOKJLUIpgDbL
+UCKUtYkAlrdoqjjJ7Pag5jcozstJpMWZmgi+EjoIp40I1YRubOJ8OXkNMNscjYtt
+JS8jN9qKUTs+87MX/H/PHbWJEI+ei6tI2nV4Ufc0awMw1nUcvkdIKXhsmQ8GehoT
+aMChUMml//SWz8NmpB9ZR5t5dHecLDX6E+Vxz37uq2Kct7sOM1Tyvba4b/yAhmAl
+MVPNBb2uqmSCgGURvR6lK85nVQ4xSbaGX1UZzhmKC7NkVGN7hF8IZVuBtDbzMB6D
+2TXDhQ9c7uLJfhoIZEXWF7svLjHMfB/a4OUcFKtdkPZtNRCxNC9tLujp5itG2N5a
+El2kLK5ntGOomlFrEJyrkgx3vuNo5Eq4RDbHpeoHnH0DE6l1r1BDiLD8goofcUJt
++VCd7q3MZ1NmeGxa9XadFu1fDpI/2Luex5GjdcprbyezFV3h5lz4G7Dg8Iy8kElC
+RXJLQTYp91yBNSCwUW4D
+=itfq
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+51140ba506bc9a759469ff46ce64f4c9
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+9b7cfeb334b1c1eddc0ecb2dece86531b54651e0
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ef9f9abb023aa0982663691e5104def97619b75501067e705d1cac9870b46aa7
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+6e5164194574b4550b012b8d244c3f68c0f2532c6f77e1c09262656cb15447ab8c66540db200cab47913b58b3930e3b59b73815aed1b8e58936cacf8d454d0b2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+e2c1c86473d503f34bf0c8efec61ac8b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+0d68037b834616f7d2e78e4832f06124130265d5
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+6848d6afb33f3627d8ce492749d9967fa2cd54d40bc6d66cd9da4175784cd4a6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.jar.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ba330cd53546dce76caa04cce5de725de16e0d47eccd19052f477b1f1e64cbc48a22ef77144e6fdcaad54613ad773ced175d1dbbf23da34fa0357eff92d86f17
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom Tue Mar 29 15:38:19 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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5CAAoJEHGkWj0NjQuTbiYP/2ep1NevHPM60M0b19Pf+mjd
+7kSMRDfDhAoXEa0VtDtsQtP4jEJPY0XrCl7S9yrldfMQeGV3mUx4barZPMBVxRHD
+YcZHCuNOt5o+1Di8bLmcRZhWz9ESNKYGV6Ykjgg3Q6dDsI2kn/p8QTxQZ+890T2c
+deJs2hz8ZZ/QuRIlCovJf9CyiMHymW4o17SzhINgVPwdnfWUjnOVsuPzEJl9GaBw
+Y7lcP3eMi0NnGvpVc+N1in+6l8AnJNSos85QmCtwVCEGAzCSbf2ami/rcS7R7MoU
+C6rfRfKbo6UkuvgXL2S52zxS4M3nefPpLaz3SrJfac7jb7d+RparmNkvgVMKrg80
+xTFYRmndMnlG8MrmEdQ31hvMfBvZsLcl77SDM/c8U5DW+lIEs004E48paBo9M8ah
+9HzRq7Jj86Fs7QzytlHLExBtnTOJ1M9HKrOeZymT7YlLP3wvoi1t0fNuJ586Bn/A
+woB4zT6ENGLECR9pGwzEwau4GCKZIwvk5g9EiQujEPvSZ6zpbluhtPxv9FsXPrxD
+tYsO0N4Qtr1+P0OPreRRWthCXKgAMvIBryVMwokAcfVZoBRvAbwJETpgRUHODUub
+pgmiVYBbNS68Ftw3oExPXQlttWS2/k5EdcubNv1jpZopYdz0GqyKbC/8I0wjCyIt
+r8VfB1tXnXqphoBKturU
+=TnJO
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+1ca0af66a59fe1313c71eb0dccc2ab5d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+a66f99c1dccb61b9371c1b18d27657cb51a7b2e2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+0a0d3fa2cbb4f2008a8895a14bb91b84e28e7f302636267f6925bb869555b5fd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+86ca0df9cc2f77fad151639697dcbe061b94e35b02a4dec13f6e96a9814d3085a590fdf8cbc8bf944e6ca9cc3f6aa9be03da192be1ea6b82e13cd7e445febed4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+5f01359583e05c49d0040f2afcb05195
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f7083a9965e49a301bd90e14ca49ca9d3a56f139
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+58c60b6f0319b9a362a8aa4b5adbc26db6cf8c19e44384999c0f74e06c707b2c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/9.0.0/solr-jaegertracer-configurator-9.0.0.pom.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+e734f6f7bf5c6faa83169c9c7ca4aae1a7bd5c17f6417ee233fb16f3a623408514152bcfb357d0d7551082fbd136225f74a16e3547f810305cc728fa4d2f0f0c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml Tue Mar 29 15:38:19 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>20220329102402</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+08449bca8b768daec764be3dd96133bc
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f26233cfd84ada7bb0d7204f3969839cd76254fd
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+2677a0000cb92acc72b6288a1c1f7163265de04f9baac7f85469fd97da8822ca
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jaegertracer-configurator/maven-metadata.xml.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f2ba3bb1744dbef5411fcc71a915be0dc035abd334600b43879d6f909cfa62e91f76db330b0823c7cc47a424c6570b9e616997168277b850986c424a6e7dd709
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5EAAoJEHGkWj0NjQuTeBEP/0/rrTXHbn1k4f02zlFfk66e
+esMjhVdAb8b4Bg0dWHmfcG/8vSQ8OGWbzMjsCpNIec3YxyltREu2i7Txxh2TAz6n
+CUh7sRbxX+an+k1M5udw+15cRN5qpRKdh7lPdFFsy3vp4c1l29XvJf/X5dl5jcY6
+czmPi7VF8uriyq1MVRGowFEJ6mxIa4GxP1cXn6lueTE7A/eKWXjSec43GM+ErOv/
+OOlbtBy4E1gBl8ynQyEl96/MKb2ybGwhhBBJsj0ON90Utbda1Tc8/jCJ9zE1Vd8V
+kWcv9ECfQM8Q/YUj0OQS9FmMSDGTNgjYR7KhfSaDYrEYi2lTyPmw9K18BEjivEvi
+ew2liHW23o0kcQX9nK1KkrW0m8fYQlMU1CkAJI2jLaCyqxQ3U53xWf+Uk+HrKAQQ
+rHN3wrrNdXrQ8aJv50lijIaoAXjPdf8wDqBjtzNFOgPtsRe8hTPR/W5Oaqn2ibEs
+VoRauPpUf5aJcRDQhaAxgw71XNcL3kCHpra4JXyknUOFDk+Rky8PkqQKOLKyjtpN
+iS2O0h65D7IYoAploVN7I7RpELAVzZnDGuyfKTo3btEk08JuG5NtKXz3HDUYZ1bA
+MMh9Hg6aFXVI9CJ0RPxvgXukzNK19wHF6A2FpqNlrfk39qjY1Ul5DVgK4BChpnht
+XR6UvB6tWp3zdkEU7gU4
+=A9ae
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+2f913e1f9047337e20d1e0f852178233
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+dac528e651c713b337e3b5391d3e985b130aac3d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+6f9f309e6364b5bc79f0ac82b0f58eda72f52a5cd30fd3db52d1c016f3b99d11
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+2c984522f43854cff7388924551e5c598b4ee259c53f166ec648305540203f89cdd8f07c5922d38950b37a09e91c912fba14c77dcefe50362ee54a7b83feb52f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+dba7a273e94842a9d70a7c203acb1484
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+a3728b1aa5365a1573193860431642d45d448509
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+29209860f6d558f818a42dff77c8a1450218178c105263c2f7141315c64c7150
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-javadoc.jar.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+2342416711458117b2035279dd4f3d0337d1e86c248e145b9ffe44bea8454e8f108f9b89d903ecce8a26faa840ac900ae5836a868f1874be41f1d70d3b1448d4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt5EAAoJEHGkWj0NjQuT2EUP/19+be8Etwxzya7VvTkF39rB
+2avDXrS/Ee6nTQUFEqASSO3QPk7p75vwXg0aMCGWTy8ykZ5N6//zLvDTxEtl14y5
+RRTYqXC48tMKljNRdYpu3r6SYZw9fXrYzj/+fsz1KYKzR2xORwPz8XKBKHZ3oaEv
+KEMmpk59lzU7SmWReJxnGNZY6zCDWt4+jsnH6wOBBxYfxI+DLq3uCbnhrOVMtBv8
+oiIAVMU/YiKqtE5sz+8Y+clR/wl6fCdBb58st6k5MH3aZMiE5jtKuKu4njl9gdRc
+JErW6VQrYM+2toPOzfz+ejsleUcn7oUQvVbffVJKGSnQrOdtqZ2hOU9tr/3B2yaL
+RGeg3F5UOUP8RJaijRotf5FplGayVuJKEwcxW8RqNYgHE1pOZ9weVB2IKmtBIIER
+oQETb/vf842BOg45LNoTOFBXGIRh6+SYcXybS4wGH4WgA+bQ6UZO5niOe1G5SJXL
+akEkJKRL4oo4EhX4PQIbk+YEV8tKFmFJezhmmw1C1agzGA88+vuu7ZD/P/rokyDR
+GkG/qLLLCfpuObXEb74nh2QVHRjXaV5d8LdNg4UB+9VgPUfc4Szu53XsXHacxoF8
+7Du/Ghc+MJE/j53jtN5y61ON6LiHNHCU6cMEGr+4m9UqJnFhHt0ROzkccnkdXz9N
+nMRFl6UCiQweIFEmO7SK
+=gscn
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+0454e2fb5efd51576c27f50210a1aabf
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+4083b8112287b81dc7de9a022e7829ffcf4f6605
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f8eb3378d5277d90be4819f71e02d4575a72878430f4d4a68951b2499295f860
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.asc.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c1294a8911c16692d7d91d684ac16c862b95730dafecf9c77fd7eaa2e641f03f744c45d069ff701534f3eecc04eb278339c5f6f0003b106d3fc23e9c1e5cbb8b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.md5 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+63327f73e2b0dbe29f1efae7de226feb
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha1 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+7dcd3ecfd6384b08ed1a57d52a2a7b874c9af343
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha256 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+86e090a9f32c0441e7ff0972348dbcaa36b1877cc3299210312c30ce62a31a50
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/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-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-jwt-auth/9.0.0/solr-jwt-auth-9.0.0-sources.jar.sha512 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c971f59ca810f85d174490d1cc0355860511c6ec6a9b90076df85d583c4c1d4f0ed2fad41be5534b7faed7d5c2552fcc46a85e1fb758d3a0678e675eba3e1ae5
\ No newline at end of file

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