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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom Mon Feb  5 14:39:21 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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9TuIACgkQaE1UQWA5
+JFWV5gwArPCc5Kj2pseSgQgu8RmpoAxv9PhZt7ZDDRZccakU0ZUAnEey0IxqkdHG
+OoyZP5MIRIv49+/Qok3bAkpil+b0l62TGnX/b49Ykq/pxzvN/jB+f+viDD3h0o3/
+LkUZUk2BGtecG4W+rBxu8fmE/F2Wr+Z7Em/7rYG3QKQ6A99wglTi0sgWgw0Eomry
+UjYUVlBZSuorSQC+jHxUJ9ftmOX9ugNDcVCodqb/H2gD2GyFBXBNO+sOkBvfprX7
+p16ZASa0R1jtq2owYdCOlds6I0GNjafsOwPBWij+mAWF2S48RQgFTQ4PnYEs6rS/
+3gcz/U1pFRvnbL4OCx9Db0RUAI4aA0I7Yb8yShuYjnnR4ChEtbeNqrRdGRR7EzQA
+3iP56tgXVtJ68GfEm1kCJYMOQ6GBd0ZdtbifhcyT2iaoMMlEkaj5ocZBELXxNERB
+4nj2VqhbNQd3beWyfmNt4Yn1+fe+6bhKqKwxFQWcmiXxrUberNV8fw9mFacJNvD7
+R3RgpPBR
+=Pvzv
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+60ddc4f67c3cb2a3a6452c33d0128229
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+facf02de31fa3acb1abb50301df9461fbde78140
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+4547edf6f321dd94f2154b007a310e62c35907fe6207d1886d2f3f1c7140bf22
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+37cfdf9634c5389b2f99e8215fad0a9e509481e5a98d06a47c3e1b503f9a305d532fa8a72cfb0a97f3859ab881b9c679dc07d93ec865b2f53185e4448334710e
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+dbd8eb41195fe7936781972de3fad34b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+796e83b573a32360d47c097ac0dc94b7d7c53fbc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+f0edadb44af85533acd7d182eabe77d3fb3f2e8611658ba897581782dcef7220
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-sql/9.5.0/solr-sql-9.5.0.pom.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+a2e6910a335fbed9b3f35ef2b5d3721918930bb8b0f24d9a645898c9a97681cd93b123e428b7b623a9d5d5053591c6a0f3a5b0f254397e4a714be097deedecb9
\ No newline at end of file

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

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

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

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Ts8ACgkQaE1UQWA5
+JFUvHAwAnsCy4ZlUajtHEhMVF/RZ0WhKyjNbVffUvcCFLtNeWO9YHe77RHkuji2o
+iXsnmjURzmdRRLav/+ClW66lgDxi7MNt1jTgJvHp2NLWj3uNa7a9HqVm7GA8AMEd
+oMUn9NFRMJEYD3RCxJVStJPoU5NDXA3tlEC58W9sCxRLyQ+gv18zEiwjfOt+XwgL
+XE5xY6AqUL4+5xp4uAu8xZ6Pe3WEKLTJP7tCeLiogOB59AQQVGKhNnP9alQS/0OM
+dRHfSGo99i3rI8ZUUCQqgo1578iE7dzX0oyo2CioCGrb60DZVFnOSwolziCjDNBY
+cS3KNo33GaUSY+epJPE4ymmzVY5E9Hs65djijebr4khZ7K/2xeaDoLZUEpzFX3QK
+McMAYNdNgmEyp+ef6YREYcUFqt1Ym1TsKJ0J+erpGy14ivu/E8LQCCjNg5WR54hL
+7iLHWx9P5HAcwlXuriCeVaMQqEsuyb12AiIuxkJ+Jt2EiPWY6hdydHEq0Ev2ooR0
+ArLutL7w
+=9nKD
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ce234e4e5fc99d92ff587435a128efdf
\ No newline at end of file

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

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+ee8863d4dd2c19bd0897ce7fcfa9ed68
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+b735f6d2c7c583bd3c62482f0d4b6a8a4cb7c281
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+f48d1cca580b00d2146057f181421a0759d29e3420fa05ca4fbd52ab795989af
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-javadoc.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8f9184fd380a6dd42be2215ec24ad59506c1c3e5fa20b1810d04a7a35519c709f8cd87d0bc6ff7ba4727e3850d364b5b4fdcab7eb24637c30e5e34654ab04b4c
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Ts8ACgkQaE1UQWA5
+JFVx+Av9E9kIdrBxmn1bxAoXdvgDNABt7ZygM7uVH/gF8S/vbgDNvAhC9+8Mqg73
+LGBjSTy4wRRYKdazTvhOgon/MeOE0iXCpfd1dlRyAJOS8ipdf3n0zH5E3OQygnLV
+OqeqRrpyZO2Qoz0ssknhHEmXraiTrAYABd9Tq40THjYpOJvysyeccagqFpjfiqR8
+mqmBdikyqmjYqhlgFO2FRt5dJGY9cZOQbXYvBPS52eQ3Vo39fPPAjeJUnbkL+iUo
+bRiStXmruB1b1B2mIuTLf7ZvHOuC85S6lYWMH7AJi+4je724gyy7rxIGJGPXiyuA
+UO2IIHw+K5eLmQHpRzj9c2j7uyprLNXhzWP22O1boN2qWL62XrvjkPjsyK/n0OIm
+XBs3Cdb9owf7ArU7BF74a/gqmljd82NBYJS+bsljyjFB0py0c97bzGWMiPnYVOVS
+PaLD7hTAXtWBX5UU5k2EEsp5kYKQCO4fi8NHgH2BAxHh7DJ5TUR/v+lXtYqUqPlN
+7uBoDdAq
+=D8qc
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+4514bb9987e43d0a9963ed4921be71a6
\ No newline at end of file

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

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

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

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+9ec3bda9c36290d5aba0550b7735f7fe
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+8595aef560493e9d95fec0674ce254f78a2fc241
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+a00315be47c2000929965af7599740e5bab61825255d1b89f5eabdc6d207db7f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0-sources.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+85b9e75c49504690eae55f1b09ffd508c8363115d93f7d050ff675df5bd45acec420f5e87a079239e4be6548d2d4c9537bcef80e883c02fbc69f9721e0df3b0c
\ No newline at end of file

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

Propchange: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc Mon Feb  5 14:39:21 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmW9Ts8ACgkQaE1UQWA5
+JFXWBQv+Pn3s8p+6mU0OvvZ5s8xBYR9X/ZPYNPeTFCm5vobDZgBXzOjANhrHl80t
+bxgw33D8UzU5jv/GDmIU5a5Rof8GlohBUSZqFUif87Rp/z5djm71p4bO9bdgFH8N
+hBlukQMGM28vvOQ3/WRn7usFglLndB6nHpLUtrdOopka5MpLdvdKje5TKCTUJbbi
+2iQSoAJ5SaUPCZ3JFXGXG+V1DA1WuBF+cV+YHSSAuxSeXxJ/3a/YaGko43LgMP9S
+hRVXL6xuaXdwT0NVRfrAnWerXiloKFbCsOKx8q7t69EO5n9ndMf3xgGGmdKnBqrb
+Kq8tsVE1wIq3NvnASn80dqwspDa0Z3k/A6LdwAogsLmuthbH2Aa7hPSsZpp05Am0
+aIzW63lXbJy8sAP7SFdD/ExQF4NjUPX/bwNbYIqaSO7RH317rLiOA1B0gOIZGgtk
+QZ8W7I+ed07PE/Jt84/jy0hUWrYvdv7x8HtkOjaFgsNn3Y7FvvLImuM3LSzK3/nD
+u7Sep7Ze
+=ltkd
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+a6d8db79ecb41aab1202cd3bb59d5d9f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+05662569e91d1fa71363a5ba502681d591ef0218
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+6cf065644707111c977b4d7f6cd13faafdd6f0a2760bc01ef5df541310411f37
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.asc.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+62f31b4986b87d01d6e3c37a47e6e64bd21eb4c7ffb75b88ff875e053fac829c3adbea1a557f146f3fa9e9258b59b1f7e08c289822b38b008782f1443b44e871
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.md5 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+c90b25e80f3c016ff551ddcb4f22dc89
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha1 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+87ddf5dcfad029cda6fc861bb253498795197e8f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha256 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+c7f9b9d7f1cc2d3d004b918eb40992f4b9dd9aad3545e4dc6594f02f0e61a94d
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/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-RC1-rev-1fb7d127fc064b0bab8435a431d71a44050e654b/solr/9.5.0/maven/org/apache/solr/solr-test-framework/9.5.0/solr-test-framework-9.5.0.jar.sha512 Mon Feb  5 14:39:21 2024
@@ -0,0 +1 @@
+d6c6ae7107ded327698e30e616c96bd2cfc0aa8a3593e3cb4b07ccf67d8d666b480ea8030bc48e244b3fc1395f1eaf58859f6bca4243337a70de707a8441b339
\ No newline at end of file