Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,508 @@
+<?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.8.1</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>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      
<archive>https://lists.apache.org/[email protected]</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-streaming</artifactId>
+      <version>9.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.8.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.13</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>33.1.0-jre</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+      <version>1.37.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.37.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.25.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.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/sgACgkQNpQk/Jjz
+9uzY5BAAisFsSrURUknu72g8yY0JXwZkQ0j807KN677geq93B128z9WUwvMB4C44
+RAfGpiU8NaYbI5uxwQCE7Nkf3gBdUHXiBC6AgKfTwwoN19Y4vbYeUTOVWEVpygQv
+jUsqXXzCoSyDKL36wB12WaUnTYddVLpRb2lDM/tTzUvO3nmCiynLzDw6Zv9SqqVR
+6lK2kUOgHQLToiS3Q4eb+/FDxJ0F/wW1lLmNmGOVilSonEZM/f0pcG2XGdA11V3A
+tt46qUQU+PGso8hpqEoe+jLYJl1pfWz3r/c9FHJRg/DOEe1LEkbEe7LDpFZG9pmz
+SGvfrjUhRV2+UUZpmNbneinIsbgTHW+MGoGPwjch8byIKYbfKk/SrcMaoOoWqafx
+t+28vsueGjtiTeF4Om3A1R8L8SH9jaFBTrmCy43TJ8sEGWfOGpu4FGvCrDAQsgGm
+Aqr8N5M/0r3LL51HacU4Q8QkHFa7oeVT4RdszAKobMdXRBDp12uEHecwCAPHUHp7
+DanNPsGLN6TBDOUlN6oiPFjv0JEI7SQPySOdsNyAYWsq7WNKbOYu9p3V/Rf7auXs
+VEMsMp1mK43OHxGQvbkrhC7KiRW93L50WaJXJjIm8v2O67Xpcak2ec4CA1yGc2Y9
+6EFW2G7Q20tKGDdeH+9boisULo73PSkSG9OFLcTSYDJFvsi/l0k=
+=PBa1
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+bae8b8057295321d77c9d592cbf63064
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+514e546bbf69979c951b06835f01cc6685fc3f89
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+de97aa5c9f89addf3d539bb4a44a7588e7d2bd940a8409cce57ddc22dc0cfe5f
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+8a7155b215292b923a9a51b1e98d873462c3ed71caff8260faa4196453bc361d51899aa2f8c1247dcaf6a77676e9edd6ba07352ad9ebd3b60651edfcd866369b
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+15cb763ef1d07723bf85330df01ff57b
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+804295e6ede3cb9eec3a3916528e354239b0c04e
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+503f23f8a8fdc63e2bcb4320d96707512cad9651fda1eb28fc47d6948c7080b9
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/9.8.1/solr-sql-9.8.1.pom.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+9b7db72ddf7ee19bc362c004b0ff1f17e7c80ecf0ecdcffe9547dadeecdf0acf6fc8a52976633be261958445c7861cdf1b0270cfc4c8bd2ca18ab6a62b452ec3
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-sql</artifactId>
+  <versioning>
+    <latest>9.8.1</latest>
+    <release>9.8.1</release>
+    <versions>
+      <version>9.8.1</version>
+    </versions>
+    <lastUpdated>20250306200008</lastUpdated>
+  </versioning>
+</metadata>

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+e2503e71648a811d4895a7ea6a86dffe
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+61392931b1557be5bc4a11ed3625d01569f9097a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+6cdb4d379e91f13f73a40af1e9f8336267619479ec27ef76022477d570b32c5f
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+38881162694e23c9c3b6f8eff073488d69fe0c66692722c3e9b6a37f48e86d3921112fa1ed65518c6c443e148f805ac1abe536aa6a1067afdaf73f7e648d2c2e
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rYACgkQNpQk/Jjz
+9ux1/RAAyvJXQ3pesa1hHA4FNDaU3xGZTm7UlgIbDJYgW4O/FPHhSNdxU1Syg//Z
+FkXGiMFkOXVyrOsKna7SqdAWY4uoLT68tdXKgOPPfazvlL9RP3oDwo9dIMCXFJ7Q
+Y+j72IuHUfNMUPuZPSUAn+/J14sjPvy02qwSMSl3vqVWEmBgvfqyCshrk+HRdGHY
+0HL8uqwyDQVt25WALHR0nBKiw8mqJaWzjJMUM4NcAXtNLVeeABLt539qD0+F8SFc
+//QTv94r3Y95AToc0HsQZNpfZhgqQIts1TTPd+9ZXZ9NpJxZLq0czAKTy+cDRvSD
+whpZrOLZnk4jMxzFoQf37GK5Jns5o6MttiIKm9LRm7Ejd1oyelWQCP+yeYzuLiUK
+UL0kwxNDzS79cycrG6K/o958XRTWm8JCINx1H0TpQRxnq2wjyl1KgA1QIBDpKa4L
++PtUZpzEYODtFkrx/aMZ2orE36MWP/JhRr2zeuhQC/xfPJU6Qpa8glnGn6PDfFf1
+wc+cs57+jmjGAB2JT4efgV2wMRor4xfMGLmZGrM5t94T3T/6D98rL9CP7T0b4td4
+lPZ3VsDPeClN5zRO1Owt+Tzk6c2RVnZERnrW69cnUQ87SgldM9rps5CExQJfHD+h
+gTukMt+Xmx+0uC51PBpjYL+Z3vmngZYi34FgZwh9lgYQYyGv4sQ=
+=pGAw
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+cf6a0ec6b7a79cfebf87d3fc13d85cc9
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+714b6970c4aadba0b5db70944cb35f4ba6d47436
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ed156e9ece09632dabd625f6865ed033d3503b8ba4a83fcc8f64e9a53bba0ccc
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+da1457bd2bae1f4e769a5d88548e352418dfac2f082ab46db209de2380235bdb901804f6ee3656ff5efaba48c92819694c3dfe7fc2d6d6b9d3e90fe55ffcf8fb
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+047bd9601a61f5e8d96a1948a40fe695
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+d16302aadfc554e47f3762436202b6f8e1ba0208
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+ee89dc257b94de1f20745e7e0d18c74f6b9ea6cadad164838e96ebab0d094662
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-javadoc.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+efd0fee6ec7a26540e7cea17f99b1471049d1902e95361ca83b47b0d7eda8bdedf2b5513cabc8daea2bd4e13c98f86b05c91e482c2da9ef378ddb5c010fad785
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rYACgkQNpQk/Jjz
+9uxlnBAAk3erl5erOe9ftEm4iKFggXl8ELDFcIGmejoEP6aZUeytUgw5aevAi1qO
+c1TpSxC4P/0ScY+neXG+oL4g8L7N2PkanSgTY8PNaMVleeHiSlF7Hdp9fOnuMvLy
+B8WNrN8Na1usmPA4uBi98jlEuTR/V5y2c80WEBlofQ5nA/Qv6hKP7ELwG+l7JNfW
+sazy5CM3ZviFdGfGfayniKE5CLdT9/MjN/B02xdcn4kzACVCGndAUL0kirHNJumP
+ctZ1grVZ70ksG0mCryOGPHsiF4Ldnj0Lr5VZEcrHabJKVOdLsxSwgSRZDO+T4bqY
+PMnAUExeiHTxfboR6LpPXfhLEWmi4m8n0Eh3oCiNDb3HnpXxdmyivXeTClKVLsSA
+Tbv47FLDjnm397AsNJlAGKUywhJ7LeUDXhx8sMWht5ohkfhrLxZba9241OslQJVw
+nJ057F07eXRTG0CD9aVfB9xEZdk0Mam/zE24iEaAOYvxRLd64X5dIGRf4KYlmA0r
+4rcnqoRpYX5nx2mXts9yULLgUelKh5r7Abjo93aw5rdNFw2E+giRa7+Efz8qoXwd
+t2VHCAOOChw+7VCgm9k1j/s9aQiX0oOMmdinmbtOwVPIHSy6+REqOrNxkS993O1N
+Q8FxrWHbxm1dgebk5Kpt965TmKG1BK5LgcVO04fy6foG2QH8VDk=
+=XN75
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+e3f41d35c4c40c7eaac7bc1a1b9908bd
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+78e057fe8b10091ff8ad73d40cee8b9c46bc3769
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+dc989b2ba2db1c6a3ac8f67c5c08ffe1e667557021e7694a902d87a8ba922d22
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+901ebeffb3a94124595d9560a552cc0ca4df3695637016225c101bc629627037bd5b1252c48adfa4a5062c4941480e507edd30049df454609a39adbb0fb161fa
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+0de2b13dba460da8b8d7ed882cf7a3df
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+9e174418a0927cf9e890aed607a9469654c4c46c
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+1c1c891817be807b66324cb658e88ba7ad4b9837a780bfbe5365eedc0adcfff4
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1-sources.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+4a1516e0e6c5c9153c05ca0ba08025364002afe2da5e4f7cf6ebe17c424988aa425cc107079d02cc6474a6118da03f252b029f16da6ed685095aa9eab2d7a8a0
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v@RELEASE_NAME@
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmfJ/rYACgkQNpQk/Jjz
+9uzHhRAAlBSWR9+va0jggBbKqH2K79U/FW06gLew2t2wx6ebTaCaL1i00lSjJe09
+5dRGzAJdxf037RHmQYKkUOmzZ3mGp28EP451wyEg0osfkuxfXuC98zvMBQ0YWfTd
+/L7zQP2BhydrED7jQkKsCgIUOHeF6ksd+azQI5dmr3WoPFLM1RxrtU/4rQpW2TA0
+Xtk3WPy6FE+oZMKsIOyWpWc8iuQKMXMrI5rqjp/JHxITxFD1PVCxMx8+YsIaoHkL
+hg/7Olza5Es+AhOEd8LgLrVjcJodqA5pEQyhyyx53R/v/fw2QyRQuwf9f21QAYTD
+sVwC3eAqx6Lb7FZkmW5Zpe55ZB/StuAX6jJtjCIudjd2MZm8ztK36Pq9Dy7q98Rd
+K2lOnjt4FFVElo86Jdlr5Nsnaoi0Ec3kgCuu4F4yomPbSJH3ynfgvlDwh1bTgpcS
+71aqXvYN/EFUYzclzkE1x2S7VnAYffYjE3qXbJbVmsoRUlV+bBvye9sq7pDIJWWW
+7cf3n4zyYabhKxIwj/xMmlq7C+fXyD61m21B3ZKNkafTu5nPhO1rJwkQ3EraELM4
+SiCaB81TlEOFDDEYm2CDRIibreJb0w4DYgwA8q65VfDALR0JPIt45bgISQbzbC9a
+x8SwVFmBSO9XCfmTgDBvnTjwpLn0rP2WXM16Q6s+IhwExbFcQxQ=
+=2hpd
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+fc8fcb224a4bd9c062a022c9936fb3ee
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+f75c539c288eba43d967257740b0957b00bf0569
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+dcc85032884f8b195319a92a2ba3c4127ccfd71e49966185d85f2a34d8b36c4c
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.asc.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+c523e94457bece8f0ef4a43053f2451894de70af8eeab75eab1d060b469594fbc183ff3cd988cfc175b41fe74cd813681fe47616f6c2a60c8c6f1a19053e8f92
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.md5
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.md5
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.md5
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+6d5f9cf1fa0e29248a79dae04a34b623
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha1
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha1
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+4670768a6a4a9d4cd284346d550a44f381f91e7a
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha256
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha256
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+64dce6b5f8b1e5db4870eb64701c50510bd79729bb4dd02bcfe8002e94d5c0bf
\ No newline at end of file

Added: 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha512
 (added)
+++ 
dev/solr/solr-9.8.1-RC1-rev-dab835e4a3249780230e5b1cefebffdf15ad5c96/solr/9.8.1/maven/org/apache/solr/solr-test-framework/9.8.1/solr-test-framework-9.8.1.jar.sha512
 Thu Mar  6 20:56:23 2025
@@ -0,0 +1 @@
+1936ecbfe6edca4782ea428d4f08193f03d84361fcd83b5148410701821c33a8459d7278a92ff1cc7e1ce137789561920ec3357c521ac57068796878788ebc7d
\ No newline at end of file


Reply via email to