Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,628 @@
+<?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-solrj</artifactId>
+ <version>9.1.1</version>
+ <name>Apache Solr (module: solrj)</name>
+ <description>Apache Solr (module: solrj)</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>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</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.eclipse.jetty.http2</groupId>
+ <artifactId>http2-client</artifactId>
+ <version>9.4.48.v20220622</version>
+ <scope>compile</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.5.13</version>
+ <scope>compile</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>commons-codec</artifactId>
+ <groupId>commons-codec</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.36</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.6.1</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>http2-http-client-transport</artifactId>
+ <version>9.4.48.v20220622</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.48.v20220622</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>9.4.48.v20220622</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>9.4.48.v20220622</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.13</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.4.15</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>1.7.36</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-alpn-java-client</artifactId>
+ <version>9.4.48.v20220622</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj-zookeeper</artifactId>
+ <version>9.1.1</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>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJBIACgkQkQRs+XHR
+kGxRTg/9HPFVvVGjDVwfo9t0W59p02rRamqxqCSUq4m9YF4YCWEgekW2iD/fFckj
+WDRiAQycj4eSYPh9RcPBBRrgRDLtoFwVsBZiSLt56v2KCIUN0hiSRm85/6WTnz6c
+OylIudqs31S/VtjpSjXMPhk325ivohVLbFlC1gPDHVbLlN/QGjzBCk8QXKrvgZuJ
+eYniBWCIkSfUm6sLGEPpo0pMeuQK8dTPX73ghQxtOlsPIXFrIfaDq2wmg2rqKjfQ
+vBOsyZiId+oRMkO7hB65TDY3x83KOTJpk8RZnXJazQ6eJfA5ddLCKVR9DWMg/sVB
+anJY62IBrRVTcR6SlUZUJk5naU+3usbDv8VqPUw1IhRVHqg9NAFyP8/IVYXVAQnG
+SmX6FWFElQrdLjq5GoP09PMicpi1f16yLrCJnj8ZaBY3X9OlizQBYhLCcB1VMgUE
+bKDUID31iEQVnc7CfmcvVcSrmanUNnNkn3OrX1SfxLvSMiroWNpriDAa08tT7y9a
+VLXuU6PbEmn5DjZQKGdCqECsBSeVB7Y1dQxBJ6+j0031N7wzs1fmcSpQjksFBe+c
+HH0sXNPw5pSAGL8dsT4RILD3iV1tEr2EMXM6kGZnEiIsYLYglf3PoZiLqVPrvDGj
+rEhc7qvfC88K01d8WA6WBjDqrJJfAMKEbhUPeev6OrWuCanZRmg=
+=9fCG
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+ddcfe81b98a12ddce8e74c4aca4d03ef
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+34c21359db5fc0875873ff930dec6f2baa8dae6e
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+c995cdf78c4201318eb1bf0b4188ea60a11b96e118622b747643e8be88d97064
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+71f856b47867983d174e685cefd41fc4072cace5c1b36beb274f830621ad2704aa6d019271f2c09bbf786a30b88d8775d19cde373ec95d1907fbf1a67e39b870
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+07aacc96d59b0b4995dbf9904d4d70a7
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+382ba90537f7797710edec3623238d2745590c34
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+e224110b74471bc117283fec19007a7506cdac2a3943ae9830ef2228e7819bc9
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/9.1.1/solr-solrj-9.1.1.pom.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+8e81e6383afdc6fb95ed250438989259ff5eb9a7c4c787c280ad6cbed7a9a63142ac269a39dc9bee97c805d0edff7cb80f0739832f60e44c4dcaba891d0c3a1d
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <versioning>
+ <latest>9.1.1</latest>
+ <release>9.1.1</release>
+ <versions>
+ <version>9.1.1</version>
+ </versions>
+ <lastUpdated>20230114034038</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+1e40b4e0008814202d4278900bdb4713
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+008f18e059183ac1147d7cef06b4f1fd20d109ff
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+c13898b1bce3aca8bf0efe2c228d9129e12ec204d9c4170277dc051a9eb0abdd
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-solrj/maven-metadata.xml.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+8bbd6699608c3875a18eb53bd59ef737be48640049cc8fa238bebd6b720a3e8d65e9976787460e4eda9ad16570d59867c70aa9ee9aed75613ac78b3a6586bd4c
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJaIACgkQkQRs+XHR
+kGx/yRAA3HNVW8k20nLNHXtOYxyoUfzw9Lv42Lpw3d+4sn5fJd/5XtZ4Bk5nyaV7
+T2yk9HbAhdt+HvkJf+c9DmmhDIo50wVcRP8a2o/li/nsndkTEr1u5Jza1LSFJTmK
+AgKxLOTKTH04EUMCWQFncRg8BDTPmERSDMkxyI/1T9re1ZsNoSG6x/ulJque+ecE
+XInyDkPAS6czwxIvG/63ggTQc8Dl8tuD48HISnIz/6uaYKAsNjkHhttcyegJBitL
+2BKYb2P6gqKT0u2j6nX7iXy4gOmtqbIMlFNGEtOOGeOpOcsZgVdEUFThHgur78JZ
+ECANcD5FJISeMV4ol81X5GG4yZYEjsvgs7vnnXDgTyA0tyJdVB+MfOxvJQy4E1C1
+JrmVDnMPynSbkr2fJQySVPo/+M525vvGWcD6GQb8N93/3SkmTyt6lUrOCymQk4Qf
+/oeu8HhdNZJG0osbpGHb7bkWRfUY250qvWi8tnSnuakr0Kd9IwLdwU0lblqK4Wgr
+jtWZvxMFPuJPvqy4B5SAT9akjcAjNcquQQn1uWS9LfEXPvZhikCKGOQPIXHCieqU
+Rz7fdXMoTA0Yi1cDnJ96c+LTG0KM8yF7bdpABA2HKLGb1bW7L98FHzjOaixlS3m4
+v4a3ZUJwkYsqedwGMJxO/SIEAPbp2TI1a+Gx51THLuX0n2M47i8=
+=vim1
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+d1bee7c8d5d1b60840a67cedbb4483b2
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+5d2e3b292b554b693781035fd6e4baa66733ef92
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+62fa0b883f88ed319136440ffe8a34cd754b4ef8c462d3190efba9da798123eb
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+3004d95decb85e3736c9283ec686faca66d4654149fb20bf7be239e498bbdef0e2c221a8cc0e15af2ab4f6fc7b029821213fa2d5fe066b5b24b5432c00e1d0fa
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+e09a1366d69c9aa2d1d00382f007ab4b
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+340a7a594d4ac899c2455e16d0fc8b2e86982d5b
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+baad451d5adff859530deebc4b14fce6e90031280c99da9d124bd309bcc10c22
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-javadoc.jar.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+77bdbe928cc902eba8468fec8f302f303def478b7205cbed9a2c280d11d31e5e9fc3d6ba325890286b588bfff17d0d231a9f26ad468221fdf5dfee505bbe2926
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJZcACgkQkQRs+XHR
+kGwZAw//efSommyZsqut/3PFHCWh/xeML622n9jGkKVVrQ9XV1bEsx99mD4XvplN
+x1nlbWF1itdaueG+Ltv6jkd1jqGaLZxUJIqAptGNxFqaxfK8vCQN8NyjjQCFnT5O
+kVxOu490tbfK4n7EX+nZksmhpB71WXsbbJFqWYRepRrykyCfkvIErKlTN0D306dU
+du7lirYzinPXGWyHh1JGeUNOgnKtulzHRkfQznL0jAKiMAA7Ef8DbdezdxwSl9Df
+FfKGm1i7FX6rkzzY5XVAFCkXBu2FyVSqd6Y7wpeT1rF/EsCVT6zm9gzJKGq5xKm2
+pA0BQrjx9fSUIzj+HtNrRXknzY66Bhx4fE04cCmkoNDEhKW2CAjXdzJ1wpe8Gm+v
+zBBSNvhLPxg6wMQE09Jc+x/kVrbn0zTbruC7okuCj2cg/AsFmIpbxVATH2hrj8fU
+6OlF0wAx2D5xWqUGPMAmPSMZZHtxnHsfYfyM027uj9+Rhe/XH8lgMrWnPrRH6c4j
+UpxQ5cC4RswucztvFL5khDGv5EB60VV9tUJOWw9N7XSSIvSMyuDg7MRHsIkYiNCT
+4EXEE9R4Q1cs/m1F1vTYVP3GMXF0Gh00OXrQku0MybA3Nvpv2hbR5Qa38dLnTV+0
+p15pwlll0g0MN0eyNyIjOfgGhNcmcVetmcvoVb1xu5g5GfBJNJA=
+=N6jb
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+3f5b2bb6ba5527dbf51b33fa5c38c3f6
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+68ce0cca3161663a7fe1f9945e621f37a3a283b6
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+b0211de5d7d5d4d9215b44ac0227a9843cb580c5210d88fcbef6765ae7d6e611
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+360c88cb16db8398721a4942b1bdbff0014268b249dd1f1d51ed326dbe5802667a904b4a76b245bd90411fcc85d38c4e7148241f384060ca51269799378036d5
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+6403354afd58b2ea2838b163480d6d18
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+7210ef9bb18f972057ec9e7bf3607bf71ea484cf
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+e6615bde747baaefe0b1233835d24cfcef679648af2c66dfd5de9c7dd59cdcf8
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1-sources.jar.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+643707081f60f398559f44a450695ee8e21e1a10faac435aa556cb7562efc42960cb8ffafebd1d63b2faa6025eb1f4ec418555fe90fcdbacc8764eadc19cb2a5
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJagACgkQkQRs+XHR
+kGx7fA//WycQ1n2LdLnRqAUD2QzsFqE2oHMvBYpus2lmkuJbOeVgsl0LyHrYw5IY
+mX+MUgECnHR++yp5N/1Cv9fCoUq0Y8+qoobA7L1HRtOTtf7JlGwVMjN9X2k1FyKW
+bOpqb89TfgVF12dSkvul3+2ki5H9Y9k32kMHotEr69FLjmOoXd2+WKz1QIa/ILAW
+HjKGWFii7NFBVyMq6AGjqpU9J59WXIvhRQEq9ES132q3vHcWZ8cPz3fDxao7ktn+
+PGn28oip4AzxCVZge4k47j4EB+UuQ//NPXuZ7hIVxYMacptejw/iv8kRm6J6JOb4
+3h68DTIa2y4DuKpOn48H5pZhWLaGU/OBSv6NzPzsp9zAlzXdaNa46OdQC4sWGti5
+njax/TO/XG0jnqAt715AT5EMZA24W9Duw+cPdhTu10GGLa1bOqWB3Uo5A4kOZF/T
+I/wdqISg7/s/UMR+OKhP74m62FnZ+WOxWoZJmc5f+cdT+CBjCeGFM8r7CASGXytQ
+UxWPyInbYG5jUXt9IhhE26JQZ2QaZXmLkmvpITim/E+cSuOAxAkdlLzZqZ9E/mrk
+TvkAU5Wb8x3cx9wBfsOnLpAnqCKpujhSbR2RrKWJCGVLNO2mPPep8WeJHR9I/i59
+BbrXXKC84ywQLP3mrlpRkPEgbpQoBH0iSx89YtMkyLggkUaOjrI=
+=Xilj
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+2087e387b1a9978e71a6a7988534f892
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+a3029a9aaeed39258785eafbea23be15e913f416
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+34a70434f4eb2ca0154ec6a74826894c9526c5659e5d12ae38421aa46869c79c
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+d31d552db2ae1d57d75eabd2cc816bfdbc4dc8caca651ce1161aece5fc7bab4da6b3ea7df8f424fb546246eee337ab10102df24627469b346a0c412a5f697998
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+ca70e182f42278bae6c71eea5b2404dc
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+d4666e9bb21e8d4cb5ca31857d2c7d71ed5c3c4c
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+2ce99b1786086b6d129ed6d0aa9255554bbce3132581fdb914bc4f947fdd78ac
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.jar.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+a8de1361fe45337950aa021a05a40ef67a658bd285560fc431e4eda66830f85648e338a0c577d816e34f9e40c54f1aeac781ac5eba5f00eec1b375eb83904d7c
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,428 @@
+<?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.1.1</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>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Solr Commits List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>https://lists.apache.org/[email protected]</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.1.1</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj</artifactId>
+ <version>9.1.1</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-solrj-zookeeper</artifactId>
+ <version>9.1.1</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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.36</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>
+ </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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.calcite</groupId>
+ <artifactId>calcite-core</artifactId>
+ <version>1.32.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>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.32.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>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.calcite.avatica</groupId>
+ <artifactId>avatica-core</artifactId>
+ <version>1.22.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>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJYwACgkQkQRs+XHR
+kGyJ6w/8CGPXZprdx/Efa9UrbzgLrj3blO5vW3XOg7iKiwgjPlgzlEVOeF11atUN
+gE6Wb3f6VZrLgan0H3JbAbht2JNlQYRLBGK0vWkcrme1u5FcmfJyISfPmtT/DV/E
+j1XzUZwREwgljYHePYeymuifj/OOpwDIZM7LPsd2r69IAF8cn4WjeLapuKW0Pcey
+MeHmpzAJamrhU9M9pGSd1mgcYl5cVQxQyzzFtG95u2xF7WlM0sguPngCpOnabLXz
+FDjawiD+/rpLzR22oqR6eaIHN87IS1FzJqjyEEH0d1pP3DBKQ+T1HhtZm2wpgpAV
+wmqSZ04H8iaQTUwRvvqXIBcxhE8C93dX5SZvm9mwsjPQ7701FvI2MLddXed1Fa2E
+D72xqV9yIb8tJg1rtlveYKxBNPTxcuIEfly2NlPSXUpyxjLfAj9TrRjaowUpmaNA
+hvJRupcUrmbC5fbupmtRtL3fLPPtB7z9MueFIVxgtkmr0bBo2bUNxl85dun2A/N7
+C3NdywqiEJKOv641/jc9IVHxBJrTeHz3WCCDKpN3PgTJ7D88AcfDSXiZgCEehRGw
+fFUI2LsR5DW8gMv6usDa1HjbUKyKCNFJ7fB137XVExPT1VwasFLApMaDnrO9cO2i
+321sYW124iA/gt8OmunQJr72zehR8hN9etqRCIuAnftw7kS7EjE=
+=fKM+
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+721fb4fa94a3e21ef82ee751ac986360
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+6965666e060a4624d98bc4763f625e8754374c45
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+868f55869d9d83d456da3bf6611e0ac64810231e9f8a34165e9f57ddeb56f46c
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+29add00290eff60651bb485301e5fdafd052a155994e65ff0d56b1a8ec0984e08faea70a98c29c92910ceaa360107b1e456bceab906d2371b082e21da3e11b72
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+e4e60aaa690a140412e591de02e7c82e
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+b052d032c0e6092cd630148a04e9473504d7633a
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+7ddccdf1987adf6021909eca015c1b4121de8c0653d5a1dbb838cd46ee705bce
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/9.1.1/solr-sql-9.1.1.pom.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+b9438632e6f7cfc825aaa026b5724f73382a7cceddb1be01c3bccf63fca3f368e9ba9c2a39bff68660ab6a1092bf7aeb57b1642a7c01448d98143517cc62ef14
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml
Sat Jan 14 04:43:38 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.1.1</latest>
+ <release>9.1.1</release>
+ <versions>
+ <version>9.1.1</version>
+ </versions>
+ <lastUpdated>20230114034654</lastUpdated>
+ </versioning>
+</metadata>
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+c7b9d24c960434b51dd4a682d3cdeeca
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+ebb53241a2785c53ccedb2ac2e2ea7f84e1aab65
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+19989b6523b0bbcb6468d756f723527695f8371bbde5434151d1f5e0ddcf4dd0
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-sql/maven-metadata.xml.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+a9903a6e62740921b3c6aa292b79d2416ed51c01fc0fd1513a6d4c255732f5e44a4350641990bcce64267f3bcf8ebcb3142bfef69742518ccef2bf85cc29d538
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJGAACgkQkQRs+XHR
+kGwGdg/+MXs0w8qhW/6AApk837KFNd3NKapUVAaib/VtwItSsj3UInV6NNA6Bh39
+UcRp5o+icyNvIhkvbD+0OU2pIeJgJ1mBEpJ70jJyKTJZcnshSd6Y1YV4Kpma9wD6
+fvwisrEwKsYzZtA+XxCIRjXKwyIyWRaqVoMW3PwAs4VK89d66CuGRH5+Cud9vh+W
+10khjz5Qv16qxNhM+jsD9XpnILIxeA0ZAhxk1tEwjMRECp21ZEQCGwXUYgxuIJa8
+kAWtOxK1NCvBIXmEkldPyrU/LjG5l1u9sE/0yh4ZAKhNmJuBrXdcIPLTFaeNfQsD
+ajmUgRXO/N6DRe7LK+X0sUj0TvUc9sxf5Dc8q2jjoYZMyP72bT/0LZVs/pthJWuI
+iARaFXLmr8ncEaxQPanUmh7mYoglxgw3dD+G9ucCG5TIVRJr9+e9ZaEv33ncg5Ka
+MrdLDz3rYyoQnRG10dgD0RsjJSih5SGMbCLx+lpUUiepZF1bUbqEPd94/DmRYUhM
+Hb8Gbna8KAiQL4IdDCAMxs9TibcFf/KpbQ15VooxZWfSf3GAbIZkG02/hY9l4sip
+YVmOrV7rPuYNWQhwlmRranUGv8RpR4YHuai3T0c6lUg8P9r3CcFrXTxKaBctaRJ5
+NEmR4uWgI/0O+GR70dXILfM1anNq2+xbzlYO8M5j7INm6bxWmW4=
+=e6kd
+-----END PGP SIGNATURE-----
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+e0de8a7aa1195234cc2b18d9f61d2af8
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+754e6a53161274079132496d82fd3e3c8a6012ab
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+ebc66f8567135c119a634b646a193a6be2a73740b5feef02aea3360221b5fc8e
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.asc.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+55f2b98761090d3c841e8ba97477198ecff19b4f30f67375e2830ca25ed8db63bdfb978e74032419eb6b7be78fc3a60f4d4ed569436077b8259396677a413729
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.md5
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.md5
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.md5
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+1efef97c1ee38088782add9aa1031e53
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha1
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha1
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha1
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+603fd2246c2b6e2c21b0611f149ee19ff97212fe
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha256
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha256
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha256
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+63d90f63d482d6714a7a07843aaae6e5987c23984859ed8f159a680d490a51be
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha512
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha512
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-javadoc.jar.sha512
Sat Jan 14 04:43:38 2023
@@ -0,0 +1 @@
+875e520ad6fa3f181c6164ace5e6f008710152524549e342f972ebd8b14308af7f440622ae9ffee3628f4e248679236fe6ad733b89588117a024346913954d01
\ No newline at end of file
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-sources.jar
==============================================================================
Binary file - no diff available.
Propchange:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-sources.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-sources.jar.asc
==============================================================================
---
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-sources.jar.asc
(added)
+++
dev/solr/solr-9.1.1-RC1-rev-cfd3eaede7054e08385df43d5ccd6462ee1b3539/solr/maven/org/apache/solr/solr-test-framework/9.1.1/solr-test-framework-9.1.1-sources.jar.asc
Sat Jan 14 04:43:38 2023
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIzBAABCAAdFiEEnpc2reoxsff1FtJ4kQRs+XHRkGwFAmPCJEgACgkQkQRs+XHR
+kGwjbA//aric4AjiPQSPbyV/6f1hw0dqrLQaslne9gkFCuwZLSR0dyHe/E0Js2m3
+UK7YETs90EVWo3TVLM64fPFZNVDhyG3c6vl1ceIz2NY1iRq1+s0jYT7wxVap9fCc
+8JvvQ6isf5qMOra65RUmFendu/lUyX9gADoB73x+hrNizJFue0EB592DgD4v7KAv
+ciDafcW+gvaxZrtAcjCbhoE258vxPV6pEla7XKwM8oIrNU2NKeyEQoJCF4PGt6gz
+y89JKFnsl8sLLocV0KBM/xr6zKIh1TwDShob7AxuXASJ4z5LSXCLInwCVCaj4dI0
+gZjO+9A+wS+w9Fxg8ACbvud+qhYkYeoYjQ9Xqf/V8lNdkqC6Dr2aEx/tl4Krfku0
+oxA7IrIYLbnFUslwOmxK7riX02K00ztWQi6VtYbs2GUHSQXVEOU86YlrF9tLlOJg
+cno/klE0K4tRO8/a0DNxQ5kAXb1jAQe1HTPSeIoHK3Pi2EnfmvcTOe0hmU5TN5N3
+109S3hdEBRVR9M5SUDq7HE8nSSsP4/nczUWTp9xY+AoxDKO7VzCNvXOq+WnLV2KZ
+d2V9Hx8msxFTBu7UGRxA0XnpBJUjgC1PIbqnHbvtTP6t410mjOjFp5MjwbPgK+/k
+zne3kdiCiTZb+X8GmQIoXrYZZSgCkURYgA5/zWIFoEmKxUHk/JY=
+=FmBx
+-----END PGP SIGNATURE-----