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/17 21:42:33 UTC

svn commit: r63048 [17/18] - in /dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb: ./ 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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom Mon Jul 17 21:42:32 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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rxEACgkQNpQk/Jjz
+9uyuYQ//W1ScgNoR3WYYwSlBaRtJjLJfkQyrdzua7G5e/HpukpIdmcMBfm1du5E6
+AOgNE7YWF56lBZuHsEy2byzVAhDDvXiOObkGDmHC7XVkTToJ2JNxpLzB8aFQe/+s
+r1oVam+kNeQX5aM4060szKMWH1ELtBK0Cce9zn+kLScgmQy1L9cLm19NbpnD1X49
+2brTa3KEe5RqrQrbz05IxqtpfT6sB+qF2FEuQ08G2vxuv+4B+zSNEAwM933M2Rr9
+LZXobnPgFhBsYCAm9CA6DHmFG1ufx2Rc7J7QcEKUqabi2Jt0DEONs5+cjdKkov2W
+heVWjb5grRLVgp6Ej3UZsIUPzhZlAtG1icwwuiAnMEHUFnVGvYmrselB9AncCjnX
+vbRIg24CQhdvANpq7tKJ3YdPEuWTmatprJSyHbj9FUhWWVMxP87l0maL4L1xL1Dj
+t3MCbyEQNetEQVAszFZrEtTWPZjK4R0Ij5rfccfAQy+/RMIZMxx7rsbpKUfAHgWV
+ut6Awpe8nlmVjweEI8acQh+k6knMVma5EgyH/OxP3ZkeerdHiIhGnXc4hz02cyBK
+BdU/x8kWG24t+i2/GduvI1A69mtwDUPiz2k3iah7tkAqM2CEYUmDFly/KBwksHI4
+0hAR2Lm1Ccr0Z7/gjLLz3c7Hv1/mZmtIL9ETVwnN2R0/dhH26Jo=
+=EgAd
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+0671f5e2df32fb1a9a060444cac8b464
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+769fe98c776bb606a30c90c4ac64b6325050f538
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+78566fefaffe1110ca7eba4f932ce3c50dec4c4d7a0abab8697660e9a66833d7
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+408846815102ab40563fca9cf387752dc0b920d010b7ee21b9e51513040137a88b9b4f4949b4a8d0e8a7d9cf2c94a2c8c98b9546599e072409d8396430cd371e
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+59af2d1925e35238babaedb89ef02668
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+b53560d9015a0c3c96c2eeb6934eb8c9cd4f191b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+aa7e33a61996e613b4258d3b69b21995d4a43718a9e94eb45d0a5e3dad140b38
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/9.3.0/solr-sql-9.3.0.pom.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+ad64511ce7bc7678678cdbd1e3f4788aa77a245028772d7028c0cd2f1f6f9c12bb289997c8d252270fd28c2facbf19e4188afacd090c627a2bf0ac859abfb06f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml Mon Jul 17 21:42:32 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>20230717211353</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+5a04fb7ef3daa21af6f2e68df2202bfb
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+e924557d9e87c74b03cbc381404f5448e55fcbb1
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+d3f46a984a615fa1824363cddd93ab842563050238374422dd2eda73dde6302f
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c3127c89f95c425e63d91686297e000d4a21a9d8126fa1094019862c1b83a23a3f8d7518c5a637d37e9ee347d18cba800bc9342c5baf0ade7697d50fe10efcf4
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwUACgkQNpQk/Jjz
+9uwXmRAA1Iy7r5ZBL7xvySNdqg2KXDZPSOaL6669jzwWLzgoxvlGxMYRunuuojj9
+PWEjEyr+1os7lWEnzVc8zE6L0FLVnQCF9JU1I6dj+S/K0GRMXTOB3mGGCIskNUBr
+s+wb3m2dj0ShbhJH+dabYqGX32h3011OtpSQ4htvbGdTNEceII+he9kX+IQw1eIu
+GWIwtv4aF+sGypaT+ajjWDeHh6e92rkdL5jl2DBmgdtG72H46brjo5MA476h7Q1a
+N4Alvff4y9cXrXFG4BLkDrnybMW7/ucmBvESiFAhluRt0izXQTPf6CnxE+rVqxN3
+PTYuOl9xbSDg9AxRWCwcSVuWPzW+6viuNfXVXSuwD5+q4ackDDsSMBIlVWu+LlnS
+yIfR3dt5PXK07DxpvKw5p1KZ4/xN0SayoChURNw3kpVqK93gvkd6a4SLyvTl/PKC
+sKGBUuLimop+nAH427G+xzdmhxTfzEaQnAwHvBvqQqNLZLkr8pyrcNc2P3JBZZPT
+y/R9v2IJV7cFYixhtkTqZjtB1gLGFwm3G06Fecxy7ssSadXjjBTd0UzetUU0wphZ
+xh5i5gdNKTSSeBaVK2gtzWT/0/MsSzInBb7YE1ajOX8HX6xWqe4evz8wU8ENieiD
+2xK+8+FfoQ/Zn0gaH57zfwnqRV3S9/3YCDViIOEf2MKmA8UNCas=
+=1o5i
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+20c872397c3f3e58a188a746a5bc43c1
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+dd2bb034cb93c32d61c774fd8fcf1b39ac3b895d
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+9cad484d6050439580f918f27f3f6b07c7c7661d3a17367dbd03bd61bcf8d339
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+4ecedb2ebec916d39caa9e5571c10fd1b1c7028a418b85d84bea72f00738e57da5dcdc5d7a7f14bf4b042455bfab6852f1a1efde2bc1cac2041b5af0afff6335
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+791faa0d4bd382e638127295b2052987
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+ae86de3b359fbcdea046756cc990cc43934d3544
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+6d441419f7edea605111bfe551e02eac4874bf6ce0d145f889b944a36e69a32b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-javadoc.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+4f23bfce2d1dd6e850266c14dadd0b295b97dcf98eeb20b7a8a86af55fc775e2f405e0df080634943f0fd81789352e0532ebf17c2f24b7887f88edf4a0a9fceb
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwUACgkQNpQk/Jjz
+9uzztA/+NnpXUbpoGLD0+qQOMvFiaIgk1sx39yX1rsmzLc+6lkilswT/aNIrsOSZ
+jzymFmSk9+Z0Np9O/aYJtyqKFo615W70ar+g8YMNpSbQu9A12OvOHOGC1yZZWHwm
+KIm72oqF4/tCvA4HA+okDbccj3bFNisOiug6QMam8i2eEwXTnEWIqsny1qXLD5I3
+2pl7/MN8tGIxuBZ0w9D9N5WRVvMns1pObl9AIsvtkrBTlOsZLk5h0N3MTg3Rukg3
+E01Xh3Lt0qHzZLIUuSyLih8WLlBXf12oqTeg4PJOpxe0OhjiD6lWOQI9MiFxVQFJ
+2GMtFDCndWiSpby8HAZt9Bz7FMhU8PmntTmvvOP1Ofn9ZRR8yZWKdd2ZAI/3RRq4
+5YohiGziTDNTohUdsEKDicSijZMFZIE0Mv7vtiwHEnssR6nujALp6oAXBihSVvI7
+3C/7mUoG3a02qszF/2vHqHGwylbBYkexU9IEWSgnq6fcD2pWf1ijVVtn2+Wcs+es
+uS2ghtRFw0hPQbHPbBSod1A1pEYDxfXoVoLnB9kOKZ2hpwtMraqKW0ddzTkFa43R
+/5B1hNKZ6r6y3xQf87iC0Z1egGaU8FtzFG5v/XKnGILY5KmVvbeexKIwCA3Xk2IP
++wogfaBs6EMkJUN+uVfa28auY8ASSC82jORl4nLeqEQq5gt64Lg=
+=RbKB
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+5ce45621b6a1e500f732d0c35680af5c
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+cf948891ddb1541026906856842bdbac62f9b875
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+efe62e7c539308956a3100e04a88523e39f6d4d9b28ab3624bd86aa171fe796b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+2d8c6670f6391e252aec4592e696a6fe7a64ee6f0f96aa719a2cc8789305cb6dddc56a7b6dbf0294ea8ef1c631fc40843f310ab7fa64c18b64b7a421238bdf6d
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+01356a5b62b2d9f7ce8809ab4a1c95aa
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+539880dac68dae4fe5f6bdadb2c311d090a17e39
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+5ff5e4fbc335ac985c8a06b5b46b0536a1c4667b6958efbf2360aad51fafa37d
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0-sources.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+514b12fa0108daf95fb51e5295da9d2f3b62aed4877904c6a1281ac4e3cc9cf8cfd739e43fe73ddbac298e014020441fd31dcae2c00e22c4a47912bbc5f7a0e5
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc Mon Jul 17 21:42:32 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmS1rwUACgkQNpQk/Jjz
+9uwfyw//X53vdV2zyzuponWTHuLg67qmjloxsoD5ntXdYKNlMYg7/UAZFrIDpGyy
+C9CDcgQ8n/l6uzLcY6M+KHf9yZObSU5hcSDdwHx44E041j8+nccWqI8yOH6IvBga
+ibZnqgqD8LWDc2Af/mIhgc39Z9r8fMUUA19gkios7Vjzb+DVU55ky1sHT8yJX+aD
+ILlsZApMuCqa4aSmue+04yG4IPd7MFE2oz8V5SILZy0FhLhk2EsCLcjLmlJ9bqsC
+3fyjwxQ214mQwQKRGm2EAJ2UrwEJy9qqXTyEPITVH+pwYjj1NzaOWtp+OwCMWeIz
+gxbdhuIf2UtiDpD6sqcEq7KkINHsdrJnvGIc4EK7iISHonrePYBQJFWAngk17tqj
+acxqe6J8xWK1cF5KwcwpAWH2IVJFwhJwk/uRgHkowF+CpKfGbVE/VTIuzijrPnVT
+rkoF9tWrlMhZQhD7lzo47pdzxSvuqlWTgjMWLp9F9A9MbDzeTb8fMzwEL2abIKSP
+HiF4t7TtWS8hlA6j9tIP+TbUeC0Su4IDcoy6j+K9aj1R+ctl1Iwx+fz06eQRH4nN
+o13TzYyn17EP4H4lJoAv9HXAHFsn6dV5MAnDE1wUKx5n3c66QKT8S890aGjhlWU/
+7oOe9yfa7aHdq0ZrdxVNZfRSaXszbGj1dcL9LLX3tO9V6H8QXZQ=
+=2Ob+
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+c1e9256e0243ec6df75c5fc9be267f8b
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+fea1a39fee2d45de9de57224f7249175a90679dc
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+9a015e794a5a5566a7f12aac440eba75cd49cc6573e012d2278798a97188eacd
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.asc.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+b0f3f2fafbd2c92834df4c18c4e9d306c904ab9442e52e09c9d8defb2518c3d93cd3e64e44c46dc28c9a0297098eccaf0993d004ba7322903df28b41a54ee773
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.md5 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+3b8817d113354b418f43ee58498a7a40
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha1 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+9137cb50f68207523f4a388c14da564ea106c335
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha256 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+ef8da27a3b62c2d7d28cb5e063a9b61b23e99b29f6b66f7a850315a3a87dfa05
\ No newline at end of file

Added: dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/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-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr/9.3.0/maven/org/apache/solr/solr-test-framework/9.3.0/solr-test-framework-9.3.0.jar.sha512 Mon Jul 17 21:42:32 2023
@@ -0,0 +1 @@
+81455ecc7492b19f4dbd271d363f7d7df9ad9ebe2a244e2124f30dcc2f17c7146bd5ab405c8f2ee7010ea01b9b8b8927f1ee561f9440fb1a6d306e76180f2b31
\ No newline at end of file