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.pom
==============================================================================
---
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.pom
(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.pom
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,780 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-s3-repository</artifactId>
+ <version>9.8.1</version>
+ <name>Apache Solr (module: s3-repository)</name>
+ <description>Apache Solr (module: s3-repository)</description>
+ <url>https://solr.apache.org/</url>
+ <inceptionYear>2006</inceptionYear>
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <mailingLists>
+ <mailingList>
+ <name>Solr User List</name>
+ <subscribe>[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-core</artifactId>
+ <version>9.8.1</version>
+ <scope>compile</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</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.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>9.11.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>software.amazon.awssdk</groupId>
+ <artifactId>auth</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>apache-client</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>aws-core</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>regions</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>http-client-spi</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>s3</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>netty-nio-client</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>software.amazon.awssdk</groupId>
+ <artifactId>sdk-core</artifactId>
+ <version>2.26.19</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.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>33.1.0-jre</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.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>software.amazon.awssdk</groupId>
+ <artifactId>sts</artifactId>
+ <version>2.26.19</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>software.amazon.awssdk</groupId>
+ <artifactId>netty-nio-client</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.woodstox</groupId>
+ <artifactId>woodstox-core</artifactId>
+ <version>7.0.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.codehaus.woodstox</groupId>
+ <artifactId>stax2-api</artifactId>
+ <version>4.2.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>
+ </dependencies>
+</project>
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.pom.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.pom.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.pom.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
+9uxDEg/8ClgBGkUjetdlQScFswb55kMMOS0WedKjqbEZaaWsjIxqilM40pNCZIrP
+TBQw1SSIHCV4nMqcQEksFb76xLBi5u9mcMYMdtjIbSK9wLQqfi3sx+fY/WlFzJYm
+codIkQiZ0V0V2W58Ozxc6pfg8cCI3ZrFwnoeYUYR0rVM0MC9HbloeDtyQQYV4R1n
+ZHP4gAux92m35+gfgBuyl2Grgz1Yzgpd7WhgVVxZW483YVf+DhazDiZRQqhA5jkd
+DtYkIA7i+HfbIJHM/TDP89XYkQLJjAM1yblzK48kiLkZId/5r8G0XnsDveM9XpJn
+gy4vOEh8GEtloNcMgmhDkfzzI7h6YMmPr3Bn9mdjSVjniHDy8oNaSgmDr+jIHy0X
+ll+6vQsJ2uUWSUTtq/FMQdQn8TY0vBpIrVwkOn+J08ISMuYDpkZg88028m+LysDz
+xX/3575pLjvmBJX2HrRjMEo92Bqa3dtFdxQDns3CqcNuAVTK9WhV6RBxLDH8Qsk5
+3Oude8eddPLx7soqE+Ii491obu5ob2nk2gPlWtTDgg38usN8TSe4CQYWYR0JCgTe
+edZizwnEKqXx/WcxLAXW2jzLAYH5/I4xqycEw4d/wjMazNGdqR5pcd7hTmfD0xmE
+H8Fc/h4u8rpkqiIgKMV4jCli9UwS9XmBisAkKLC/gbuVple2VLc=
+=fQvk
+-----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.pom.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.pom.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.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d262682e7a8410057c38da718715459a
\ 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.pom.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.pom.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.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+01a40843d7716194c76e9bb02a34e11101604a8e
\ 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.pom.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.pom.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.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+04b0e9f0871434edbe923237f8ef1c7a87b81fb8ca558bcfdb34107fcffc3629
\ 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.pom.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.pom.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.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b3081e287e9fad942d49f45758b73d85ceaac082dfb485e567484605c5fa32b87cfcb0f833e16817cbd6bd6321ee8223958b9a3cf25c84bef491972ea315c8ae
\ 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.pom.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.pom.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.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+adb586554167a1fb738d3193fa202c74
\ 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.pom.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.pom.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.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+2c3c3d7616d0b71f00fd8e5f748aefdafdf79894
\ 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.pom.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.pom.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.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7ec6eb20e983b46007792ec6fd107142433a3262b8727f2d93ffe940ff57bde5
\ 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.pom.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.pom.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.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+71ed0e3d2e105ada2c0e5dea215b02d9baafc8e1b9e768bc96089411f72a321ca20080ac9edeacc6c1c1a9223e9ba9eb0fbe3693624659563602a36337a9764c
\ 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/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/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-s3-repository</artifactId>
+ <versioning>
+ <latest>9.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306200006</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7ea72aea6ac322b3e272b5b32c1e2500
\ 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/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+35ad3acfa58d0ad73a43715dd785557d474a7c81
\ 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/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+bc68f95a55de848e8bdbbede685ffe80f133badceac8e4e55c47e797db2c32e6
\ 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/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c3153ea6878ccda03d6c47347e3da5daf8678d29dde0e09371a870ed1f25ddfadac6ab587cb92f60fa87483f050f50e28fdddcaf90fce1f316bb4e087aa0b0e4
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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
+9uwbXBAA5QOa+bQt2+HGp5O9S+R4U0Lli0DGyvDic+ZVcD4Q0t+9x53vgKa4mKD0
+xpMMTSHh2frzRAEWvlnCMKDutQJltgeO9hEoa63Emqa2UUXsJKCUgiefMDsHuSSk
+/+SK5UCuWnA640SXe3SvrtumtnAmL1HyfHdJ+sOdT85mtnbyX1C822y1wQi/vj/+
+xwvOcEAUrYbzrXdmCT3ZPTeQ9562AomNNcqOts07UGd0FHV2bkW8PmLStchrXS2E
+J+SKRvLgfD2OnO9336P1Ldz3Nonb+jZfYUKC0mFg50h4KLVv53gv1BjFyZNTp2Ag
+Rn5f64v7Al4M3FpUxbL9gVq4Urz4FC5/trSbQCxH/ilZTqY9rZcOABYF90Ec/wDC
+ZMUeUTh3ricHznSx/HDYGT6Qpj+yMJSuzVQxtR3iX+ht2xCKrYjVTKXiqFWsy44o
+B78pjTgAkaqefEut5Psi7n+iYPl7HHCB6oV+FSgkDNlMnFmyCNM9O79vG+9mYfFp
+uU6pv1zxHYDeEiKFPdRpA4VlViAhLFrAFY3dpuEuxwHzCwDSpZJR5Wjz3kEZtRWW
+k+Fzflz2ihVUA11ont2LN5PNMvqLs7IdQba7CkgqXRU4KffYYhobQfo5Qb3N7wov
+tjb+1DE2VXBq0zDMNPj1C3Lw9cVt1OdMdCQOvTbJyqa/3UsN6SI=
+=cYTV
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7b22e8f59d415dcc8e4dccc6f16f5a73
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d7de071f92b4b03ddc2d57e93aab0b4a96dd79eb
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+14be6fbac252c6780e4e71ba641c474140d47eabe1cbb78f26f951518b73e275
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+892ae1f7f27611a420c124eddbd8545a7a5b6a0d7c31cc11993ec2f9499a6eaf8fa5dbdfc7868f47fad51878a510130a587489a78623a294231b52afd88d1465
\ 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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+72e010aa2eeecb710788d10a233738fb
\ 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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+923c0fc82dddded0c81d7f71d8546ed9de91d391
\ 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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+9d92a859f9dccf8040034fb1aff15b20016091321559ba0d6ed4ac1c5bf75534
\ 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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-javadoc.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+187b125ab692f9d9b0f469f92fb9ba2d161655066f23fba06b453efcc88870ee251a5905baa159a7daf4b8ce1bd8140ca39dd01fffe99bcd92949b491b72eec9
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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
+9uxF1w//cc8yS+8LBItIJ/Ej5DcRM8Nyd4feZLwztMoWxXJZRgeg7YZS44h1LWvp
+mhbYyWKOIANesOnn86Zr5MoN1UQxsoIO1jjWuKFwcEZkLhULvOzovs9GlbvnCgkz
+dTyAotAvoEdPNC6oyq4QHkZ5DjKVRmYGsPJ1KHVD4+S/QwpIfZFcWzAB0j+Q0SAR
+Kt+dFwCf0NgIqtoM3gbAIXhJ595D6WXDF4TKHQ0S3ywW2noBDaIRdnW1BlMEYbOd
+cIpkE4ilEH9uHUIpLnqH75h2RmrJD7YFifRje92aOL2EqRunHYqaWxIoVq7DM7zz
+TTbQREf1b2SX/LOfEV9xLDTVJt+8nByim1CwyhONzeorZ0l0i+F7H2SAlXCoANWh
+tNSBrTsSAlQ0jY/O/qaOZ1izgupdmrRVBAjPPjB872Ucb8ByBFRyFmIQivjlZHWk
+xpOCNhlu0MO4uUmTByi6GvIciw23zLTNcv8HksVOjkmp7B0vo9oB4IKloSiL08+w
+StzP9Z3fqK11RMuiVGkNdFfvA/PcgDLa1J3imVsdsga8ffGOeBMBDNGRP0YnqkXM
+BuCg39vOZZDbmpMzNEnK/swO9mftzu1STeLe5jvOrByVw1djSkztKXnWVejxjj/z
+gsO9FHUY3Q5gbM9GWyuxoJ/nUzeowrdG0MtpJ0SrYJJmIUYureQ=
+=CUC7
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7d66cf60cf7809ac204d360293f0d2b8
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b356c15e88736a435f25b7375f8d402e60f22df5
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+51adf7d65327111a94cbbae66fbf632306ebe39c2c060fcd13c9bff57b7b5f57
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+baac1c19b9a526e7f4e0a0af04e9f352b3f488095b5481b05e1ef644d55bf5a35bee1b4e50dfb15003440e62ea97e01ce72317213895668e4aad3bb40524d46a
\ 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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d5c35711bfee3c2c746f7d7d5910aaf1
\ 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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+892e4ed183f6a4a1bc44cd354c47c5df9f7b8490
\ 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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ac469a7b570495f8127b168cc94ef027ab582de8c1b1963f413a78e2bbc58d5c
\ 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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1-sources.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6e367b1239f3cc88e2518b8028ba14d647d136a37d97a5f39078f9d0f2c3271b954395a2d0ce76e6f3013fc0226c29f68cedb9e64a81b645cb0a68860307107e
\ 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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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/sUACgkQNpQk/Jjz
+9uwYMg/8D1aG3he0pklow+8N7WHlIeVlN2Ep2kDEz3AGiQDoxD1LQHtHcHMr4tjg
+7iH2R6LMOsbEb/lEUb+EIhFNfZm1Mum4/kyllHXtY9D9IYApS+hLq0sxh+/zVGiy
+MM5PlDFhz9F0z+I0x48nxjfc8Hh/GmtBs+D72bitg2SuzUe303fq5iQVl56Iu5Ni
+usMQgkVvn9nJVXU1DEOezignCWh67+nQcHXl7Ixp6MwDho0B67nqmyfwUvgosbhG
+GfUmnP1pQ7buQZQ4ROJzxvBCGuz95XBGrAEOH4qxxdbg4w4dIG6bObPu9voohHHN
+q18L3WZ8BBR5CZkW9M+IcZoAjRoSoQ8W6ABnH/bgg40pxIlrawtiyG7ofEFxFqZx
+CmkEHDR60IBl4koTsA7qV7IvRCoi7T92T5UrdDjZMYCUjNOrgAH6TP7nDHPiLCtu
+jFhB9LIW5x6awlnQf83SLGhGtkxwJVGDBZTh0QFRqN2gMn3GyBN1hGA2tjeWhsEL
+4htChhnm1ZUIO/oQh2ywWnYNpqpAMBWoUy5LGMiYYIVYbef2p3xEoXQqUqx7p7jp
+j1IBpPbvWnxnfQj6kA27xaonnGBbn7PRGTKM1j6CZnwmGFWXLkKrL1gbqrJtEo6K
+uS2AcbtL4qEAh2ows9lekCkT2NMTSzV3rX9vXhVzEoo8DfKzqFg=
+=DCVN
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+fc9031bf1c9a36bb2db3889d3e753743
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+92e7fa769e9cfbe8cadcfbadf552e2f91a36984f
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+03f565c8a3e6146fa088860fbd9ac7987df96c8d1792905ced8197888a84f5cb
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.jar.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b40caaf03a3bb9b8782d003b832aa21ca8254e4fdc02c586192021600bd7e36216759b3563876b3740c5c5fef037aefdd2b119116ce57b10bf62145f04c1f394
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+4fc50b0e4596a9a650cc183d09ffdc92
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+809a96847dd8d0d0b98cfa14609d0e892451b8ed
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+a20e8e1ff8b9c62fcfa0a6ffb492a20707f8f8f054f6e7941d28db6d99969614
\ 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-scripting/9.8.1/solr-scripting-9.8.1.jar.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.jar.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+af4979dbf03cfde35fe92807adffdc74012597de140ce78c3c2912cc4161261b73fae0506864082bb99512a8328a08da9dd07fecc42abc97634893086e8213c3
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom
Thu Mar 6 20:56:23 2025
@@ -0,0 +1,340 @@
+<?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-scripting</artifactId>
+ <version>9.8.1</version>
+ <name>Apache Solr (module: scripting)</name>
+ <description>Apache Solr (module: scripting)</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-core</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.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.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>9.11.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.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-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.15.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>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>33.1.0-jre</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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.asc
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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/sYACgkQNpQk/Jjz
+9uzjiA/6Ao5j2p8J9QfXKPONAyoPJ1WOcW/VL6Lpy6moKItJi4eRSnhoZpWMFWTK
+3qfeygH/XVOtr6ZUN4SuPBOp5f1Hn683e6FS55z+7nPAlCnzWWyDTZI5WNDgfVdC
+Hum+qmgdt2wNlbJh2zSUddRIssIo7LuFIMes48oApPddiA3sv9d1GjxU49n/YhYE
+0DZAvuq8dx6jOR8msNqk2b9N9r9BJfoX4ZqDcFBmjbEWd2vqCY3wU4CpR4HAHaPk
+oP2B+tdv/3Y6ZY0Rlva1RV+gFmrHe6wWApNlbUtV4cYbNTFf4QMohENjJoQuVNmS
+OqwKjEF+ZFVsht6nqsM6mxquHrYAtk9dLnsLg9QtZgX5p3vYIjG61i+5fTv3+jTC
+FRmx/3e21OZ5HkVreG1YDwYI3lVoxKE9bSIuNfDmm0VXshzZ498LKCowSPUUsYC0
+xvTN5JLLKrZRLBzIUzEexfAYf2JfLdRL02LA100I4c7C5k/BWKzswG1UJ6iXKwRP
+CuYiiAuIivHCFU5Y9WL92MZD98qvgsnlbj0e7ImS88j3w3rJTLz0cxKvq+YsLKJ+
+lXzMnGHzHXVUScwBUZ9wPYiLgyT/QfEanXEbcoRnpLUqgR7KvaDPiy00RnoKMjqn
+HH0Jnf+zodKymgb1oxKZth2MxnN7GTB7+U7MxLxCmhHlf7T4ipk=
+=vHEe
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ee7d0d92c771d5229b1828fe1cc28e36
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+1e2a21fb80ecfaf182f2abdc665123065977f5f8
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+12f239d35823172d7359142bc9a6f7b68caadce26cf1bd2f43231fcecb5cd716
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-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-scripting/9.8.1/solr-scripting-9.8.1.pom.asc.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+2a66d66323ec8a00a6f2cb7325bdaaad3931ebdc5f2bab13c2bd606d75ccb01434b7a4a7477b5ce4d7ba6b1dc6bb1a3e60154a2ec054d5a6d5ff14e237f71e22
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c8b3a8a4561b63312e1254d5b0870c46
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+3b5d4dce036a970c5ef10d82ef99080f19115704
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+7c1d1db270cafc7117042bf3b81c0e342df12604339eb2be300704f2c83f3131
\ 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-scripting/9.8.1/solr-scripting-9.8.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/9.8.1/solr-scripting-9.8.1.pom.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d1d5e068da12d32d9f84f721c88bf15b762760ca33d2c58ae7aae7918e0bb61cda2a3d828c152919c78655861e46fe59429a1c110a4b9da98dd34b8e8657294a
\ 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-scripting/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/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-scripting</artifactId>
+ <versioning>
+ <latest>9.8.1</latest>
+ <release>9.8.1</release>
+ <versions>
+ <version>9.8.1</version>
+ </versions>
+ <lastUpdated>20250306200006</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+d6dc7d3aaf3c36d6f50b9907a5b6070d
\ 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-scripting/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+b9b1e444dde40f54204453dd066a4bd26663ef1a
\ 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-scripting/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+6d18cb73f8ebeb6d2e9166ae3270a7e28ddfffc015ffd7c7da7568b363ca2b8a
\ 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-scripting/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha512
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c8ffbd0faacb0dcda05a1fbfe8fd2ec65aa16f316ac833a64baca60b68650642f3565a6931873eca41d46f66a3a668cabba1794a2282250447ea780db0dc232d
\ 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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-9.8.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-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/qoACgkQNpQk/Jjz
+9uw+DQ/6AuIsx/fZLX65S4cqCu6mU6XQzRSYp+GZboLDuVFgA6RwL2co1H5O5PMm
+HpcpZbuCqeuVJv5HMA85L6yCged1V8EKOaKw8JVByujFYsE+/4ZnlrAIDQMmhiM8
+QP/AqxE7ZmOgdwgczHZl0E66grVePs75MWZ7FC8aWwEH9vuYnW81TwpU3bhuHExG
+XY5I1D8r79KEw+66Mj5dvuB3FfMc4mw2j8J1Ws2k9MmN7aH7qcdkUqLvsPWWMkzf
+HGuMgNkJpNlofBXt7HvAlaynnyTh2icXlaYUWN/OYDqEFsfL+ESZiysTWfPvgEK7
+rYBsehsaWavCiKymWgR2ppGAfFxPHf6P7kpdgTSIxy9sbL9X797SIWmHZY0Qh63P
+9rlZACzb3MAKz3VHDO3Azyvd1QyC/HIicmGEWP/3H+iTe+WDihTckqLJ9kAOhrwj
+ORaHwO1xTWh9KxTELK71Xno2AyAeFamt+XXD4rxnaMVy5nnxZuSGTRfX+v0Cintk
+ZgEQ3/zBDeoK0w0+iR15A5bBH8qjB0Z0tqfPevuuo//lWHcdvlYFZBAytnC9YhOr
+y8KwVdyE6zI77Ey8FBII8gFHdny52H2qQnjxmo/YU7SWrHGfF2ZZFWSsbFVRlP1X
+aUIDfGg0mL0c10jKgwhlApooXLtnRK5iVIxR+78O1KcGFd74sXc=
+=rEEp
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-9.8.1-javadoc.jar.asc.md5
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+ad6e6fa032baf0ba2688e16aa355de5d
\ 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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-9.8.1-javadoc.jar.asc.sha1
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+c37c69289f159fa2ecb297f810d5284766446853
\ 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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-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-solrj-streaming/9.8.1/solr-solrj-streaming-9.8.1-javadoc.jar.asc.sha256
Thu Mar 6 20:56:23 2025
@@ -0,0 +1 @@
+bcaa9139577c611277b4a28587663cb5f4e8227962a36f8eafc693253b53e51a
\ No newline at end of file