You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/13 19:47:19 UTC

svn commit: r62965 [17/18] - in /dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419: ./ solr/ solr/9.3.0/ solr/9.3.0/changes/ solr/9.3.0/docker/ solr/9.3.0/maven/ solr/9.3.0/maven/org/ solr/9.3.0/maven/org/apache/ solr/9.3.0/maven/org...

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom Thu Jul 13 19:47:14 2023
@@ -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.3.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.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-streaming</artifactId>
+      <version>9.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj-zookeeper</artifactId>
+      <version>9.3.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.7</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+      <version>1.34.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>sketches-core</artifactId>
+          <groupId>com.yahoo.datasketches</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>json-smart</artifactId>
+          <groupId>net.minidev</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>uzaygezen-core</artifactId>
+          <groupId>com.google.uzaygezen</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>aggdesigner-algorithm</artifactId>
+          <groupId>net.hydromatic</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-dbcp2</artifactId>
+          <groupId>org.apache.commons</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jackson-dataformat-yaml</artifactId>
+          <groupId>com.fasterxml.jackson.dataformat</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+      <version>1.34.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+      <version>1.23.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>ch.qos.logback</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jsr305</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>annotations</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>javax.annotation-api</artifactId>
+          <groupId>javax.annotation</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>slf4j-log4j12</artifactId>
+          <groupId>org.slf4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>audience-annotations</artifactId>
+          <groupId>org.apache.yetus</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>animal-sniffer-annotations</artifactId>
+          <groupId>org.codehaus.mojo</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jcip-annotations</artifactId>
+          <groupId>net.jcip</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRSkACgkQNpQk/Jjz
+9uwjChAA1Iij0ubDtjsbSuDn19joxcMGyQ0shCAZhuap/moFTNMj/ja7K+6V9PBx
+bVT/+5vA2xDszmKM85B3zRhXHEa7mfUNgSU/MXm9t784AcVaJtmJETgHkcGnZG70
+degH/UU9B8EMzzV12jLB4W9F+BxKCcl4zXueS0ybssv7ZNTM863AtmXpoTpEW6o+
+4LUdSGltBc+TRpJrrMLjc6yykDgPuW1H6QChqfl/N3z8vsBzeF1Vuaew3vSd7zJe
+DobP0ucX5RwdCJ3xoqL3PwIM8JcmQmXDJoswqieoj7mr5Z4jHnKCHzegrEWQpfvu
+2+SkdMB5FcJBT0pOZaGcW43fq9Bt6h615wtaBTSiLJzQaEAaBd0IvvlQSr61o0ts
+ppLmh0pdEYwRKHkduQ+2yl5eKXCTpa268mjW/TvPLX/PndD5OlA6dKepJW1wYBgu
+wJUO8FElm//RRTpHBgRK8LSUsDKr7Wc4OMMA1RH0W3OsmBIMx5/Tj4tb1Jc6iVye
+7hI4YO1yxbxO3Fwd1RyjerpwqdSR/STVYpPeyhGN21WjbXgKQU8GEwdE/9lbWX22
+D2Gr8lXu+g1+q8aftZ2DEXQBzjC5qf3ylWJp7NMpBvw+2+p/pJFfHEpMN24iylpX
+8HUc0lMhV7xqd/aYWlL29lHXa9U8PKzUhZxXn3q7VB4nFFnVoUg=
+=7K79
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+e3b6600e05e99e8434fe63ccefe98138
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+852957f9aa2b08c8029a0e47fbb6fd879617617a
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+55e469734767760f904e857787867f3d1bdede288660284257263f9b306b7197
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+1dcd213d30aeea2c7f045e2cfb868c10777ad79672b0ab3c9b1ab9ba0c17e42a736b143c76e4e930ecce2cad100c1fa329aa74b3df22fd115e66c8958a0cc73b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+59af2d1925e35238babaedb89ef02668
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+b53560d9015a0c3c96c2eeb6934eb8c9cd4f191b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+aa7e33a61996e613b4258d3b69b21995d4a43718a9e94eb45d0a5e3dad140b38
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+ad64511ce7bc7678678cdbd1e3f4788aa77a245028772d7028c0cd2f1f6f9c12bb289997c8d252270fd28c2facbf19e4188afacd090c627a2bf0ac859abfb06f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml Thu Jul 13 19:47:14 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-sql</artifactId>
+  <versioning>
+    <latest>9.3.0</latest>
+    <release>9.3.0</release>
+    <versions>
+      <version>9.3.0</version>
+    </versions>
+    <lastUpdated>20230713184041</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+6d05137e3d4ff532e790129978e46a2e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+77e9e9099ff4170330cb288d5856521d27b2c960
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+1a2380beb6bd57c8bcceda59927d61546048e928af3692bfa2da40c1e36b3701
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+27977e9d18ec2e45c810ed6bc3af8bab3fdca1e1172682c11a40dc21976c38c710eb3fa2471e2c41d79aa4fe7409cf6d6bfec476087da9051a833f17dfbeeb74
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRR0ACgkQNpQk/Jjz
+9uzLZxAAgRE8J5NnVrZ4emaw8InVi9NBf4GujPrGAeAeTXu9g68U+3xUG93dv/N4
+YpOAfO3NaVBDbjgDoEeMZatQ0b68MS+2rcrG6OFu9cBIc25NpSFgH5DO+DUPE2xj
+ROGh+p0tLxAPLYhPKP5O4UsPG+0KfebRR342H0IYG7ekgAvWsrFmmTQ130jJKg65
+/93wbGH8obS7iX6SCHp+76Wky+M1QW6w25fm6OmulcOT6gf63ULDz/BO+4zOF7XH
+g6xVie9m43HJN9Mqpf9VxPdylJ28kPfAqv1VT4xMHgWV0XSVGG9gZXguGjjgMXZT
+GkmLCPgSZ/wLPDXEFRHF9Li/vKTpwkYlSTUt3dqO5R7MDF9rUnckBC8VXVUbSiMK
+vKF0szj913qLmUXIFhtpNylaa1JuJbNanVLrf16VpjfxuudHK01a1iPpWrNhnkg6
+lpem84+VTLIl8isVuFTBxFF/bLdysXbODoEMojBOiMEGq+oISJDKthutEoUgdORk
+mG/D6Cyv/ADaoeToamOF5CLjeS+1vqzNB69bn/xUrFINF0uhktioJlAoikVoyB+r
+xXfnHfaAY4CZStkvgGbRhs1KbBqTrQEoUAoNPYu6IDq8tJIvuFHAVnPF51SQyY5c
+n3azS4UtRXlbmAWG2TwUrB66hQrtHle+s7MW9N9o3vOi2N9UQVA=
+=hHvk
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+4ef0617d681da44460605b80cb623e38
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+ad080fffef55ae0c0d4beef945405bcc42ac6fb3
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+917fbadbbe0048359c306cfebe70031831ee77609ddf3c88f43de5cc10c76723
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+a16f3102d1d39f86a045f43a1e3553c9c6e4ca40db903a77c5b22a515be20207e4e04413d448a95a098e89f105faa4fbfe490bf7f522db16dab83a0748ec84c8
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+fb060c31597094365a7881773ff5930c
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+6ada1a0b427e909c6d800fc263379939c5e2acf4
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+bcb957d775df49f40529987209151db1be39b3f592243b677a4dfd339aab359d
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+f13b5482059b6ad5f326cc6f4f68cd41c5d7cd41d8be738ec37774e05f6419b2e5a9d430715a24ede115ffd06320512800a3a94c842c842b112774561e3f841a
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRRwACgkQNpQk/Jjz
+9uxc0BAAwKg5ACkFWtOS/r6Z/k3tfNbF6OXsSLfO35H6aCMvJfnOY+or2PopHtaS
+p/+wqDML1t1jN5glEm6ktt5YK/C7qf9N/ldQX5BngPi+8wdJrrWsRuYQE4i4GAd+
+2GJN3RzfiFtuN6M0LAuuq3cp0ahZiwxYpW1VWB5SCJAFoA58Iq7dQIeWbQ0T4Q+q
+6uC2GP6tUbiGTeNFjf9YqRB9KvjaK2ojDaTIlWBhmvanWQWIWzVRy5OI9Z7UZa/T
+0AWZtl357iX96cuqa3i64ACgcyygoXXjoGFmayNLhzKAUVzqaZp+rKOEBVtku4so
+ykNIHj15duWeardlOxcpNFyPisFwSHG+7t/INjV8wHxMruvr5gFHrvSPBvNmI5yj
+ClvgboMJ+QZE+n7wZXYHE92sQzJSfkpVJVqcONYTbz93vwhh7LiUqNy53DYuEmJT
+lmEMzt2eKXZFIA6JhbxWkqXTacqLALVjTKJsbamM4bNDXuoXgCL5ZtG3hH+sQxav
+bv/pK0M7POK03ZV+8qlHdrSLeh1R23VxVCjH3vTkGVDpU7hwK6LGYcf9KDmdzyXb
+u3b9J7/WdzHMQLIuRgp/3ZU2a3svIpFFTJnbIwiO7+dkQLjZCRy9BtigycVj1wcb
+/4530iK5ZSTl2OptmFsS0TuHBuIl2RTkNrhHsEzfoVRZkL4OCys=
+=xmQ+
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+76e1f3ffa8230c9ea257460e0333ad79
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+ff7dabea34255d27e3091f0af7d09017114357cc
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+c234e57cdd7e2fd92bb6c0108945279ee878fdf8f31e07ad9ae315c161f4ad0b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+12a65db2043bb79e466a876c7ad0eb917543ec9037763006c6bb2f3c9d9bff867387ff5a8662d7e2fe830ee6df2aede5b7f373ab6c1a6db150cdff55866d797e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+9863c77d4f01d5301b4a5df812ab3d21
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+fb5e84570bf3b34556fb0c825a1a2aad0e4e389b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+b4ebff8c7c286b42bba4fda838b2b9601d865636e6a04a3d1b8e1b3c2e3dc51b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+4b91f42dfeea8a80efdd9532176967bc0afdf2705d8e9e799b91c2d4a779a62caac1e136970424819a7f8be881a838a4ac25cfe454f96d372489f581eb933ae6
\ No newline at end of file

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

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

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc Thu Jul 13 19:47:14 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmSwRR0ACgkQNpQk/Jjz
+9uySiQ//fdXncHOMcelx3lZxaHpTILZddRHogI2xJeTr3dtwzwvfhelNd/y7bBL7
+QOh+XZQcfq/lUm6zcYYDGS/Rtk9tbNcJfK1eU3TkyWmkGI2YLD5LxUNh1QWM3xVs
+JV7+bBCbdoBWP/xSyC2kts7wsj1ab88+kspgfHmqp677KGfZwhiitKe/Spap/dYI
+wow31sDC5gQwlO3fIGXLcAXfhrv36BWTtMBZJIIwCI+oAmUA8k264g0cRNkNcRqV
+lHLuorCdfnCgYArbwfq052D74ELfo/pJhUSuUnDDuNi1ySMv6vpltLPYupENeAT8
+DfcO1wz6DKXoRgaV24gZ37/tRbGX9hDWAlZ8ub2OLdP14MYt8WRoIImt+R5rxez6
+aQFXzzujwBjBQAXl4Xon4K/DtiIvkgK+CNEsbK2vKOPVeiV0CrCA5nDbspxDa/pX
+/L9mUkJPX7V/R9lH++fzBW9VscAl0mp2cy+PbY76sIFJE3q9ixVBwVoOZsPZaH9J
+QXGBSy2rrF/+yXeMOKGCUBiEScBbQQvJYm5Qz+QgnX/IGG4kkZejchcu6FtQ+qB9
+h9I9eMrJ4CgRxPCykRHv2bHWQpHPewiEtloiFa4HCs+frbr5tReMbyBFD1N3YEGW
+r04PcKp+ENv6zns5BQGMxfCPgnNj5rZHmSM1yfdMEXqAkcHP5jk=
+=xv67
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+08f45ae645d887aa5b7e4daf7b811ff4
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+7587b02f27ed902f3e4d7c27e5fea0ba3f475991
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+50bc7df493f023dfd75b5c4b8f93340796efe9ad9f55a023f1cfac967830a652
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+b373f632f28b1371aa756f2cd5217a863117f595a224f67d34d4c1fd163521cb9a9a5b9ce34c8562a455b8cb7ffdd1369bec41342815db1f285510d2b526e288
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.md5 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.md5 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+e06fdc73cc424d1123926f44fcea435f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha1 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha1 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+6dabcaa26fbe3c2585c962369ed17d9e9b38fb0e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha256 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha256 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+f8614e879c7ef8effc25a94676915af900795c30a61ffb16bbec819351520c79
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha512 (added)
+++ dev/solr/solr-9.3.0-RC1-rev-d07751cfaa8065bea8bd43f59e758e50d50c2419/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha512 Thu Jul 13 19:47:14 2023
@@ -0,0 +1 @@
+79321dee14f07f748906f9470fe00f1ef71f0934530beacb5a60494ca1d0861001c32215cbd102856e23eba51393995ae149ec0609b534fa53d2ee4353513d32
\ No newline at end of file