Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1,768 @@
+<?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.9.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>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</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.9.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <version>3.9.3</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient</artifactId>
+      <version>0.16.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_common</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_otel</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_otel_agent</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.prometheus</groupId>
+      <artifactId>simpleclient_httpserver</artifactId>
+      <version>0.16.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_common</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_otel</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.prometheus</groupId>
+          <artifactId>simpleclient_tracer_otel_agent</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>net.thisptr</groupId>
+      <artifactId>jackson-jq</artifactId>
+      <version>0.0.13</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.core</groupId>
+          <artifactId>jackson-databind</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jruby.joni</groupId>
+          <artifactId>joni</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>2.18.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.9.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+      <version>3.1.8</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.13</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.17.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.9.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.21.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+      <version>2.21.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j2-impl</artifactId>
+      <version>2.21.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+      <version>3.4.4</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmh6uY8ACgkQNpQk/Jjz
+9uytABAAlLLWE7vrwZ4WNm28kv1LufZOHUFAJ8MKPAsTt6q17zI/vjxQvbn110eZ
+Y3+b+CdhK9RbWsMAtGCfy2qMafU8OCjjG0ubB4RGRINHBcPCzJ0Myr6vQKBj0fJZ
+xBtBfcRDekJkZ6iZQTgv2yiXKPynC/xKPuXFDPZziNRQAPrJaHfsETEyNdUs5Hce
+tF5qb5WmE6R+iDQTN3e8S3GcBLJ7k94XU0CAHLtoMLK/Gw5R+WYRj2wFsNrS8eLm
+qAs47hBw83EP2a5Xb4RkXVCcN+Rmfh7E+ThIGGmNknB7tcxIUQ8RdwJ7cYuuDF/P
+BO8oPDDOXiYoRZzBt27NGfCrO5SJbl66FlEtYz6R2/DjIP9U3CujOBOD8PrABXzW
+E1CgxNv0DMVagId65p7fzP/nZLTSzOMqozEB/LkDNLtjxNQnc839G7KhzvIJy6NK
+FvJX9GA9T1oaz+3GA3ucwcjVJwAoyAIng0599iet1GEQi4sQBo1PjMaw2Krhn3/E
+tReClvw9/vrip9BdyExTBo9I3feJJqsBT597aDP5Nt6FVilgFxJlUbLDTUeXtOBJ
+s+s25DYEwom73ZfJlTnUZvVeCXum4ee0vY3YhfzvoFv+v3kVNt5w3NkO7sl9aMSi
+PUVQ6QZzsT0HtnR8WtNIPiREVjaOSu7XfVgbROMSkvKGdE6E1gE=
+=XHb7
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+81e66cdd573283142330686d408f2258
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+f2956bfce34b13b357e7fdde156e38bd88c38f06
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+ce956242c5148b148edefc4d9de19b51e58990686bfc06866b4b519743a68644
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.asc.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+d840e4ff5fd8d8ba740000068881e585bce10af1fd59e129895a250c7dc415c56329a50c774bb8e8577a389a01ec09ed68d9cfee3b96a64941ab6180069d60a5
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+29e31a9b908a51807c0d68d0a55b1cbc
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+9139215c156d4bfd1d297bfa2ee6736ff179aed4
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+1b7787bf97c8022de9f1bce8f85f9829ba7778ead0d3ed38c16290906494b65f
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/9.9.0/solr-prometheus-exporter-9.9.0.pom.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+ec94273cec3edb16606dd66b1926eac5e35e4929d321f362f98699768a04fb2084e5b1c9b97a4621b19c6a0bd8203ed54e4ea026f53c6f9637c2d364ccfa55e6
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
 Fri Jul 18 23:59:00 2025
@@ -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.9.0</latest>
+    <release>9.9.0</release>
+    <versions>
+      <version>9.9.0</version>
+    </versions>
+    <lastUpdated>20250718211559</lastUpdated>
+  </versioning>
+</metadata>

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+89214425308e6b2395de604e0aa2ef9b
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+c902b273e13d5de54d855117fa936d737ee35163
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+fad12dd71f36075e747cd650b96c39cd7c54391d9996bf63706e2ef3ccd37501
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+edd35be829beea14e48883de6647b952fbb202c9c3f895f150c74b72aff9708f6b2d5425e8e1e9b62b2ecbfc88d3625e213d12bcaffad2cd9fb9afa5aadf200d
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmh6uasACgkQNpQk/Jjz
+9uzGvQ//VCGBA+0ncOT4EW+K+BbbHXDt6s0/5ICUOe0drqkC8W4zQwnXE2+67xhV
+cVp3HHG7TvkYFsONsUYozjk7rXJZ4EUMgxDDOrLvewpni5M/l5rl1TmgR0Sj3+44
++sCpwg8NreahCzEdOsqnxavWoKH9PzhEKiJqHZXW+tLsYr5uapMDImaRLhiM/pFh
+pOF2+Hv13uKvWh4/pzxup9/EzsDOC/RFQ+JbLmk5sSC62rmZo20trEsb0cTtd7uW
+bnun/A9DmhR9nFF6isVoru09Pmje0LfGRmoHp4jABAxSXAIscT5xfTy/rDxc7Oa4
+LYM4kbSwrMARxf/DeBiHIt5LxbLGn5iM5bjY3DsYKATHeMYkhs5WTpOLe5YqysdM
+SHhUffONHr1oukhxy0qhNVD1ksBKBj6o9MNVBD0E8rcSph4mkhGF7TbDQA5FRy7z
+MucSw4yKDgoD690sqZDXSd61tRiDf7EmnuD8NXJwqM5h16efKX4FDdXACsl+285E
+z0C3+nOGk2zxouqwQaq3rhibG1ZtVg0EU9JS92+KAnN5Yn2uvXjv9HzukCNvdIao
+826gx9c97oqEOfxpUp2LXJz0ROU4aBKEIOJqpS3SsaDCkB5/osLshuWnRcyjyiFL
+/BrxCBJ338X01yxzMJ2cpYpqFDEqIG9ZRqxcPeA7O2yf6Ak+oTs=
+=wJDS
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+f71a1a99bd0ac9f901afde62b5b80fa7
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+7e6922f4613def26c661914532f3affd4b7e131f
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+812a02e0b83200fb25d873e10de38d4ba55748e01861e1095193df0059e4964e
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.asc.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+c68531cb921f38c96bca5291b0b30ea59c5566d9e7dc64ebf11eea6fda5a20cd5f01966ef630cf016909a9aca7498a5645cd6e66a2f3c72138e29b4d86705dcb
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+2963d63d8efd4ae9bdbda6f6331a62e2
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+4114f03cb7bc292a27febe951dd9e02a75dbc6dc
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+106cf1ddfd11786eaef6f4a20f26fd66abfaf0481601ca89f99ab633a7fa1c0c
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-javadoc.jar.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+af39dc982bd479d45344adb74e30220aecabe092f6149d49dd067f78e7d0c320ccd7c3e906bdfde6639c027a4dad644b954a09f081644aaf1b856a872207d343
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmh6uasACgkQNpQk/Jjz
+9uwc9g/+NMJNHYJJNtoMzQ4GTwJtEyS5CUJGfJUBGUIqIV2CJeBLdAd82tzT8Wn9
+Lz0UXYbeCvpyI4z0NENVvNRFpjEyKaEIVpL4t4oeeuugTShg8184JiVtJGt49v9l
+00CmlIU/i91Zk3+ZtVJBMScArMoKd+5guiIb8O/+8dt4umFCglsn6UVF9x1/NK6n
+ezFdcK9uI2CAoZGL7E4DsUVutyKvK0HKKo0UDcXvzKJkvrn2+aj/lsLoA3GGemTB
+lrqWBXCe6KfWCccmN+5XRUmfavkM9eJ9+Jx4IbvVRNmyQoCRGfcJCBKnf4QK7Q7u
+0H6LXIjDHMc4hbo5qa0UNJu2NzY9WqMuttpb2HgaGZAlSOacmsbY4flryOfoSpTl
+N8OyDO+T1cPX+Dy/+v8vXdMNgYeid9Uz8RydFMUX5V778EwJ5t+pmnRLRoshujTZ
+NFth3FG1cHJtofWdlw6XCk70LvS+F4jjXGybeAdsq12mV5l6UXz1lU1OM6n0SStD
+5qvg/kwxqj+U0wyqne6VwSLCVbWOB7LSoKesIgaacY35/3J5WZMfIgpBIZ1awnjd
+EYYqMf+0S/YwXHtwGzDTZ4k7xngF1JjnCq3Ss9BGDyeSuUBBgH+w4Ja5lnGW+LON
+t1DOsBrsmlg/RX6GRrHBJUb0GO65G2U8BTgMWjH9COzydOhF2T8=
+=Bo7r
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+dc4fa97ae943c841887284c3adc47f20
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+65de33869233eaa32ac55a4df5763346b37f10b0
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+6f5e9da0a5a01f73c32982e74b2b15938b3e78b458c252c9a799062825561584
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.asc.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+71065280bcea24b6b09bb2c0f89106c25241c66cbff2b46e731ea052ed119b5190b6a2956f0b54f72da5e0b1f09bab97eb6ec496774887f0d75b54e8923500d3
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+e855f633cc2277117173a9b27b8115c3
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+8dc212ec6063494eab15a45335c205df698fc424
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+c7a5552c7d0be2fe92f74d29c8253c989a1dace54a22830a5278b9cba89468a5
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0-sources.jar.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+e2772863dd47a5e1cae26c51c81fad10ee2b21a0e7d5692376db09ae73b1a837e9bf6515a730f80a73281506e11796708ea8f30e9365ef74fe207acfd6d78e40
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmh6uawACgkQNpQk/Jjz
+9uz0fhAAq44tEV1ZkUQMKgPtVanATNaeTGzF0zMLczMIn7Oe7eFovCRWVkS88gew
+oenALPUgrkpMG/FZiKfRXrrpSoj6/C7ATQkUSnyA8UHNbBfrtuoO/IOPadteNEsm
+XtCJNQQUCCvYmCjoY22+z4TSUSNUu43ALl/i6yF4nJUhC+lH7v9ZGEdCaOmpAwCb
+ZyTeD/jxvkkr4px8Vg4+XSUjpQ8kdzVjRA9ytpF+SkOilXo+ahgVp9L30GxRZTZd
+tLgNUQEL7Cz3N3j2Jdw+SlOt2t+WgwhufXFxjOGjNsS3wvCfDUZ7oXBMxSuSc0sr
+V1taf57s5loG22lqG8VZVIXsQCKKfVZlm+9jdSB9QYNYZL5rsozdI+108nRdgBC3
+faC5xwk4HKBU1eRnezLAWW1bkiYTe93uIs9CQqtomUnaIr+Z7phLoFCADm9wVa2Q
+3Grf+jNNeVf7CU1IMB9nq0c7JpdyczOxSTKslIxfOy07bsTMvbtQNzXC0gASLEKv
+CGdqf0K/FW4VueONfGNQAoSFBrxOGI63QBNCeWn5DdWlryHeNa5Ir5BNpK6yLJjl
+xY6oB3SW1zizhzzNtRoxllZ1Xlov3jV86ZNR6xjDYrzHyLZ/8+x4ectB8BqwqaAH
+1l+7ft4LQeVbIw1myKnLqAihNfLFV3r56vCUXWc/raox6WUCiq4=
+=xsxV
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+b4ae0f88cab56ce12c270498e6547f58
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+0a2929d67e1efbd0d1c3667ab274b90d2c982067
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+44b2d74c9a468cabdeb7727f3bed829eef6567bb8cc470c1fc8a4a05cd3779e2
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.asc.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+4cb61e4bf00bac4ac64d85072ad145bc8c4cd7dde0b8fce3599ed4a4c26553eaca9411debbc2de22f1aa262fe3da0d011cb191796a2f17681b55032abd046f85
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.md5
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.md5
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.md5
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+1235069810313effab5eb9e6d3ef81bb
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha1
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha1
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+701515ae488ad37b7f066ba0e6a23a40efc6a6d4
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha256
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha256
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+76b46cda33bcc7e1ff1c53c2722d01d65461522a31c2f0c5412c649b9b829287
\ No newline at end of file

Added: 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha512
 (added)
+++ 
dev/solr/solr-9.9.0-RC1-rev-386ed096a1946c488cfe576a19a147bdb1153508/solr/9.9.0/maven/org/apache/solr/solr-s3-repository/9.9.0/solr-s3-repository-9.9.0.jar.sha512
 Fri Jul 18 23:59:00 2025
@@ -0,0 +1 @@
+98dbe054890de7e136a9989a157b28e22c916109fc192fc12977b1ffd0a6c033c64d98b9e45c52f32066cb777d7a2d06f4a5c243f762778fe0bea245b708fa00
\ No newline at end of file


Reply via email to