Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom
Thu Mar 6 20:56:23 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.8.1</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.8.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.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>3.9.2</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.8.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.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.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/qgACgkQNpQk/Jjz
+9uyx3w/8Dk0Au3/JMhuFWyW6KsDS8D3XV2ZJ2OQkxXf2GlyfQpieekuabvyZB8B7
+BXbkJQyWygg44kWLcibo3+5Cg/q0Q9N2jCsaH54uRDsjtxG37FqHnYRlyNPzPdZU
+ct6dPV++F/2SYQkBA+8Yw3iEq5211xiK6Q4b4KJLygHPJVyCyLn5W2C/kIcFXcfc
+82CyXx3Ybe8ATLWhbQv5ATV1FvCnZfRzVgDk/7w/SLSC7D1FXhIWieaOvd7eGDJ7
+eLkowjIjCtrMhs3PSbkwjgqycGqors4D4Ydb2QacNoflsa28yh74wtsJBG0wL2HM
+TC7AvDlZnIZ5pQpIMOj90HPKxtKrvT0ViFOHY+yDRuKKqMjh2RBL1KRjP5Lsg8MJ
+QPY2QrD8UiklxNyIGdGbtAUdE0/IunDt8vpD5eknKVvfinSvxfgNVQgCmsF2iN+A
+Xr9K6eyt5Vv8yLQAJbTCmU8TJx5+7EBU3H4myWf5OW3zd7blHbyJ5wtUrKKsegz4
+VTbhJ7fc3A4FZOPP2mm0V0Qnyau+bw/pHYIb3lJmUeevT+oKN3XwDFXU4MK6GYiZ
+QuO/VWG9ruUCGsO0Nx+B3TiImk1zKvjqf+ajki/JLgMxdUk5yfxhoFGYXx4X7AsH
+Vbef56AGN8e5YEouh295edyignPOUlCqw66z0ELHqcZprBheLZg=
+=aoNV
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+559eaea39b51529bc924fef39c05ce1c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+747338a9fdb18291301289f3bff32c930014ab48
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+2e51d677c11804633f2484cbc3138b2ef19fb7ed62d905d2033643950b6f943b
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+23d19e8d2e2c3a2fab5318beb18a50bd8aba9d3631427ee2dc79f3581c3e47385faf753249dddb005ca90319a958eb9eacecbd7327f87bdb808f0a31ea3c4a3b
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+78d39a660b52f14e347f075c91b1d918
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+2e7c86eb0254106ef0f5b8850db3a97b533cab9c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+548cd3643f7e400185b40e8bfe7820f6e2da146aa2f14d30dafacb8f136518ab
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/9.8.1/solr-prometheus-exporter-9.8.1.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3000cdcc34d2155cca186f496d916f7f617701326ebe51c820c87ab6d8610799c17e81b04b2dee64806ffd220a2f0ef26fbb045c1c306e10f447a74fb62d2f44
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml
Thu Mar 6 20:56:23 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.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306195936</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+9ba329342d1b750f04a6353ec8e78cf0
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+9624086844c1564a2172b3dc8912200d9b74ed10
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+8a3ce35f42940e63a02baef674a951b3fbc2fdd97af6ed357197b5330920cd0e
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-prometheus-exporter/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+8479377d79d597290a452e0d0592210e8eafd6fd783f480b076ff47e1004bf86b31b59e7cba96eeda8fa2bc8a876adb18cb6a7ed689fb5d51643c1c2e6a8ddfc
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sYACgkQNpQk/Jjz
+9uy+5Q/8D9Ls5epBB6A+axfXnBWYQssEu03Qiq7CZsTWr3L2x5lNDJ+FVbNCtP0g
+lhaoWvZTRcJGgB5Wyuj31XGbfVvGN2x7ksB30Ykfm589m2W3apxCM913MaUgwsy9
+sh10q7UJVm1kXtAKuFRGJRB9wU2n7mcIN5Nzde+Or4jtfHP/6kUUc9GU3XRNsUlS
+UEkTeVx7YJxwutLiX6dHXLGsyofZuUQOen54ItJh85GiRo59bnyItcDwCJ39U6BT
+nPLu4h3Uqi42oU/gzT6CB0Ri049oijufUwbT8f8u9WdaAdj2j2pukBE8zkZAL4r4
+h11PA7RSVKscZSw7mo2cBxIuuReLsrCBGMtiWK90Cd56Q8ClHMNJkVXQTXBHOijk
+OEBQ5qtnhkZzVQvVI5BKTJXOTmOOeTSlwFU0Iw33QofZecQBogu+u63qxQf7Dmh7
+/APDebixwYXFWFuDTSvs0JTAOgRfag+72+EGMqHJ10E63PHUwcWGJI5fIj3tZfxm
+GdRvegQWhpzlIxGPZNnNqV3RQbSiqjGYtrzUpjbhszCEcNoSj21zqbmuNd7ldBg9
+GZnWpgta0Y0hneMrxl2xzA2t9y3aCROWzc5kz+cYa0dcnj89GxBhFmJfo/vdBvwb
+fwqab9bk5mPobmymUzl45iUIUGIL0gCFRQ0HSAd53YVud8fOXBE=
+=q1nP
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+641cc87abd476a31f8b1fd9f053f56cc
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+dbfc1adea12eb69b8fb3ed7aad76ba0c8c0d99f3
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+27e128fb40b30f8276601434adc1cab3a462fd7fd3a07284a06c640a16bf3ad3
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a0c85aeb8d6a3816d15db1dd98e96db5be430f6d1b1780b25ea1141f0b8e4b3fbb2d5ee332c64725703364bc112ae44351e46d05241b4e82f09dff2c1b791097
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3a1e802aaf9e6b06f17830e8052a2928
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a6d6dae809dea08c6e79b69bd94d638f6166f89f
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+46feb80646e14fb98b8a7813f76dc934edf23f9a449cadb692c31f99f069f7ac
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-javadoc.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+dd091c9f84e50d98f16e77dbf34c787f229fd209b4962db62f7df31506644a7e683c9c778d5744f5bd04598dfadb484bfcf3b1bb735a504408a6c7e63675c771
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sYACgkQNpQk/Jjz
+9uzK3g/8C2xDDEnYxmmnBHq/IKthrZI1rXrM6GhW9WIOZNlQKE2Bb3FXO2nz5hHm
+SL+M82hjbKpO6hLMZ67+GG1NcONGDctfCdx5/8AJjBZRA8wvUfbItovS7+ivOA1e
+vckjB0R/N6qe+Hs6+FgmMuwFJpOd4WDJ605lm1SjrURmqH//gfFt7lhB29SDEht2
+KpX+Eof9PITvAf520qkgvq0n258kl5EyPto59xLIrknyw54Xpho/ijSgqi9g7X79
+dGF6llOpp1lYDF6IKRQtyxnwMlutPbrqOTgbfUGtHRnYE/OsAJSxNg2qgacDJCHr
+NVmMvU9sgsgLZisIbPL5Q+zzDBJtrIqoGg48Bs1PHYnuuvPqQnizh6FMv5htecDS
+wwQnOMo74N+N5Riu3zFwq4J5u+dIu7TbzVkYnab4TPDhycxQBULozz4zEn0dpCu9
+CGhYn7ZEFl934LpZmXiW7+hdBIqV+/7ZV5JKL1cBZyin5CNn6568Cd6F0/gD6nh5
+eBsBoBOGxItD4QK+iLz/qlRbLkbxcugt7kWWIDGVXd6XpcMse/0K9pT9lm51sX1C
+yeYLkEQ9zQqAMP4O41mMZYIc0gAG/qpUPXS3Dt4I++cAvE3PJT0B1vPqnnQLhulR
+SyCzyELYVp5JJAvKxxbPb5XFEs04OSKP1AUopWh2rFhBySjRF7c=
+=1T0W
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+aa59bc0d5262a2cbe4896f55ed131bd2
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7a67b474370a28d755c3c2de72c06431eb0da09d
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a9f0e0afc5d8f85e02ca23411daaa9e86f32c8a8ab0aded07c5ad1c2fc29fdfb
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+1cca339279bc06a1d60f444825e8bd93c9255a4f4022fa6b63aa89b50c3f564b148d7f6f59424bd793d3006f8e0df9bb9d8fff3c48b6413bd1ce4dc3873286a7
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c8803b23fa3af2db95b221050f494768
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+9ba1e71d905a25ed41ccbd670dac4a3607b015e5
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ed1cbb3e8b909bd90a6fd042814b9bef3ecbc237c6c5022424cc069835fcf92d
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1-sources.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+529a21c2ca9156e23d9a889917c5184c81665441304a3e34de621b1a923ec9ca0ec2a4a1122ac6521f46d5f4aa61477a5c1054f5efba4d299fe71abc2c9ba105
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sYACgkQNpQk/Jjz
+9uw87Q//eznfI4hf+tpzCHUM+47+lV+LRvynX560G9nz9ZRPxOvsWSdBCNWCy6Jy
+EqENVsyYVbMl6bIYYP2GY459AsIhoMWcdTj6Dv8i3FId8U6ofXbwmXWq9mSX14pu
+uJmKHgOJumtyH5TGqPBbGI4O0837RgCpq+pIje/85KbHhwg3OEdtjSp20/Tc9hYY
+Jy2f0V05XU3HCXvaeEKFz/WWPiOkA5kHBkFVGR/aSQqnULiTXGjD1UkzyMRrbKku
+gfKdrLXfZbqu+SpZFVJUlWnayilVfwxVnroIrdawAsKaysxcXmKp+QeqV+mwnfVR
+xwpskfWYzU8fun/1xZqWQU7QmXpE0C2xFnjxbFIxOoU0Mb1+/Q7FnwKcXTZEcsv4
+06MgMeh2X9FkMfJI6TA6PSJeJn2Kr0Nnv1WlxA6zgSlkSMEbsyrTqovypn9EsErg
+iHvr+3Z9uzgLRxXaPoSUuSEfcVtx0THh1OyT7JSe4LStwXMnLBELzUzIS3GDXi85
+xazT+IzrT737F1HbnIgjsassPC9tpdFoPRP6oFhEAok0AncpJJG1JeYQIyBgKGsv
+rNRP5AMwW7OtKTEpacWg0wTZWD0WSz/8Ar2XDpMblgeuXCGDLoXIkquk4awsmrs/
+eePdFkonWqml0PbUYLP9WE/rkdsbV62ykYy5PrmNpk+4ZY0HORM=
+=95Oz
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cd6eaf813de403989fcfabe56536b97a
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+fee1141d4669368d99438832a44fef8236f61369
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+dc687521aa1b93274d3a8bdcf69692c40e463d5b5396231467e4f58e8e3e6144
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c72cd8d1a97465c250169a4127b3f16d247b67b8c4d7e886f6f7addf778a91de69ca452d04d3599da407525399f4ecd5ef761857ea7355efa556f4187e2abe2c
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+79a4d74838f82a9db3a2fdeca4786111
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+78bb16684c4d7f7ff5604e92bdc5d690ff0b2898
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+cf9a9e742c9edc56fb5ca11928279eb716ed8060f42cc90b83113df4808ac376
\ No newline at end of file
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/9.8.1/solr-s3-repository-9.8.1.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+eb7a07ac27e422af5abe5698829521cb4cf2e99ccec972224732845f1c9bb72db02f4d37c6b8454c86feeb8352ed686f241260469f1ca12ab3dbbc3b3b461bee
\ No newline at end of file