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

svn commit: r67212 [8/20] - in /dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b: ./ solr/ solr/9.5.0/ solr/9.5.0/changes/ solr/9.5.0/docker/ solr/9.5.0/maven/ solr/9.5.0/maven/org/ solr/9.5.0/maven/org/apache/ solr/9.5.0/maven/org/...

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom Tue Feb  6 17:39:58 2024
@@ -0,0 +1,532 @@
+<?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-gcs-repository</artifactId>
+  <version>9.5.0</version>
+  <name>Apache Solr (module: gcs-repository)</name>
+  <description>Apache Solr (module: gcs-repository)</description>
+  <url>https://solr.apache.org/</url>
+  <inceptionYear>2006</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>https://apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>Solr User List</name>
+      <subscribe>users-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?users@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Developer List</name>
+      <subscribe>dev-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@solr.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Solr Commits List</name>
+      <subscribe>commits-subscribe@solr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@solr.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@solr.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/solr.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=solr.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/SOLR</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Solr/</url>
+  </ciManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+      <version>9.5.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+      <version>9.5.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>9.9.2</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.10</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.api</groupId>
+      <artifactId>gax</artifactId>
+      <version>2.33.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auth</groupId>
+      <artifactId>google-auth-library-oauth2-http</artifactId>
+      <version>1.19.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-core</artifactId>
+      <version>2.23.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-core-http</artifactId>
+      <version>2.23.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.google.cloud</groupId>
+      <artifactId>google-cloud-storage</artifactId>
+      <version>2.27.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.threeten</groupId>
+      <artifactId>threetenbp</artifactId>
+      <version>1.6.8</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.yetus</groupId>
+          <artifactId>audience-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-annotations</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>net.jcip</groupId>
+          <artifactId>jcip-annotations</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAgACgkQaE1UQWA5
+JFW/xwv+Pd6OnPx4ZdkvjHPeHfaw4gIILFb/nW428i3ysyI3Yt3vXuemKa4DTQDc
+WZga03jqsNjLwSkSdJ5nY0zKwWYu+SuOnGwRC6AdugMa6G/Kj6dxPZRhRmkbn9hF
+tl9tE+gx3zp8cRPH+aNQkFSJPKfxhTYmkmcLUxnOXmNfxyxnDTRhbWAstBOeX3tH
+li05sr6iVNqrqvFIwu4+E+xgc9kCQum99HwUyRu97PDE0pljdbK/30e6KpPqo/Fi
+4F0vQ9Zk9N+6XiGaZCVZdKkVYHlX17vZNafrjCNIVVH3D4Nt4zkD85N+nmARMVpO
+EZg42X+F3MjYQLj5DSq1b168VOA01FD2w9IrVjHWOurROwKsVafiqyA2fxPnZB8D
+1uSXFhXzbHfzXXGFm1EU+B8PmlR7vnomRmR2ZTdQQxUR+/nO9oyQ+RZNqLJHPy0f
+2UYIFr1mbEY3tm3Z9ElFeQoASr5cR+1NlyHOVYYsFyKgXBuJ2HVn/jz+tQQ6C8qJ
+BX8OvwiR
+=Cbrt
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+bcc514442ec58620c0fbb3bac2564627
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b997e9bcb1b5e81e28147129b58ce53166662078
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+a38bb48879b3a15106bed814682014344669f029e4a96132917ab1936c809de9
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+4656e2f498672cd074bb3acb42d0addbf69fa13fc959ac46e7d6e5b94c78f7e3b7a7048f50e25dec40d83c78f264739568fe6ab0fb33bb4fb3b7f63ce6124472
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+8911420b325b1ced75e18b27183b9f07
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+ef2f18e86067ae8e4e099f24dc5cdac31dba42fb
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+c62386f426189cfedb2c0b693bc55baadd0f9e1ba48049bffbfc180685962aed
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/9.5.0/solr-gcs-repository-9.5.0.pom.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+223fb59b60342c06b87e291a64668fbbc8244ebecedc52b515630323dab19db7528a49d5a4cf735cb49663270d943a67d562360a9ba1cb4f992817d60841632f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml Tue Feb  6 17:39:58 2024
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-gcs-repository</artifactId>
+  <versioning>
+    <latest>9.5.0</latest>
+    <release>9.5.0</release>
+    <versions>
+      <version>9.5.0</version>
+    </versions>
+    <lastUpdated>20240206165328</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+093eea6fde20996a73a0c3cd1dfb4bf5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+4dc916b7be4af1cdc0cda7102d4ae2080a62ef28
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+0d0095199d0c0f143d6c23949e648f0c8ebd5b4d7951f9eb2e7e8f45e7c901ac
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-gcs-repository/maven-metadata.xml.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b73360de0b7be2c86a0e1e83d0d6819ff3f063a68fc68cf144fc42ce4dffd0e2072c92004536374c09d89580f3bf68ffe7b71cdaf90d482a5d3293b12d50f841
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAoACgkQaE1UQWA5
+JFXLHgwAl0Y1uBmzcBxZFXopkfIhzlZmVnq2kpeaIvvAjJqAsHvl4IcyB4uiJOW8
+02diLvS1+vsD+EqyMA8HwUh1V/VxrWAzLsyAeeUKdYCvsgf+GAh8XiOw9LCQD664
+sNfPXAtXHTGVpkoga5mRQ++Xiaf+z5AmTn4KFYPH4TIjPQOkHYiRN+b5WeUa41jR
+oyh0NHFVqJ+RrftzlJJbIeWNMwcq3bNDvNwfaCfCrdCf406QcQqnR4bKe/cn1mc8
+4qX/w0bt+PeRqJB7rVDVlxNezv236mZZXyz4+diieshRiILd2T0yp3zwmF/LkpNG
+Ls3kxNmTyhr5OiuPbuC3uqx8KRcWBCwhjxbCa9ZTnd21Ty8UlIFaMv9B+JtsuBMK
+xQTBgdU9kc+q16S8LY9zawl2h/gtFcvaplcPnpmommZuKjpAYrAmXN8rBwN+j/Bj
+vb0l+iYLh3JfRFXvyudLq+oHSYmAasZR+IJfqt1ggltwuRVlxRN2Yxs5tOSTp2oH
+emu5yoNt
+=dodK
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+976c1e008b2140e215cd6fb525bc4185
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+eb302742e1563451abe1f8a2d8ef6ac69423b94a
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+fabd5c2cfd37e5c0852f8d0339b548e3444f1be71e4b153b2431ace559f6d943
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+82d68c668f11db86493f3e3f890e577a4fbc8573f1d28ce11832def1c269a78bbc16464c2d2827cc4ca8f1514b17477593b950844de5464c98e31f4629beb532
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+ccb98c176c1bb2aafbaa2129e8041c41
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+658fc011c1a2e86a5d4b5e8de29de20aa7fd3cbd
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+89b4697fdded608d14dc05896f9f194222557cd39326d53a2f68b02dad841021
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-javadoc.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+d6de3f0a31e11222c7615e531e26991eae74e630e291b484c76c69ec560735d162c98fb19fff7aa90dec33400ea4a173c08af1523552a5d25a2f49689ff3e0dc
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAoACgkQaE1UQWA5
+JFUM2Qv+MBvMsVrRzgV3EoG4eKP1rDjLWIex89BLhF3AxS39Jk53wO6avFprZNMk
+4Z6kV0IcAQEk2h02rMOp7zHxrwty6DKW1wciiu7PI0UHJqEV//ZD7n1MptyEC1a6
+NvhNVZTj+qJgaM+NIXE1cwYqu++RPmGPFbq0yakQTIebhdUOfcDnMj7xgGrqSZgF
+0THoq+ePgMIm6prnd5ks8NbbfzspyJXfzmu7wb9E155uRdvcVm8QhvAQcB0myBtN
+oL65QT45Ph7RZDGjpTtCAsUwfEWp9gOIz03IcbTD0F9Fdkl0gIW3v9H7u5RETimS
+LO2o+4P0jyGhFTzZMXX8qbCtiAw3c9ZVwtaG5fr7cGqy6FvOuA0FClBGZiG9Oe09
+jY99otLKR8JlYW5YY0enp0ayjj9wmTMiaAidDYOyrwk1ua/twVcc3qIYMfiTBoo1
+fY+MrZLbf8lXW7ScJ5u6LbUicETlJNKauDqvp0xvVzY2pD/zHeil605siVypmAQ+
+mV6ji6wf
+=xDdu
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+9c577791e4d6af35a35bb8bc90b7da4b
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+323d09fcd65a7ad7a496b1a2192ce579e03ebf66
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+4a25fa6ecdef24d231fadaf34409a916e36e92f46b8c93e6ce0ec0e9ef528fd4
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+5c97d47fce09cf47e8766dc0a0e9dbd48ddb4cc397537a03c756c90cd06c24610b8768dcb540e956f6d748978f91db103cb454dc866158e2c420056c469042a4
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+b6cd1d98fb776efa6410cf429a510ea6
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+50b8c5a61e552f38c7cb68735d48e9f1fe769657
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+ec835f0baba4bfa76708d1b1fabdf5ed21529becdf260bdbb053c330153c5e9a
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0-sources.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+6c4ef0f194f04fc7c8aae00a548131c5c95701258762fc880557e372758ee30ee488ffe3e75aeb98e19fa5a99b03cadc0f8b6dff7018b79aacbc12bfd0641503
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc Tue Feb  6 17:39:58 2024
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQGzBAABCAAdFiEE4F/fET2J5/tKLfSyaE1UQWA5JFUFAmXCZAoACgkQaE1UQWA5
+JFXUmwv/Wjq1K1RLtJD9t3LQqvSNiERdex29tBg9XVQ2ksGZmv32H33mZ65CtZSv
+zRr8d8fmuXzacf5zAq6ep5ZkcCh0xgFu2XUVGyJvOoINEytKn5I51FssX5LoHxRk
+nI6RjCyJLyztnRb2tu+jp64fKnAbIazXFOTUWKgU44+nSGkzsoa9V6uYM2/Ic1N3
+LYdTUfYTqlOBfh2e/q8i9RUZ6G22x4OWDVdjqdcPuOvyzUgf8VTPCQgXXXhiPPFQ
+zLGPYBO5Pms+uudGG1zJQHyD3iXqKiut/qOQuMi9ZXXRrfmtzS5QkShJ9a+yp09N
+raOvHjEp2G2/WVJkWNYhRYGpkEvBg7CRXzBmB/NVA5xENG9hR87E/79aFBJIx5aR
+mFmLXScXDUVH4yozg+yq6kBVhUK1fbWCoN8fYxrk0GyF9tOuWEyoPvdshYjQgRYb
+eog0UyX9gz/7tF23QBk1D602hUiv2F+fyxTcZWciY6ZJ6SuWyzrIuj4nby/rYbzd
+GKB5QytE
+=YIjq
+-----END PGP SIGNATURE-----

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+50c0cffacb9e9ab4b17ccab0762b5f38
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+fa7c4428d715ee00aaa15c3e54f392f89536caa7
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+e69f0ebea92602a986ddbce0326137fa0aef714d2180c0ea7310ceeed54b915f
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.asc.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+f29260e9f26aa07efdcaa17b14da2d7b8524b97ce5700bfacd6bd40f97c5e7aeba2eb10721baff36a6739451262eba146f511c5fdb084e40fa15d08479169ab0
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.md5
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.md5 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.md5 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+3938d0d81a79a2495b7ffda83c25e3a5
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha1
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha1 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha1 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+d090156efb38bba314fc967374b49019284939b2
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha256
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha256 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha256 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+0d69e3b0d73506282c3d61794fb8108bccacc77a907f3223c94daa48c0e0e922
\ No newline at end of file

Added: dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha512
==============================================================================
--- dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha512 (added)
+++ dev/solr/solr-9.5.0-RC2-rev-b03df01e89e64bc897a6be93de00af9ded2ee99b/solr/9.5.0/maven/org/apache/solr/solr-hadoop-auth/9.5.0/solr-hadoop-auth-9.5.0.jar.sha512 Tue Feb  6 17:39:58 2024
@@ -0,0 +1 @@
+97d0e343476856d43508ce6071035d52ffa74f7618693795b8594aef5dec8d47f8b08571feba264871522b320fe1a443935470656584b1c050eb6ca5dca7c262
\ No newline at end of file