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/03/21 05:44:01 UTC

svn commit: r60735 [17/18] - in /dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea: ./ solr/ solr/changes/ solr/docker/ solr/maven/ solr/maven/org/ solr/maven/org/apache/ solr/maven/org/apache/solr/ solr/maven/org/apache/solr/solr-an...

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom Tue Mar 21 05:43:57 2023
@@ -0,0 +1,508 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-sql</artifactId>
+  <version>9.2.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.2.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.2.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.2.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.2.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.6</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>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>31.1-jre</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.33.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.33.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.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc Tue Mar 21 05:43:57 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmQZCQsACgkQNpQk/Jjz
+9ux8LRAA1qRRins2RYD1SQ/UezVipBJzPdzJmo35Eggmc6WUa/Rn62fMlQVeTuRB
+AeCbd8UgbGPDBT6wkju4sXprfzMhQI3TmY0Wiv0O1v0z+GC4kmgIbcHUenEMDMFC
+/AxF8yhjaNWJQ93zUIF4qFiZAkLMTzqB3GAiXfp7gNNVxmXhCj4UF0YmNMIprN3w
+KgyqL+3mHPO/BMwZtUJ53/zVJJGlNapOHHjIMLduI9dRqAtMOPHqmt7UTgyMxtB2
+HiQhA78G0toHj6fKwc14XeulRXagpNM6p/AfY/kmKu3/pCCgLiQTZK8HEjTLp9r1
+DRDtpeym9Vpj0BiX3d0Leuc0XADHg7ZO6LaN+F/cPrhuB64PU0D2u0vpb+ytbykR
+1Z1uymbol53MuI7Kwrn/Zp4yuBj37sbsa0HaHSO6ekWop1M+6qhNagpTOzjUxpNJ
+OLkC7t331YSMVhJs5GWUO0Ebn3LsAF9zZdwpgNQQRp5cWHVcLHXobdpkH/cFn1Y0
+4NdiaXA+1YqZYiU+xxRSY7PgFc2WiiRlxLLyhSq1QXywEgrqxyqvRp9A+DYZ0/Lr
+Vgrjz9xoRF0w40j2lTQqwjqAXT1XvQShw1DLn27oZvJnvFAUjxiPB1j6qDVHLXp0
+/fmtUGSjdM3zH8ljNarAxkon8eF4vQaz6ZXQVVr9R7b3hDFl+H4=
+=nsHa
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+b2f73c1cd5ec686abfb3d3745dd270aa
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+88c3507848733947ef06efb0c44ca26189d1104e
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+9ed2cf7838d58c9c96e7d07e149deb356d4ce97fb567d13fc6abcb65943f3198
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.asc.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+f94d993c5dc6944e0637b76d19b2fae92096ea2feef58b06804f5e6d0d174415458ac52a350daeaa48dc4d6a9dad90f60669182eb99b8c5e9a63121a20b041fd
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+0a4c377750c11d16d36761c1548d7d57
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+d8a59f696a9de740808f5b1d9c3dcb5ecaa13714
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+7bf6604ff253866a74b179e0a2d8ed5914d14728ef42bb211a55713b0ff0840d
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/9.2.0/solr-sql-9.2.0.pom.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+be42600d45f5a44858d4edadb592d85c608bd35e2606c523de31236024cf9de20def2ea567845e0c62e0068f2963c9be600c7782fe76ba7953af90d086e17a27
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml Tue Mar 21 05:43:57 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.2.0</latest>
+    <release>9.2.0</release>
+    <versions>
+      <version>9.2.0</version>
+    </versions>
+    <lastUpdated>20230321013155</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+d473f01c68458b1f6c30899d6f5cdae1
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+2afbdbea390e38f701d13eb961dee9de53618677
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+06e61904fa20e971178f827e11c842f0924d9acf8fb087abd2247fdbbd157cd7
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+3efc77111c238cd42de70ae399d097780b86fb71466cd1d2a891fbe5785ef3c41fee5973159acc3884f8f994a731dd1fd4d95798fb61632d9b0ba1dee0409c45
\ No newline at end of file

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

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

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc Tue Mar 21 05:43:57 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmQZCPUACgkQNpQk/Jjz
+9uwNVRAA4dfXF03+hkxLj7m2cVUJhTt2id/01YlpTzNQPjeWJlJUXeNc2HJcnTko
+Aopdan3slsdDPCPEtp8W7NVkvmB2E/hZBrWFmWWP3N5rjEImps6mij+RxmGxSw8V
+/lhLjA3cSQ/jSiUSqigctCKmI4dMPgKt+zU77KC/GpSSqtjKnTYa/yhoYQoBNTlF
+yjLvj1DtCjk3H946zqaMZymbiMP3kDMVEhCHB/9vVeJGeHp61odvTJtN7CwwvlPu
+VvOYXaB2qEpP7a5BIbCQwdC9A6vzVlNcq4k+MSYejKfTNh4smO6+rpCSOTdp5N8n
+0ZRlAEB5m0Rj4pJixiPhCvw1Bm28tTwksAD2nWgCxl479Lizp+5DrusJ2CTu340y
+rsnMkZa1QtsyeqMXe2fs7EGguozFNPuhrVGjHc5BUqaLgaRzaVXp7+Zbb3s93zg3
+JWXF8JDEaopRf6gRuXhgGj7q+NAaX96qhQZyxoTOZcnifj5H9UGaEcTi1BJLO9Bu
+94KwfJHk+hxgbmjJddEEVLvBj3Bv8XtJWFWIISn/Nha2RYWADMbwEvl1NVWkeR1F
+NvaAYX3iXJOApk0NoD02pfOMYmXVsYGvzn+4veMtE0pAqL1CGkS4iNeS9dwrXRIj
+GXA+B8gM/EsqgqvuXt0jlCvWQXX3enbSFtNMxr3c1UjsagkiMm0=
+=B/mb
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+50c159f3db07ef61365ae2e344d2ca95
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+6dbb06fca76392aae25e3ed8d84f8aa5407919c5
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+000d7964387e6853189d2bbcf6a317972b3ab5119e27a905d9485e296e13507d
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.asc.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+73370a1e5251a4832613484e6d0524bdeae390e8ceacd9efbea829493f2c175ab5064fd74989431a65b787a7f2f53c19730d493385688414129a64ae5a45149c
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+6b673c4be701e33c8be3799e8297f3d8
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+90b1536412ec9f70550a5978c0215787d7728665
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+fb6dc10ecd1392e358c5301d0a3a72120a146c96459486e3a167260003aa91bd
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-javadoc.jar.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+890402d68d638778a5ff3e00c8941e693fa9ad7e117e9184cffb5152d5762de14865e251f63a721388926b9f1e8fa39f857fb442294b9c0d708379541de1b2fd
\ No newline at end of file

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

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

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc Tue Mar 21 05:43:57 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmQZCPUACgkQNpQk/Jjz
+9uwHng/+Mf4nnB+vdU58fcv/mvnim1x5ijRqWjNAPg+k7H+JDSXgALc+ettohi5O
+eX7qPrqUDShoJvEG0IFOug6VQceEkYMetsGgSVawW5sVhFVIEBHq/87XoDb1Lm7y
+PNzQuBfhdGykLnHZbiSX4J4D2G5xx1QmhY1ft0vFSAcIMRZBCMnPmFsbW+yMre+m
+ZPQF3s5SqHHnnmly8yFRZKOltbM+o9Y5Dm0C1odCTaDp/d8eoVVLLoeEIlcLQScx
+o9LNQgeJMI14VLD9dpo0GCUtEXLA5YNQNt4aeP6CJzRYq8vrao2kNtjzXtnSgTsz
+maGlkLVxcH2uOYNfE+1KcIYPwBGgx2mzDo4qsmWvvt8peNX25YSKIKOe55+hU4NC
+d4ufC49QqxpFYnQwRInnwKxUy98VN2YbOUeaSOC2AUKGSA9oP17AqzgJRHAT6vwx
+/jfYD/q1UV1nxxZdleWbnZilVM4mbsgvrPmVJec4eUnh/kTajBc4RumUjxJzVB20
+MWeds2UTqEIVrDskaJKcaB8BdwQavEg6IBtEt9JCx+kRCwtY6DIHaN/jMkK6IhiY
+bDQ6LlPfL3OdJyA/mj/sNZjxLeyQDA0Si0CzBwyz1eq7VEzMjYbg897z+G4X2diO
+2l3hiq+l6LaaMOH4c+y/4Sr8aafH0p0RJnkgTG/IO5TuD3vtZK8=
+=DyGT
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+049147ec4990c1fbf6d3195eedd92a98
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+fa676b12051865d84fb33e71d7f700be5c1dfc54
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+8959645d4fd37da3d95e7ecd8a9c254207a0b699389274305e1f1c1831edf9e5
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.asc.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+7d995146cd3e3aa20c1fcb8064cc0e0ffe9d42ac0e614d56382657a1d9630abae9bc1b038514352a16da4221803e0bedd32cf33a1b57d47783fb5169d5aa336e
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+e4a3cd403bc90f16076f8989a1f774c1
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+8fec8cd58303b4451d7e94b5d44170eb9a037400
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+f2261383d0016a1ed068b3ddf1c025c1f62ae5f8e1948f8aabbe84da9fe40f20
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0-sources.jar.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+f97b496f87e37ce4b5b6b90d8f96dfc9465c989528a8a96c030c931a97d2873f74a8342e04357f6ba45ade5d2d39172640d94f2570bd038e972e8a0b50b0a21c
\ No newline at end of file

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

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

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc Tue Mar 21 05:43:57 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEUOPuHJHH4MtN+wB7NpQk/Jjz9uwFAmQZCPUACgkQNpQk/Jjz
+9uzHsA//bGSyvc6/AY1QIRZVW86EJTQ4Becc3gguKMZRU7t41972RDeepjN4hDIQ
+H9xIvUtDBSxkPw19FzQQjLkD3NOY9bIbISVGJoNoXwDeRbv9qld/qivL3HK/f66D
+GFUrJWufCpHU+2kefK8Onrz6xqlaprmdaGP3J9TAe/leObZ+Iay/4zS1I9vvjlyg
+0nypuivuWPFtiiKawK4p3fFetOMnTyWyM8sJFKojKvBfZ/qJ/sF89tq0AQqnOd9F
+NdZ+HLAZ4MPpoLry6QaPZwvqMFqa+j3p3U3G/9zB4DcZB6unLHurN+QUpse1OSk1
+ps6FHnLngTtdMqr6gf/slEy/fA2/jAsRGrMuB5Wzp1c84UOZneUZ4yh+j+zLoB2A
+J/9D9eNcMaXXw+65jlRKJ+ElCSkbuZFT/fmUMPc/Kxp3WkhKLDOrpluyUnjMKZa6
+5k24xFR930rGnGjbw/O0fd71rcJrmdDe0+O/Yc2S5JWEf1e1qhJx6nYwZfRdW6yl
+nFU7Jy3lm9rt8d0guDk6a4qBSouQY1dMyFRRmTTPYStMmkDWa/gLo6EdMvvQ/bly
+iyVLYSvEXpMjKxKNEZPxOlTSSKw+ydRgCKt1CedkqKfpQ3vDMhJwUvml3IOpB9o2
+UyX3BLPywgUAFzaAm2lrgJ6HmqA79/JkMsw2v9z3I9l3NGshZls=
+=nip3
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+0db2be01b58b682fb9e60ece3b8ceb60
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+be3eda4731d1fe9b7dfa9f3ec79100a61abc2a7f
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+d89c3d83fe1cac8739adfe0fab2e2bcbffb6a01ca9f5e5bb5f8a1e611f31fb1e
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.asc.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+ecb9ff9d5eb19cfe407245f34f38325092faf4faf3281ba42ffdb7164f9e57f5791bef06ce34bc741c4e0a7dc4fff6e452290ca8034b9090104352985d69ea80
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.md5
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.md5 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.md5 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+e4154ed1959f592761b524bca3c9c860
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha1 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha1 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+04718725dee78167da69538a274e86772f4454f4
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha256 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha256 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+c5a3975040849344adf6cf70b13879debd9d2fa1232d9490872f3d55980d1190
\ No newline at end of file

Added: dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha512 (added)
+++ dev/solr/solr-9.2.0-RC1-rev-92c5515e2918c22513f7aa527d6c6db943150fea/solr/maven/org/apache/solr/solr-test-framework/9.2.0/solr-test-framework-9.2.0.jar.sha512 Tue Mar 21 05:43:57 2023
@@ -0,0 +1 @@
+812c6ce9fdcef3b9921469f81b3521855c1bbfa8fbff36788631e8147eff1f88821972a230aedba8da998ea2481463451b2f7aa08f2d6b39a549cd2ceb5b1c2f
\ No newline at end of file