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/06 17:40:01 UTC

svn commit: r67212 [17/20] - in /dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b: ./ 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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom Tue Feb  6 17:39:58 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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZBcACgkQaE1UQWA5
+JFVdaAwAw002CCqIAgBjmgezkCrYUXPE2qsyRg+2I8DNbi0/jb8xwm+mRzaRCt6J
+xgM9DnZqSVHdTTsmN5N6bWBApjVeGXxHnBsKgJLRJWxK6XBArjjpuRwd+PFvM/tv
+SuB958oVJK41GQBehSWP1q/xj4PYKUCREYTiS7UGe4Q87Fss7P9cl7m/TcW1ypXq
+VBu/roIhCXWmRoGl06K54TvZPZK0w70VMz4iLh7NrMVpcfDW5n0QfiN6PwHXduT4
+S28lp4+h0vY2YytqQ/0hwpm556FUzFs8gqAs4nIXc7x73IDkTwkTnrNX1sOXk2MQ
+T9iW+UnoKbz3vwvfPGujrTc2BdHnwwqqPWZVBmusRxSVbSKjlPN7R6b2GrfsxalQ
+/YgWwUJX5IzhmIR9RNpEo4lnCXmj1fElvqXxNqLXMNItJnDHFKeOeds9wWOXFzDV
++eMlaVgOnqr6lxj2S7l9qblLnG5VbriTA1eoLnIE0UNaGsSH9pOjh6W211lYlyiu
++bRtDiWg
+=zEcf
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+7e9578f70a4e660453cf880094fb5005
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+bc670bdee6c1e7c183df28dd75cc3da712ebcf82
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+e56d0e5932c41af132bf4537b8d87994b228122b525f928947649bf299cbe7b5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+e5923ef23c66084a1986cfee6a5b01371bb0d18ce9b397f5a0c73f8a91d43527833a4d64ff131467820bfae664070cb8e71b9753becaeb01e6b4139b8fcb7065
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+dbd8eb41195fe7936781972de3fad34b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+796e83b573a32360d47c097ac0dc94b7d7c53fbc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+f0edadb44af85533acd7d182eabe77d3fb3f2e8611658ba897581782dcef7220
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+a2e6910a335fbed9b3f35ef2b5d3721918930bb8b0f24d9a645898c9a97681cd93b123e428b7b623a9d5d5053591c6a0f3a5b0f254397e4a714be097deedecb9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml Tue Feb  6 17:39:58 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>20240206165343</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+6e17bd6a3d989702eb2d1b21d3293bc0
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+0136be7d7c1ca6622a898666f35dd7c628cbce9c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+04a2f63039247183888588c129ce8cc4f97dfe215c4e80ce5ecc5ddfaf9ca971
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+4e01e38b86e06e381c31df22bcd43c957d8544e7d0a681b911528caa7654e6c54799be0bfdcc85905486cf56348e2bf73ee507efc64b307c34829e87c648d521
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAIACgkQaE1UQWA5
+JFUjtwv9FbN/28dH7M47MPux3HiiYsljHLED5qosnSRJ2TzwRmtEfoLIEAGIzf7E
+UAL1I/o0Q8hD+Ex+Gla1TnnAVgiFX9C5o80TxMsiDVu/bjHDqGwmnIjHK1p9pnPL
+iR0MqHO25g7Lij+zv4rmZzWsxn6DjClkiQM416jT5WN42lhxUE6shYNgzuqzdtqT
+mgCRRaQv1CxLJaSINbQy24x0zX0qGnauEzJiBBnOST6VjpvzofMPGyQYE1rJPimv
+qWsY2Q9eJAVJUKL8iL0x9Jl+g3Q8xHy/C/k1/LldQovVoxLJ/dsB9FfVKynt3FZp
+iTP4hdv+JvDpMZakWvfbsBEwGqlfEKlVS65VRkMjHxazW2rp6BdfmNZ0Jps0gX/V
+Fn5PQFDKg+KJWfuOEuNF5xRvofZet0lJY0t8Bzs/QTh81NnRSo6VabL4vMmhpTVE
+QJm1+pPjodZMZVLMDeZwIaVqjjAXFL45z/dUAR1nRBBR705WOMFQwWghiYfhh0Lk
+t6cdGVhE
+=imCY
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+94bad16d52dedfcfd6e16f5f0a5e2563
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+bed38c98c5e39486ff07be1a51f004aa9c43b651
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+f3f91df159d1f35e14f74cde038c3c9130241e9c121221d9ab14276b9c6c7295
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+37ee00985d09d1e2f49efb2f9585aff4aee507c7a05d359d7a03655cdadda210a579b25087af59d8e2d2b972d6e5f6570136f606b7545bd4d648f36a2be5f3d9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+70aff9540576d2e5e9cf8e926960ed88
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b4c87952dc18ca44e17b1c7426b49cc96ec919d9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+7a6568b377156c77c0ac5575ee62628eda4de5d8033c2a2a260d8dcced5e1f9e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+86457122a21ca2b8370d49640f412500394506c7f66cdaa5ab20a9e328e4137fdd3cadb35799a38f39c75a6ac3bf36e4fce33cb131378e8a83e504c93c57e465
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAIACgkQaE1UQWA5
+JFWUlwv+Lbm24GEpEo4kDEXqdO7V6BHynez2/fUF5mBszE5W6rkZnK9OauoUqAfG
+Hay3nIA/NFu+ZhgYbGJ7aP1VlkAT4TjRZxfsATVKXGKWh+ZyplEa2/ETb1f8Nbd9
+oci/nbg/ehon8yTbPzpYqJDqeTgmNOAZTaCiAG3r7xMLSzCOruefqNlwuZcPo550
+mv1n9RJCXsu+MtPjqNcZbCD1xs9tFDwL0Fp0GCiuJ0v0gh6W9uhXCrcXIQ0/F1hu
+F51qzq5bQkC3oqdAfR3OV1oGUNlaevmSs9ztAQGd9/4AlZ88DgVLx0C7ag57m7oX
+nnYxKduR+X7t5TV0CSGomTMPxHgqfVwHIxP8WJZN6X9ntYZ+Te6q6V6oVfcFIgbE
+lmVMeHAu4CR6QnkBKMQVuoAdS9Up+ZaAGBmLbBm78Qte19yK+t3DiP/H3L5pNzu1
+qOESLouZJOWGSYMGh2NlNwYsVNLZM3DbzndgXmNUzTkKaZNE8wJUaUwKm+WUcUn4
+BAahQkRl
+=2MRQ
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+cb705d2c71bf4cbc6b39012bf2c2a959
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b58b99c8b72c9cc26d75b40f3cf45023217b99bc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+cf0f1013e3db51f7587afc39cd6b28c0766149a02066c1a6fd0738f851d709b5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+73ab8c25c471dd2d2631627f40e9cf0ce6f7902105db46c1649660fb82d52e05a30ab2165769767b5e1aa376566c77b04b03b3a89de6c95d67aa38a48fe024bc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+48e973839faa5c3082c0732637e4b164
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+80d59d78a5e7f142052946e70d4b82758210b76b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b57b00fc3276695b98131e6e8b4f2261de2f4bfbef3899837adab65e17e1c8b8
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+78e1561a05789aa768803f50b458dd3a5bc496fc9053c2773af3b5e98629b5a143c124c57bee8f69a44c86005f80301a936e2544baad0742eadd608723356f48
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAIACgkQaE1UQWA5
+JFUajAv9Fs9D4OWaeh0/OK4dYCCZ6PuAFFEMxvujwSInbJ5LVdKFCm9XQZw3Bi/R
+tGZU05fRtqrInSRsfeRQk8pcm3iVrBhkuVBkxjMHvUi3ABxcNuT11S9/j7h6JqrL
+VTEiu4muFHf/RdNy6CsR5aOeOUbTLCgfVcqr3AiqnGhjBgrnwWrieo5HdFUwMlaC
++9d0jZpX6zE4ytEZ3lPkqw782bgiy7n2qu6s+rTc0OoXfRU3261rpnoj0gmlUkA4
+BQg0FrT2oiJygZkPzJ/PGB0VnUxx5WreP43/eXMU3xN9xdKWzX66mApktSazCP7E
+m2ouhObVj0MIYBNEQepgA69mTPoyLwGszi4M0kI12M5VXwrEinvrBFNk98BidNWN
+qljb+jOQdjdFqk0ax1VOq8ik6WKbNS0LiTV8jb7+bfH5xhZJ5aNU992TTcsLk1AB
+KNE3VW12nTvqf983R2/AGrDFAsg2nbVUZ+jelNg+9H40jdgMZe98/2XPgvqsGWiN
+7Ut9UqMr
+=/+tO
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+dd7cf8d3d526782f33b7b40cf5379b02
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+26f575e65f08433fa1df709cb6090636cc7f0d22
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+eb52d674b62c68a452afd7b507f81be96d6da8df210b2e3a615c2f6e64265a43
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+d710939eaea03523220dad3e26e0ab2fafcb1a538a2cf8bd10093d92bb5c7074816a6a86a37fc053a5fcfbab21fff03e0bedd9c0817670b6c2f0efe9eacda030
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+0e19ca7811d39b09edf0c77b9c96ee0e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+825dabeb9ff54a71de61895c71767160f6546ece
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+d98a67f1038c89f3c26c644d350ba6275d4211234137ac7725a7ff9849672211
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/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-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+296688c50c2eb3984bd746d9de6053735b1e0118847942498221fc92d09b4a841f1b879eca813c7d687a172cfd2c5539bb29662f46a7229c5ebc44744d7988ca
\ No newline at end of file