You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2024/02/05 14:39:24 UTC

svn commit: r67190 [14/20] - in /dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b: ./ solr/ solr/9.5.0/ solr/9.5.0/changes/ solr/9.5.0/docker/ solr/9.5.0/maven/ solr/9.5.0/maven/org/ solr/9.5.0/maven/org/apache/ solr/9.5.0/maven/org...

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+5ec542bea149e57a7a971f46b480a1c7e1690e28fc180e3feeaa8cd02cb740f8225db5b72049a767d2e5c3d6108a720ceb78a54a6247facb53d3348e93ab44d4
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom Mon Feb  5 14:39:21 2024
@@ -0,0 +1,732 @@
+<?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.5.0</version>
+  <name>Apache Solr (module: s3-repository)</name>
+  <description>Apache Solr (module: s3-repository)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.5.0</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.5.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.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.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>software.amazon.awssdk</groupId>
+      <artifactId>auth</artifactId>
+      <version>2.20.155</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.20.155</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.20.155</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.20.155</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.20.155</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.20.155</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>32.1.3-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.10</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.20.155</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>6.5.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.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.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Tt8ACgkQaE1UQWA5
+JFXgCQwArk0272yDasl7AKN+5dODIgjIUKlTV8EMrDOk98Gw2KR4A7SbX2E9V9N2
+1r5PDe6DLQxKeBvKEN15T4qf9csCtlL56rZRVHwPY0WChhXaaibakJKOmMKZVcVZ
+aaYZiFRux770xvhP7u/Mv8j1sRyu09ayggyOBrDdxPpNg+jVRYPwnXiYMXk9Pff+
+NCWU/AmyNsF4BQQCcjJIJujyMhCMATVQxDAoEusTF4WpH4cmnrB2YEm5U1luTn5D
+iGiINce7WZejphjEQYK1hbbghttDN/uGgmtos/t9QqLJ9+VloQRMncFZk78f7pcA
+hhOR2qiQxTyVuTdBU98E6XY/E0NKEdZRbojHh/W5wADZMCnfADjtw5OXyDu5jmhG
+0SRiLrL4aX4DDIVTUEqbnI5wF1UAp+1SRmi7rkMwjapv0/rLClurjhYV2HN11UdW
+YmwG294CPbmE6iaA46zrUFJMaRnLPI0uksJk2Ddu1FWQlqG9O1TUscNN9h7K0tE+
+wLPFHoPr
+=MC0y
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+21ac80ac238218c404ff6403d3fff04c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+5d7e145b7c8d4dcb1aa8c759428de7f5a3000e80
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+9241034b122ae9881bc7181d78beae1f6fdd9d8d80154fc2ddb60a6a17471322
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+841d2de0d92181250569971e473fc16f9917a00b22aa6894a6e28910c506a1df6e7ffc118bae6b6a98c69a18598c387fbc800330340d88fab7298f3b800195a3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+3c599b8bdf5fd8e46b5c45f67e55ed09
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+180f66363235d5aef194ef85f7d200421275780e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+c1047e505f1abf0057601a165b4dffe02a44ce73e500a638fd4cfeffadb2af31
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/9.5.0/solr-s3-repository-9.5.0.pom.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+2058759a2e01fa7b8ca21b3cd7fd829e4e60ec19629615ff8af22ffc5f6013a3b4c2785eaa01d20b43ffe0b00aaef5a480dfe5f38d265353b9fdbb8b4f122f9c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml Mon Feb  5 14:39:21 2024
@@ -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.5.0</latest>
+    <release>9.5.0</release>
+    <versions>
+      <version>9.5.0</version>
+    </versions>
+    <lastUpdated>20240202202152</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+03f640c04b078edcb1e4e788a1b62400
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+4a7e8a36af44f6c4ba696be69fe360b2ddf6c9a6
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+a854c522fcdce4f0a2bb9ebaf78541472e568ad6974f335cd0b7ef399768a3d2
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-s3-repository/maven-metadata.xml.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+1815a72464d683bf2c839933ae9b677d5b0b35a704f01adef869211631a5f91974b3afb3cd01d171776786dea2790188999958b899e2a9775565dae1e2b45e4c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TuAACgkQaE1UQWA5
+JFXcVQv/eFQmZW4t+6cQ+X85CoK6mJl7FzY6Fzmmph6eoapWfDOB99+4Aicv+I2s
++dlE8BeiGFc+1w7oIOt1dxRqbiady4NRtYKnrn1LQWw5bWajTj9/aeeNbD/6Lpjd
+sooAynAIEAn3Xr4WFsd9nURnn3Tz+CrakmMTmQBqYI1LpDuVybrcD29s78hBKWX+
+27V2F/dEDVUB8kalVGY2DEsR95Xbm0STPHxB1EbwkaukXfOSdmn9oJo1jLB3CDBz
+OU3c0dzshZ6sXMrh9t0jdiZ83KT6p3KwD2AkFzM+bebfHpgfVRhyVCZwSi598eSf
+/tSZjqG3SVS/uiyHGsPmzczVfCAjO83sX8ZDLKpwuBJyakTQ5EnfNWo4OKUCyY9g
+AQ5PurehgMT4sMMZFNcJ2sxCway0nK3AIjxoUddXWrrMJ91qOwFfSy2XJKNxoJ5R
+FxYH22Nxf7XEkdbz6yD+9NJ4XoEPD70lKEQWLkzhKo6u3zJBhbk5c8nZygGzJpLD
+yj3UAH8x
+=2c61
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+f45b1a0c3325e36c77c0d6f834ed28c2
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+743196b269baba4325fd4fcfda2c6660217d1d71
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ae3232459b12695798fbc7e12aab90ae30f0ef39177f90b40a9cc855c0ae5353
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+791e50b067ab07fe74999e79637e75a027691fd567d11eee6a51d24ad46b0ca471d13c80909d1e678afa9470f538000bd253ca435e3c9d0259ff285a04c07fae
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+d7e455e5610c040e257cd10fa9eb580b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+4ea2a0ee61cc0140600b35c20179684e066a0ae1
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+44d1daa03a4b3011e78d201e81ea686b5f8f98bd3b9f651dd82a9267c1176263
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-javadoc.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+04aee44fdb5b65e6b9cf5236ef1685c300e0a7c4a5db16570af826f32ace3ba6bd93e13de7cbe84d791e94e8abab583d1e67a6cdf41bbf85b7b9266062d600f0
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Tt8ACgkQaE1UQWA5
+JFW4nQv+LwUjeP8OaaNB+w+adPLBXIopPmn+4CsOY6Vus+todeSXzOGefophrx57
+8Nk1llzhxRi2yrrz3ienbfetjbsAIhFJ0LzhszdpMIb9xVuD7x95eTcEvnhOazwz
+wkiyxwqJlJqZQGng1KxlrjJ+pYCQtG5HgOHFSDQ5SXZkm6Aq+XSGMf4MafhOwTsI
+oxLroH3CZLmrD5PfrBfLZqRI28E2TdtLYenYnz+ELaZ3+aa1CfrKd+iLDiWTga4X
+KQ2++z3/pTsmtFH1GHrw/giVZGib5fmoq7HzGaQnlVfNSjfvUKUdrrN9afECDoq4
+yvNtjxyad9SbBHCZ3rz555dtsgMGi/1mt22T6ngBvxLRccEpgnemo+lXITubJoHh
+YPLKkrDRu+mOELqg1IaRZtQCNXNuwCYdlf30dmTuHuDN38u2r+E2OY88GM9Lsksw
+sxPrKV2ZJAN9lVGX+WqwX2GqUXTsF8B8FO1TluyRqy6L4ElrhnPfFEgseILc074U
+Ip2b9e8R
+=w63c
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+07df9e7211f9be6492e2a9db0fdf5545
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+85cce93d8cf0ff1a2ed4a98c29d5c3d3ef51fb07
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+2eca1185324ecc8f7d493af6c8bac1755602f32c87325320d7a6685b140f2649
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b8fe72b5a27c91d0e93084f8be1e5e30420adfe7b73bb799e34adc3aa2c450157363278424ca6db541fa99722b9825e637628893c5c0a08b436d72f338c2297b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8047680ae4beb441e82dc39e81db7ca5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b5713fbe7d18d85fc5aa5feea07b39b3e42974c7
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b9ec7b73b88151067e1e688ee968086efae4fa74093714b71b364613ba7c8db0
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0-sources.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b7cedd284467393b5937eebdeea7d05ffac5556a49252e3adce260b6b5585aa84b29695bbc721900f54d0c0f68a64c86f12239a88fa47456c462cd21ddbf1645
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Tt8ACgkQaE1UQWA5
+JFX8Dgv/ROtFEghPxe2CBkfVYNrarlbbhdIfWvLQxMQ7mFnkqzIFA3BOd7H/NWIC
+521CkGVNfqlAvuc/4h8hCxSkj/XZmufZ2/+oiA8LhTDXjkbq5zcE7hV9mX2J4tA8
+i7CbaF8oEmFaI0GOPzLKgm79OBalCWE93UFMSQj/ynETbm2xu68vDOAzoAOcgmlm
+paNQa3LEX4OlqTqhu9ao3F6aqkxN8qs/T6lAcZgimk/n1IiVVsFxs0O1eYwJ3wMU
+t4joURGZgLJ5DfHEjde75cKofGrYcsuYciqxMHK8/C2Zyz1QJ3UAlOikNIOOsJnX
+Y2YV03KWaUBbZ8yD+CIimyWItT2VP1TDABEho9I0kBb/hqVqtArkZEx6tBTV5zpX
+GvKP4uuUDrcuMIu3fPcZ6iHcrS+/wyXNrayx6T+0hrQAzAnzn4jQagVGRwvkLlM9
+is8WHzAqDr10/L3bOtELl/eOPZc1oPXakmRF8awBWSL/yVEZTuSpzsz8uEB/Nid+
+4dhUN0lP
+=QZdN
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+156642f2c0b00c860f27f79a6dcf60e3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+3f146b5e9a4d04583656581fcb8b9d9e8fb1af40
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+0b525f616c4e59ad7ac9b93cb9b63cd0cd379a26f693a0a497064b8f385c3737
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+72cb8496ba58fd9045c6d1729d78e1dec39dce39c65b56216a47926adc2b961e13690531e03d0b19b5f2bd3aa70c2f69ea21b8fb87617d70be2ec6078f0ce864
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b36d195a5623de8512dbcfefe597a3d9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+0929bd0e45ea335a87fd6bd2b6f0c1d74d940f0c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+c9f9ca94fcafb662f97eb381f12a7428c2a8abbe78eac69c1263b5c942fcf7f5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+dc30716dd1c33d696bf5ff9210f9968cfbef522c13fecc2c0e9b5ff4fcec9ade0a34cf0c50f9eb439fc4cad7d289daf243666eb9a95724750d2c9027a877f27a
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom Mon Feb  5 14:39:21 2024
@@ -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.5.0</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>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.5.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.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.5.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.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.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>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.10</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.14.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.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>32.1.3-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.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Tt8ACgkQaE1UQWA5
+JFUt7Av/RDpjDpeclt6/sdMpU5H1GLIgvRSl3oTWIp9bDwso4w5PmI4LiERseuZW
+vf3GhCiHa8IAJYw1pf+qLcZzpnsOzbilDGYgg75FNIsH8GBdovhL3skROtdGvQ0p
+98O6E4Q2cST3R7uhNaYrqQJbb6I0fOmUnB23YEU/uLwYKRXKMd1E9fKOuIiq1HsN
++jzWGELY2SlDD+oft77WJeml0HB8g5E7SBh025iNx00CfQEjTS2oXKh5XhMu5mTl
+aYw1H78QK6oz7T+U79ygeMjYDtrfv1e0DLHcRPaPBQoeG7pPvkJytYjJw6wNCoRS
+RyYMfnv5VkGCFCrs9Z43E2lNE/143HmTAg9oVgAjXeEoO7zHB68xO1Wbu92A4GsT
+G6H2JhNwuSxqIsV0Urul0eElOmbJU/vfq57V2JKDzlXe0l08Za8pIRgVTUiqmd6l
+NSAJQEcf62PQP3K/mjK1s+x4qFlUnRLnLsRWDx+tw65SsEAB0tW7kQFu1oFpptZx
+T+pUGhol
+=XBSD
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+3ec0780a46487ecfc1fb2f077f1ca9f3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+e8faa0dc1a409e8e241cc9ea75e7d6c2938c5127
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8ba268ba2d94e4c58d9cf164d9127b27b0f23e000fabc31d8213b6be2df9c875
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+2e290e4c5b6095ddd44eb1788a11fe85ceb021535b2b3d334ab3fb3af982b7fb21ad785df66f17b9bc8563a58f548a8afa13d422e50c3e7549f2a84a210dde83
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+a4622427597185a5e411fd2c84d869d1
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+f875fffcdcd744b47df6bacc86ef3d91241163af
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ee3c078e42fe126ca3fbe88804e404b6c3e643c1c60c3564c492525b36cc1104
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/9.5.0/solr-scripting-9.5.0.pom.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ab4b6d607963e9126639cff13326213f632e9d23b7603fadbcde43785082d125c610086fe6abfa335ea1746776b974fd8ee59ff5993474b4900aaf0d8a73b81b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml Mon Feb  5 14:39:21 2024
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-scripting</artifactId>
+  <versioning>
+    <latest>9.5.0</latest>
+    <release>9.5.0</release>
+    <versions>
+      <version>9.5.0</version>
+    </versions>
+    <lastUpdated>20240202202152</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+2e0ff0766b0f754f808dc9094fd4c9a3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+d88e71827f428b4e3438650663432a3c78d5567e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ed43d0fdd81be433a620a04fbdb722fc7e64c74ce666904e0a8644e2fcd0c3de
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-scripting/maven-metadata.xml.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+add1a0d720437eb33639f4ecf90c584e05b2718c5e356ba296b9b70c30c7a96ca4631a8472f602370b9f30cf8eb166f34324e5e83eff2185214e680f12ec5c77
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TrsACgkQaE1UQWA5
+JFUAugv/UI5kipDkNHDikGY03S7uYJiuzkc0Z+XmkQBAcE9zAJ/JgtybeMvT52kM
+58icfkO3f6ECI3A1iQq2JPXXy4VaRP3tP5Y8hoiGdK3i2ldOpLK4TaN5BA2CW3/j
+GaKYi0idTQoNV9bBjGohHrTWBjMxQMjI9yNPukiHt7KTsOHy+DyyCWm7NcUslXMb
+vOmmG+QRucSLLPfgNbSxd12wIl1DOakvMdSXlSQb08ptTLE0UPWo2IFjcX8h8RPk
+TjL+fgQXi+4umouNl0vDyy5WGzfi1rzlAukLSW+eJFn7NxiP2MHt1+EmqrQ+MngP
+GslS8Fdro1Be8R3+v5BE+Exphv0DzsOmBYDEeiiveD4mZsFYavWf1fdjYwHZuPt5
+fCo21jTH2KZFlmTpTYEHZ8OGGL5uda+qUAPt5kbbMr2ToK6Tfy8V3NnDLginqUb1
+vTpFwGvtC0PslpP4Qg0FLfrwtrMTTqiaumwpe6dkBHGzU4fMcZIKkc1Nic4wLiYp
+JBOaoMzK
+=rn79
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+97f7f3cd468d8728cdc463870734f800
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+97f15a9963624dec5858fdef2a43caacebbc98e3
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+20e7e19afc0ebbdbe6947cb2a9f1dbd5cb20be5df84ea3badb3d1911b6104e58
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ed3c91930017cf9f1bac6162226aeb73739ba4bc3c267ab4e9166b8623b73b780fbbcc4c586e83df9bae3b7d85d3046e41f8c25dec429495dca169dfa85d7b64
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+d1bc9f9703b8c7d9da05b714b85f7fa9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-solrj-streaming/9.5.0/solr-solrj-streaming-9.5.0-javadoc.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+e10a0470ec3b8724130bfb67885d0a3008d73c48
\ No newline at end of file