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/07 20:55:27 UTC

svn commit: r67236 [17/20] - in /dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599: ./ 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-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom Wed Feb  7 20:55:25 2024
@@ -0,0 +1,460 @@
+<?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-sql</artifactId>
+  <version>9.5.0</version>
+  <name>Apache Solr (module: sql)</name>
+  <description>Apache Solr (module: sql)</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.solr</groupId>
+      <artifactId>solr-solrj-streaming</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-zookeeper</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.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>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+      <version>1.35.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.yahoo.datasketches</groupId>
+          <artifactId>sketches-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.minidev</groupId>
+          <artifactId>json-smart</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.uzaygezen</groupId>
+          <artifactId>uzaygezen-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.hydromatic</groupId>
+          <artifactId>aggdesigner-algorithm</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-dbcp2</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.jackson.dataformat</groupId>
+          <artifactId>jackson-dataformat-yaml</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+      <version>1.35.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.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+      <version>1.23.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>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc Wed Feb  7 20:55:25 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXD5AoACgkQaE1UQWA5
+JFUv0AwAo3BS7LCs3i3UYnsXLj1Ewiv2hLdtGSMt/GvtxtNjATszIRcpwhLHGwzM
+xAiw9VR3cKAolSoeb4NzwkzU3quARjliMuIXraKH7nUs2uqPVjG+JyWKTgtMAfTS
+pVoVOogz5tuChOmt1a9jPiRiEoEUQoBSydHcxWN88OMzzM1ZITWH8Gsy7yK3xXSC
+WwMnFutbHfKguNMa6CJh30KVBDI4LNBYmMDEVdpha1aN3Ip970Q7Z272CZSGIQlZ
+6uh6q5OIoZKLFkQ5ugZ6r+S436B7oPo4UwP5XM3t9cbuFji1NbgEFnEIYU30GuQ/
+znJ7EAEdYMvyYVAQG43OnwA/6G1O6q+KVNH9ZUw3J+AcII8bNgzFkc8/cB2rCpiw
+VqtNSG3oclb7rPpzMaT5P1SV5IDYXl9Bxjd3AvDSykc8XTC1g/7UQqY7mFPcW0Ru
+ISLm61TxOKWzW4XoAryBYPoJKUkbb6lPZMTLH2uM/UT8DrwMltjfXm/+3c97XkMN
+/Eq1sMwq
+=b7CE
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+5e6004baaadec559c7a77c2f01aa398d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+fa8f54961e9f9dfe4c83e5f06c3a15e15da6fb5c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+0b118e8bd0a052ddb3b3da5246afdb9da6a030e8bd8f644e237528c567512cf6
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+bd215b02b2f0214aa9658db40c62d95f38190309343b3b51419ba8badde100bbabaffb8e3c271fd62538c6de45d1ed7583180855424e8d520ffca6025a6bcfb6
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+dbd8eb41195fe7936781972de3fad34b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+796e83b573a32360d47c097ac0dc94b7d7c53fbc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+f0edadb44af85533acd7d182eabe77d3fb3f2e8611658ba897581782dcef7220
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+a2e6910a335fbed9b3f35ef2b5d3721918930bb8b0f24d9a645898c9a97681cd93b123e428b7b623a9d5d5053591c6a0f3a5b0f254397e4a714be097deedecb9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml Wed Feb  7 20:55:25 2024
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-sql</artifactId>
+  <versioning>
+    <latest>9.5.0</latest>
+    <release>9.5.0</release>
+    <versions>
+      <version>9.5.0</version>
+    </versions>
+    <lastUpdated>20240207201154</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+041f22edb81c722ed676e0918af217bc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+e4c0b80231f2f88550dd36b89ee0f1a7ffbe3f25
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+a78aa628cedd334c2f3cc2cf060282c635ba053259c50f4289b2f4985d2a8245
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+68cfcbe3139a02b5dc33be14b8a2742caa876f0515071912a00a183dd4c4b37dee1915c5da54628751a300570e800f7dc4ef268367b471e571647f161b0ed511
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc Wed Feb  7 20:55:25 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXD4/QACgkQaE1UQWA5
+JFUpdgv/QnYXPxbKkMqxFbhMYRzV4Adt5stZwf3GDrKTXJf25tH+rr7f7ZCXdX8g
+3OcM9cuuctsSmv7ZNjO6r4F2/Cjp1pZPROfhG0sqxX9433dm81NqQLY7DKn/UkKp
+GJAxqWgnLVOr2L3hkHVKL1CjJskfXuGloA/oL5gHoSWzCE2HD2QIazL21hA+PG8a
+2OF8KGW3GVWI/etvVXnLuArBmLwlTimeYco46zfbGismfdNdocRF8/Ur/M2NJBOv
+TrrRvpaa1zdsr3pjUwte+0zJa8LcJanMqpYRsPpxEZCS2KDGsjFwlNJNb3L1CKKS
+tQ4qcwDYYWncqZLDs76svBbV1UqbrSNxiyFQi3MGdp5w6NnoNwDRs+9LyJuKBj4y
+coI0gbtXoMSNKkO05+Ce+3IEKEhuYBQ5aqkFdKw8bpLN2dlyppIQYoJajlW4nfYj
+STmhV+0lZ+SuYmkGFymBax8IO9fngwtG5TZlnk+lmLA76edRaFvUUlaS3T7DtJD6
+875xUcsh
+=Hihf
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+ea43d51bd535bfb807ac9feb1f38bb13
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+8342bc95e74273e53eefc42da3e5e01e3a7c7abf
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+b42a4d2b76459200fe5b0c17a0a4c4a31399f321d36cba06bfef81504813fe85
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+d9291972b8a20d273f5a4bfb2f5d405dc5f3d885927f4489e5af57638d9d618c8dfb55f8837aac4de7fc8e74bb88828748d403bd8ecc66a8ec7806bb6e3d454c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+0421e64290e0a86f0c39899fe8bf7a40
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+172c417933e52a6295c8d3145953c3767677b578
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+f03c30daf7d9536c4992a559167f890b44d90952fb1faaf7d8f3c651ebbd2347
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+27f47a2ec9fedfa45df823116fe4f2ee38b21f0b87d19535ef7b33772691c7abd0031f00f580890b24f8a99a4b1ec4307dfba5a24183d1bba0366abaebefc4b5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc Wed Feb  7 20:55:25 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXD4/QACgkQaE1UQWA5
+JFWaeQwAwgc5GAkgVgoNv5uNCEndjD4QEkMdrCdtnUpFdQpcVzgNz4YCXCCmgu76
+q3bj7E4vr7gL7Qt14xsb7RZkIa1b58tUlvi5zhRJ2jO82p4fehEYuIBUC1sRRFBd
+bTvsTXEFetHAiStklE1/98rGuhekapEyfkS+AfIoYMsyEyU/3GBnMPnuxTOO9AlP
+43bnXD9B2sWvqpKIKvmaicvR9xbjFNaK8LqLPgI/p9iThsKvnDnRFgHsFIZscZ4F
+7Esu8lNghcsHuhYlSPQ8hc6q+iEBO1zAPh3z2ncdKoEpGTrDD7jwpXwhhX0GGHUJ
+rXIJwivNtSB4g9WXZC5f+bxNPXdHroJNO8Ga7zEkdPRsd5VBZIqC0KXF5uTwu4s0
+tqBhM3UaVi7/k3pSHqUihsAaIr6O42tac13uQ9TEiH52kP0M8x92FjtRti+9ftkf
+veaj0NLv8d0JHdBag0jh83ReeHdfil0DJhh3rbPf14i9FmX/FVkXgrbr1oZidxs1
+cXJXIybD
+=2SSj
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+de2c6ae8d1af3be9be6777535ab49d36
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+9c73c87808d53c90b4f592b82f324528bbc8822c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+4799bbf04da8da567c813f564b2103ffe2aaa6a8a2c9ba4a23abf222e890c96d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+382196e585dd094fe5d4f87080932ad1d2253d74fedaaa3ef96fe2b43cc0e6c29a7414d3a9a5a2a50a815708caf786c6f75d0bf44ce1a848983a2a71f1acbed4
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+65cc8e9b5a198aa59aea3d7e53d62c17
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+4610921a78b6b84248ddd79cf57389b5a5ae8bf2
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+10da09aa363c3db6dfcb225024a1a0c82b54d0fb3d2df250c01c4bc266de5d71
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+a215e0315941bd75d2987edf7bfa57e7df65239a618240b00cfd4db3740ca26f3bacff20017382550a7facebc85312187b6771a93b015805f68c6f88d3fdc3f4
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc Wed Feb  7 20:55:25 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXD4/UACgkQaE1UQWA5
+JFXmGwwAu/8FPQkgRvD+FH0OLEIusohMZh10fom9S3NRrJThl9kafdTTV0/gPrRS
+Usw+PhDX18s+BF4kbAQtSE7h2I/kOLSc4WRK82d8tu7tDpsjEHnzBQQ4VIpGk2lS
+ip319Xvu8GijIXzyzEhQd721E2Zt54brfeO9lJ+IwmXVan1No7O/jaSebfMovZJg
+4IelcBF0Hek6JfhFCEWy++/VGcb3neL+xAW5t8qG1sn7mvNIzee41zbr9MqUxC8Z
+Yb60d/Ww4/ppO6/fErz0pcAmMMRqapSJMkRAKRhhApUZjOyw3/Gmd2rxpUKAgBbH
+IPRI/vZJzLyG7GpOqRSx5wIMe/tpWxVJWvcG05SpYzNkeco957IDmlykhU0je37d
+3FehXr0nwRRRH+lEyyhYJlesBjpv4B+Mj3QrAE5e2k43BPRVWfWqtr8KvOtMYuS7
+IARi/QiLAhTQlQqwdjikr7WTys1k14B2L+nMGtw2LOiXDqOqkTRtGc4memi6xi5E
+EbIp8iFU
+=tfbT
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+74deb976f7835302b4249c47b061ae3d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+b80155bc570463c3f80fbbb9a88250d2a51aff83
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+07d9b401dee97ba9d6d74285b76b03e9ab26b1094407158119067fbe9cfa6269
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+3c47c96a157f0088e3ec85c8b3def62b5a4f08c968ceac0f80416855aa7f1e080c7731975d01d6013f64c53b3dc1b5fa6a5a1287e3e0744a06859c282f67db7d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+89b5dc241b79c448c0e311a82fffb05a
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+5f07bf61469d4dbc22c8a1d04c60f54ae3e3a1f6
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+13160e205a22761bfb10da9a5c222d4c280fdfe5271c9d8e7c1911a3730f1edb
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC3-rev-cdd27dd15c3a6574032e9b1b92b148ab4e383599/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512 Wed Feb  7 20:55:25 2024
@@ -0,0 +1 @@
+8bc15a91ff5282b783d3567ef5e440ec2e7cc4d2efa5bf7dbba15ab94e64d29bcb40695f81886ca9597ba159888c851092b97e1bb9c541b92e82d0ca27522812
\ No newline at end of file