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

svn commit: r54125 [11/14] - in /dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc: ./ 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-an...

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom Wed Apr 27 11:51:55 2022
@@ -0,0 +1,524 @@
+<?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-prometheus-exporter</artifactId>
+  <version>9.0.0</version>
+  <name>Apache Solr (module: prometheus-exporter)</name>
+  <description>Apache Solr (module: prometheus-exporter)</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-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.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.7.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+      <version>0.2.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.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</artifactId>
+      <version>0.2.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>net.thisptr</groupId>
+      <artifactId>jackson-jq</artifactId>
+      <version>0.0.8</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>jackson-databind</artifactId>
+          <groupId>com.fasterxml.jackson.core</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>joni</artifactId>
+          <groupId>org.jruby.joni</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>2.13.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>net.sourceforge.argparse4j</groupId>
+      <artifactId>argparse4j</artifactId>
+      <version>0.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.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+      <version>3.0.5</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</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>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.17.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>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+      <version>2.17.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>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+      <version>2.17.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.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+      <version>3.4.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-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRR+AAoJEHGkWj0NjQuTgd0P/3snVsxFTbBXGtLsU1EOlKvJ
+rBymWF2sv3upVXsTKSAM2mWp/7uok4wUckBsHXSCfvv8Mrt2EAuu0EbAlQFxt/8z
+rZzdUt6e6L/0Cxt609nnIOnc7/rSVNv5SMHF0z6QlTBJftTCKs2BCjKBxNv0jU9N
+uypgrJALcwPgR+nie6/p5qlAj71kjVDygFHrEwf7UhfrEJ5JjzQPJj20uo01khLA
+ODDRUwUu+SwtNYMFOPIhAT9JDRIrzdWDteE2w0jx73zCh4smJXoWK98PvivKDvTh
+0CTTqGymGJfOydNfwQJkmt8YMGNDBmvPDlUdrWDW51w5BHigBOyaGrN5+WN7ci5L
+J0j6nbTpvJNOOSB1vm21GAczEXgxPV5gmHgqvhPEL9VpxpNeX/dnKRL9At3XF5vi
+noHYgotJuDpr/36ATkydUZy0/2U+OBsA7PGzPaoMl0fAKHplKwzO/Ld7Dkw1IOHX
+BMRtatwVRlHiNFQsLVs3nGE3J/GaMctnnCDSCrPIsoFw+FryEKGOvg/LvZPcirhm
+E1pgd79lU89Bn9CipKAibUdjFia+qUVRF9ploQ715BEaTo0FYL69DVT0+wySNToG
+3QnLCePW2kVdloTcP2xIMHpLhhi5kU6xB+lBzQMgHjEVTJZ7xRPVYFXAjfwzv3uj
+V+5cYH5B+D8dPadinxma
+=/x4J
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+8240b110acfb5e3e309e74f7dfc58d1b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+4e1faecf575c8469833b1f0c8e6665b507d14510
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+a2824b933cc327f8b179cdfc46a7f958f8b0e8c4421ab3967a558cc5e56bd1d8
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+c0301248e0906e35bf821c8173a38d7ed8cebf64dc0bd8163da32380e6b3ecba1c109bdbe7f4db96c37191145cf0a4c44a01f0041556cd87bb6823d9240f9820
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+da3206640a68ebf5031bfa6591678020
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+b95d4c598da059cfbb4282b851a2368196695700
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+b702704357586eeab9db0c8a0f216719fbb725d72c8f613f8f7224113552e5d2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/9.0.0/solr-prometheus-exporter-9.0.0.pom.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+2c8e596c6b51f5ad7e512dceeba1b60a3f53632e1715a1641b21cfda65b00120be551b43a4681a36b5a0a94da7fe6ea8c2bcde54b6780d74660927fb9dea435f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml Wed Apr 27 11:51:55 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-prometheus-exporter</artifactId>
+  <versioning>
+    <latest>9.0.0</latest>
+    <release>9.0.0</release>
+    <versions>
+      <version>9.0.0</version>
+    </versions>
+    <lastUpdated>20220427100134</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+774e97ec17674804b284a12749cab66d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1474cd5cea7ea364c133207b1b5f257cd42e687b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+629442359302a2ad4570d9dc0bf2cb428019e71bf2975ab29a510d544c4331f6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+e9c77563d406453c34472c1328753ffac2bcca6d80631605c77082e499c15ed0afe3b83aa28d3830a45743a183d0081655bb4266fb169ab53be59c1c3bcb69ab
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSlAAoJEHGkWj0NjQuT0pwQAIItBx4OZtezJc0YI1SJm4KR
+CTcsWseV+MD4W91QYvAe7VnN1GJSc8yoUONw1cvosaGcv2v0SG1jobfl+iD7TMB0
+GTpWL9TnhkvBRdn0qOk/8yzuWTzudwLNrLZybM2wIaa05pmH7dwvofNBLlUvIcUi
+NxWOIROvctwiLhxqQXdg4hnEg7RRh7JhD/Xm0kieTmacrUgM0OqqcihbF9uLT1G6
+Jmbb2L71ACmlgCBhp0dZ5lfnFcTD0Sgau6Yzm73xV/uRM6izVwe7/kw2WNKs6i7l
+xAMXHjihpa4k/rC98fT9Pfk4agrEaEcBwi8ZD8tMdkAEVZyhgsD6BQzfQGzUAn/R
+9qlH/WObUddfJ1984jsW7wSENvmo6EPTpDw9FQtrZ9DP1SFZVvWQ86Dxbk4oprsm
+13BOe49S4n7IzqcBCgVrV6QWNVwGdl5nn34Ml0b/AS7/tlua0VAE2GsTXUUUal31
+rJXHuyecruixtHN0b6z4FjffHgWj1FCT++Bi9E24I37o9wZozblJSFA4wtun50Pl
+fcpfeUcOdXZHY5RhG8vrPk0NVXRszBg/GAavGluiWCJ0FqcLL7t3SWtn6cCK0GT1
+x0QFxcnaPkaf30kgHbhU+isJxx5LQ/1APirASegp8kD1SrIMT2M5+ofDH+fBkkOH
+YTzwt6xqnE70Ffu5Wfiv
+=zYIA
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+6f5c4ca40ef610d3c5af6ec8af602299
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+d8d4dea01be0550435d3a6a7b3f48efbb212ac78
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+dd4f1f4a27b2497fdd2f8fc56915117be39d79058cfcdf66ddba58a0625e3115
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+2d48375815b0d77d8052da6928f76e0395c351bdf7aa20716044b3eab9007b36ecdded0990e58959e86c005d1be47978511c86c09bfd87721af9e9bb87eb9167
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+6a27b1fb1eaea56fbce44e6cfa6e2301
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1a36b6f21a70e1b6b7aa6ebe53a8ce6bd636d321
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+c4018cb96ab01b8c0daf23ce4a3a36b0537c76f714838e5faac2e99cfbb7bb4e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-javadoc.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+9d7528eebf60656f0b2f8016b48c0e09cad45a78c4b50dc533937bb30282ad348286fb4ca2e6fac7ed65fa03f890d7bf2cfa4e66af7582c26beebf95b71aac56
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSlAAoJEHGkWj0NjQuTOYgP/jH8oEQSJz40UgAXTQPh/UKY
+r3XONiMzY/T04r+u48qNAZ6oZXBSOKzPcavX+2ClUDMZshlWXhyynn2Kb81lUCoB
+WkKuizREAeIZtj9CjvKsYwxjHxtL2SJBH8c3PVzPvAtVb5zlcnMzYzXYTRUJxVTQ
+IRFbDylzDvKLeGdlANxT4VO09Hc91HQJQ6iTA6bZQd8Y+ykkDYYBsoO07qVYLcFf
+taoDMT2h66//9tiVRpvOgf8b6o6vqRWmcRwWbOOrXIzQZCP0c4FzBV+CSy+Zrhes
+ifnp7mva83dZHHqiFHZJiATLuA/ov96/gWVLkMsW9MB96z6Ei+eEN37BOyIyWttY
+FF1w7cchRLufoPWnhJwAQEE+yTbBHrkbc1RmnuG0sDHAkiP7znVCQXOPGLPmliBQ
+v4mngN/gCWDFKl4j0nXq5S4UBPlBukf2bB+dAZ9t5cjLULzbot7o/clu+kuDe8km
+gGzhzva7ST4e0QCmrTtGhKGo/var1XMMe/sE52AJXqkmTo0NP0MJVoNy+LKClTho
+E41H9YW8MVTveiPaZwFuS4gnfMdKIjHXzjaPukxf0u/5gwt6S+bw1FQ5VWVPh3qi
+kWrUjnL2PLuot2mg+o2lGl9s50MzmT4loM+dhKR/5BiY4aYpXGAnXcrtacWX6K2W
+++evMat63R9uhkb2jkbA
+=TASK
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+e444976f4d239abb1d7c0ce6e9facd3c
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+60f4b50f5bd5a13c50a3f01e330449cf1716c717
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+4c5edbdd5a0f5943c801ad32c25b3ea844f5e053927ba4df5650d5361bc104b2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+30ed1fca8968e1dfb7f8a82226db3c65ae0e879a6966dd570557c6f37854f7851d862882c5acea3a858d5004defb4c57c9b622d744558279320d47b609176aa3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+d0f764eaee148e017f51ca11d97d8018
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+2445fadd4fa61f6ec5daa5cbcbc27ab498b7715f
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ad1f32e2f15b9880e3eaa694d399313ecb4a45938c31d4fdecef23e8f1376a98
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0-sources.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+276f24ecc240deee2e5f6fc3d233fd1d8a37354802dc4ae0e1d07f238e08a7e0199309606bd22799e3863f0090ba1e3eadd07aa7a8dfd65bf8e1d96dc170eba8
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSlAAoJEHGkWj0NjQuT26oP/1yn15OoMnXHySETBK8wl0E9
+ftsS4KlaYqU3HBTi1QBkOEn6632tGeiOsyDEZe2Wji3GgL5jsDWz3epFIRfiIaU9
++YdwC6mwn9cPEVRDVmDHq4Wt99pT1euRVZNe5nin72mtiHqGM7M8di0jLzyGPPJv
+3I5TMkccoX/mJYJZqc+14mMimA1UerpF279WwIi8Hoarkwif0rOiJENEKWrwcaSU
+NoTO0CrrcLRExKZo2fdVrzl9Rqf9CsoW6qHykfyA52Ie1Y/zWMC/9ispY26gIM8O
+VsnMUf8Vy/rmkjUcwihyWkSeQFXgt57rEE4OuQKFe42P0hFfyL3WyXBt8B1P0tyX
+qg23dWnBEy9KbxiyuJt/cKdIte/kjxSRxPjRTlxABox09PizFHApCIKbV6to7W2e
+UhimuBRMvTjErs+t1YecBjY8KU9YfQEw2IyhyjEKI2fjr3Y/vzhbOWFDGpN8O1Vn
+KghwjWp0wR5Jw/cRH5KL+porZ6lsyxU2L9RFfNPdP9C+DX1vJCTSIIFbaJ0uz+QL
+2FEw9X54H6QS4IiatUsmmnHUzPiPCp9NImTHpVePQqA+3l7wg6aBmmC5zTumj3ZC
+mxAjUyXbmSEgdecmbOHn/5jVQ7M23H2yX6N1PqiPqKXTh3vjY79PTNqfv4Pw/i2K
+BN69Lw5SWbYF+b8bhcNL
+=c5RZ
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+0cff56a2efd2deecd92a228f4c3138a3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ca8f23f514f106e09df573158d8cc55a0fdc419b
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+ff96496c9e272b57f330d393c220ccf061e11ebdea088efebaf31d5aabf1a64d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+b157ab61cb06d948f76ed808c63945996f56623beaea4730c885da36f072fbfad122bc2529a00d89c99a3c62dd941b13471da9ed7eb1fb1c67faf1bab1fac767
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+993700cf75b3986407f41e307905acd6
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+8bfb5cdd022a4459d65e795830eae94a80c24885
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+7a6a2c9f39cf10296bb1846c769bcd60146ed3b3c67b3168bf8e838c1be562c3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.jar.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1b0ae6e1d9829de3cf9e6a32dec36f1da72840efda9bd5a7266ba3d898e93b9c338f6ad7c376bcacedf186594206af605f4645d02e187ebbac5a616409c89a34
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom Wed Apr 27 11:51:55 2022
@@ -0,0 +1,576 @@
+<?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-s3-repository</artifactId>
+  <version>9.0.0</version>
+  <name>Apache Solr (module: s3-repository)</name>
+  <description>Apache Solr (module: s3-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>software.amazon.awssdk</groupId>
+      <artifactId>auth</artifactId>
+      <version>2.17.63</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>software.amazon.awssdk</groupId>
+      <artifactId>apache-client</artifactId>
+      <version>2.17.63</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>software.amazon.awssdk</groupId>
+      <artifactId>aws-core</artifactId>
+      <version>2.17.63</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>software.amazon.awssdk</groupId>
+      <artifactId>regions</artifactId>
+      <version>2.17.63</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>software.amazon.awssdk</groupId>
+      <artifactId>s3</artifactId>
+      <version>2.17.63</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>netty-nio-client</artifactId>
+          <groupId>software.amazon.awssdk</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>sdk-core</artifactId>
+      <version>2.17.63</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.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>31.0.1-jre</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.fasterxml.woodstox</groupId>
+      <artifactId>woodstox-core</artifactId>
+      <version>6.2.8</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.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+      <version>4.2.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>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSlAAoJEHGkWj0NjQuT6noP+gNVe9/Snj6R+aMYJsg5dRcK
+48Sr1Bs6uvdVQP7KeizpccnRTas+OEsyAM5HvQcPdWbwtfy09R0+lcndwtNcPK5b
+hPIOF/tA2TiO3oLvX50JRdOgVL7hyAlWPtgrE2VyvAYFBTyg09+4i6/wwkHBvxck
+gz+OC8FUC0i2IC5Gl8dkkXWKsu0oAV0jRDDKYQrd4B9Bc7cu6U9FTQRXDnwP0yh5
+QKyVG0kKMyheC/koogC27QMS45Nh20/g3WwFOl3e4Mo5H8yJdsRlVVkEvcw1Boaj
+nnY5KH0ZpPZ2dWPinziMyC4Vy9T57K5aM1k8FigCb6xBprl4N3lqFxdbebZAOO0l
+RL4uqh3V90EserLH5iw4238DMs0f4n92j/HTV57AwDg/tzu8/NmYeAcGHsy/cZMg
++ATQutF72nfQruV4+emPwPNOPZR8CHBBLWPAcRnjg7JOVsT9xYuLazQe7LhcrxC6
+dyh1DFdy4KBedO0MOsQtrZH5OvQKotdHB2vwrCUiKkO09d+tOQBy0jheIoNIURD/
++XY6KE56nbKDTyh8m+63YG6iyfad6shUg0zaL/JCuB1m8NbMXWrzhmQkJkVoTKhp
+qjxl8myFH/MW+0XLbTckpLUgvUT0l7fn/CO3oCpUKU28YnVJUqXKUu03PdJcVz4h
+HtLnFDjbaTFtrc8XBRUh
+=S4hr
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f7298f6eecee4b4cae1c9dc41d19d264
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+0d704e4287a67e7802a6b5ab4b8867e93055ab84
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+8fc6f7d6b99b324fd0b0dc0ef5ec0915cb8e3c647ad400a2b53961fb07708a76
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+2fc71772e44fc63bc23a66327130f72931448ddb76cf4f5ec83e4cd8ce394e25cc624d3dc28e958912231c4a89329b5268d6c83ac0dede0fc17813151ae51fd2
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+1f8d65fba9e58991301dd177bbb95ee3
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+12982b4559fe8740eec9f8dd8672bab154d4bae1
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+b7bd27b42a1b5ef4fb4233d530cead2a82c5acb7221dadd4a62856ab6f80360a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/9.0.0/solr-s3-repository-9.0.0.pom.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+0736f17cfa6c8df1513c315aa19bf0eb1aafe9e34a5ae39ddd6a1e1ba2aa5926c749b43f7f685bf06896d997e1d3c0213e8bc716d3c0208b4439311e46037607
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml Wed Apr 27 11:51:55 2022
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-s3-repository</artifactId>
+  <versioning>
+    <latest>9.0.0</latest>
+    <release>9.0.0</release>
+    <versions>
+      <version>9.0.0</version>
+    </versions>
+    <lastUpdated>20220427100213</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+85ce758a892b71defdaf04cfe8ead92d
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+80e838fad42eb3e777bf00d01db98ce5a0f55c2a
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+f4593557ce00651c2215217f3262acde81b5c49bfd37c5bf320c7827f99e42c9
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+9c79f4bbdf0426ce4d4bb56fc4317b3113fe966e3098ce5e1b7fc7bb7097226e1307de3543de7eae7a67b84dc951d945951e96352c4f5321e0b86ad8785a52c4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc Wed Apr 27 11:51:55 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiaRSoAAoJEHGkWj0NjQuTxWMQAI2oJMSGm53cPK1jfC/HWzUW
+R5FWmwtfnlmb3lKf9d9eLtlRziZ75MuS6gm9+gdn2nH5lvtBtQBtdRV6JnIDLhD8
+39tek/ztUftY4w8uAxWOJxw1oDzNx1YGwX4M2rWz9XsDUQ1tJybgXz1PicNrXuh6
+h/MYp6PPLsQGj9aKd/Aq3fuAGmNJuyyCowlOgRkoVo9FVP1GEzE7sVWHzoB+PpEq
+fTLWECWPkVjoJLGuVhuB0AGOscfNf7EhVWc9zhIuBCU9pU0xQzcUul1GLh3T60M/
+ouSMEcwIEYzb9SEGWxj48hcvfVGUoSCh+zSkdzB1IvF8BnNx/sqiTx98f53BNsZT
+9X9oXCkDZupmHQV0wHwZyUyr0jw6metz0WR+WPugwxCuJqEakR8exJwtf4PkD3lm
+rwPoQkTgoZb60PBjQlUA1m0qrmxTMKXDoE4zRCVnM1gLhTpMNenL5w10sDKC7TU6
+kgRBj/KMjWUMs7xm7oan5Tvru9PCpYoxeH/JIRKJ9CXR+wDsh4MVJWZfNRO1wKKy
+6H4JigXnPEDjCLmU56cIpymM71AKmJsy9wY4la+4TV0CpPb+XKEU3UlfCYWpB+wI
+fHyT6Gmb7jv9L9qKMGx4NmGePbFziOWrllfmWo9e0jCGQuOj2L9lzv3hfoG+Y8Vp
+K4Yv8B9GtJV7FsjR+azm
+=J3dj
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.md5 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+746320a910c1fed635827e66f4aacc15
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha1 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+e421c29c6196b76cc4140ba6b710f259a76ae04e
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha256 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+22460bcb6ac82c1aefe97e967a1df40aa52891384c33d42dacfc07cda15c08f4
\ No newline at end of file

Added: dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.0.0-RC4-rev-d6e36d590896755ca962c6d2ddedf78ca4f463cc/solr/maven/org/apache/solr/solr-scripting/9.0.0/solr-scripting-9.0.0-javadoc.jar.asc.sha512 Wed Apr 27 11:51:55 2022
@@ -0,0 +1 @@
+fd7200b4979aaf8d16279b20c5cc52e1ff85e4464e1c3ca5b747c79ab7a1f5200cccfc6ec0283afa3126857c0d57b64818e75e259cd1626131d7ed77235dbb92
\ No newline at end of file