Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFancyStyle.css
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFancyStyle.css
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFancyStyle.css
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,39 @@
+body {
+  font-family: Georgia, "Times New Roman", Times, serif;
+  color: black;
+  background-color: white;
+}
+
+h1 {
+  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
+  color: black; 
+  background-color: light-gray;
+}
+
+h2 {
+  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
+  color: black; 
+  background-color: #D8D8D8;
+}
+
+a:link {
+  color: blue;
+}
+
+a:visited {
+  color: purple; 
+}
+
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+span.attrib {
+  color: darkgreen;
+}

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFixedWidthStyle.css
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFixedWidthStyle.css
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesFixedWidthStyle.css
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,37 @@
+body {
+  font-family: Courier New, monospace;
+  font-size: 10pt;
+}
+
+h1 {
+  font-family: Courier New, monospace;
+  font-size: 10pt;
+}
+
+h2 {
+  font-family: Courier New, monospace;
+  font-size: 10pt; 
+}
+
+h3 {
+  font-family: Courier New, monospace;
+  font-size: 10pt; 
+}
+
+a:link {
+  color: blue;
+}
+
+a:visited {
+  color: purple; 
+}
+
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesSimpleStyle.css
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesSimpleStyle.css
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/changes/ChangesSimpleStyle.css
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,13 @@
+li.bulleted-list {
+  margin-top: 0.25em;
+  margin-bottom: 0.25em;
+}
+
+li {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+span.attrib {
+  color: darkgreen;
+}

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/docker/Dockerfile.official
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,140 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+FROM eclipse-temurin:17-jre
+
+# TODO: remove things that exist solely for downstream specialization since 
Dockerfile.local now exists for that
+# TODO: replace 3rd party keyservers with official Apache Solr KEYS url
+
+ARG SOLR_VERSION="9.0.0"
+ARG 
SOLR_SHA512="fdcccdb7b3f16f697b7745c92463c1d95ff719d7ffd31602e19a48cb604b8001abb41ca9b9057d4e61b07334ba5f9d1edbcd03e802b2536ed7885b9a56b6fd2e"
+ARG SOLR_KEYS="0D8D0B93"
+
+# If specified, this will override SOLR_DOWNLOAD_SERVER and all ASF mirrors. 
Typically used downstream for custom builds
+ARG SOLR_DOWNLOAD_URL
+# TODO: That comment isn't strictly true, if SOLR_DOWNLOAD_URL fails, other 
mirrors will be attempted
+# TODO: see patch in SOLR-15250 for some example ideas on fixing this to be 
more strict
+
+# Override the default solr download location with a prefered mirror, e.g.:
+#   docker build -t mine --build-arg 
SOLR_DOWNLOAD_SERVER=http://www-eu.apache.org/dist/lucene/solr .
+ARG SOLR_DOWNLOAD_SERVER
+
+# These should never be overridden except for the purposes of testing the 
Dockerfile before release
+ARG 
SOLR_CLOSER_URL="http://www.apache.org/dyn/closer.lua?filename=solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz&action=download";
+ARG 
SOLR_DIST_URL="https://www.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz";
+ARG 
SOLR_ARCHIVE_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz";
+
+RUN set -ex; \
+  apt-get update; \
+  apt-get -y install wget gpg; \
+  rm -rf /var/lib/apt/lists/*; \
+  export GNUPGHOME="/tmp/gnupg_home"; \
+  mkdir -p "$GNUPGHOME"; \
+  chmod 700 "$GNUPGHOME"; \
+  echo "disable-ipv6" >> "$GNUPGHOME/dirmngr.conf"; \
+  for key in $SOLR_KEYS; do \
+    found=''; \
+    for server in \
+      ha.pool.sks-keyservers.net \
+      hkp://keyserver.ubuntu.com:80 \
+      hkp://p80.pool.sks-keyservers.net:80 \
+      pgp.mit.edu \
+    ; do \
+      echo "  trying $server for $key"; \
+      gpg --batch --keyserver "$server" --keyserver-options timeout=10 
--recv-keys "$key" && found=yes && break; \
+      gpg --batch --keyserver "$server" --keyserver-options timeout=10 
--recv-keys "$key" && found=yes && break; \
+    done; \
+    test -z "$found" && echo >&2 "error: failed to fetch $key from several 
disparate servers -- network issues?" && exit 1; \
+  done; \
+  MAX_REDIRECTS=1; \
+  if [ -n "$SOLR_DOWNLOAD_URL" ]; then \
+    # If a custom URL is defined, we download from non-ASF mirror URL and 
allow more redirects and skip GPG step
+    # This takes effect only if the SOLR_DOWNLOAD_URL build-arg is specified, 
typically in downstream Dockerfiles
+    MAX_REDIRECTS=4; \
+    SKIP_GPG_CHECK=true; \
+  elif [ -n "$SOLR_DOWNLOAD_SERVER" ]; then \
+    
SOLR_DOWNLOAD_URL="$SOLR_DOWNLOAD_SERVER/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"; 
\
+  fi; \
+  for url in $SOLR_DOWNLOAD_URL $SOLR_CLOSER_URL $SOLR_DIST_URL 
$SOLR_ARCHIVE_URL; do \
+    if [ -f "/opt/solr-$SOLR_VERSION.tgz" ]; then break; fi; \
+    echo "downloading $url"; \
+    if wget -t 10 --max-redirect $MAX_REDIRECTS --retry-connrefused -nv "$url" 
-O "/opt/solr-$SOLR_VERSION.tgz"; then break; else rm -f 
"/opt/solr-$SOLR_VERSION.tgz"; fi; \
+  done; \
+  if [ ! -f "/opt/solr-$SOLR_VERSION.tgz" ]; then echo "failed all download 
attempts for solr-$SOLR_VERSION.tgz"; exit 1; fi; \
+  if [ -z "$SKIP_GPG_CHECK" ]; then \
+    echo "downloading $SOLR_ARCHIVE_URL.asc"; \
+    wget -nv "$SOLR_ARCHIVE_URL.asc" -O "/opt/solr-$SOLR_VERSION.tgz.asc"; \
+    echo "$SOLR_SHA512 */opt/solr-$SOLR_VERSION.tgz" | sha512sum -c -; \
+    (>&2 ls -l "/opt/solr-$SOLR_VERSION.tgz" 
"/opt/solr-$SOLR_VERSION.tgz.asc"); \
+    gpg --batch --verify "/opt/solr-$SOLR_VERSION.tgz.asc" 
"/opt/solr-$SOLR_VERSION.tgz"; \
+  else \
+    echo "Skipping GPG validation due to non-Apache build"; \
+  fi; \
+  { command -v gpgconf; gpgconf --kill all || :; }; \
+  rm -r "$GNUPGHOME"; \
+  tar -C /opt --extract --preserve-permissions --file 
"/opt/solr-$SOLR_VERSION.tgz";
+
+
+
+# add symlink to /opt/solr, remove what we don't want.
+# Remove the Dockerfile because it might not represent the dockerfile that was 
used to generate the image.
+RUN set -ex; \
+  (cd /opt; ln -s solr-*/ solr); \
+  rm -Rf /opt/solr/docs /opt/solr/docker/Dockerfile;
+
+LABEL maintainer="The Apache Solr Project"
+LABEL url="https://solr.apache.org";
+LABEL repository="https://github.com/apache/solr";
+
+RUN set -ex; \
+    apt-get update; \
+    apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
+    rm -rf /var/lib/apt/lists/*;
+
+ENV SOLR_USER="solr" \
+    SOLR_UID="8983" \
+    SOLR_GROUP="solr" \
+    SOLR_GID="8983" \
+    
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/prometheus-exporter/bin:$PATH"
 \
+    SOLR_INCLUDE=/etc/default/solr.in.sh \
+    SOLR_HOME=/var/solr/data \
+    SOLR_PID_DIR=/var/solr \
+    SOLR_LOGS_DIR=/var/solr/logs \
+    LOG4J_PROPS=/var/solr/log4j2.xml \
+    SOLR_JETTY_HOST="0.0.0.0"
+
+RUN set -ex; \
+  groupadd -r --gid "$SOLR_GID" "$SOLR_GROUP"; \
+  useradd -r --uid "$SOLR_UID" --gid "$SOLR_GID" "$SOLR_USER"
+
+RUN set -ex; \
+  mkdir -p /opt/solr/server/solr/lib /docker-entrypoint-initdb.d; \
+  cp /opt/solr/bin/solr.in.sh /etc/default/solr.in.sh; \
+  mv /opt/solr/bin/solr.in.sh /opt/solr/bin/solr.in.sh.orig; \
+  mv /opt/solr/bin/solr.in.cmd /opt/solr/bin/solr.in.cmd.orig; \
+  chmod 0664 /etc/default/solr.in.sh; \
+  mkdir -p -m0770 /var/solr; \
+  chown -R "$SOLR_USER:0" /var/solr; \
+  ln -s /opt/solr/modules /opt/solr/contrib; \
+  ln -s /opt/solr/prometheus-exporter /opt/solr/modules/prometheus-exporter;
+
+VOLUME /var/solr
+EXPOSE 8983
+WORKDIR /opt/solr
+USER $SOLR_USER
+
+ENTRYPOINT ["docker-entrypoint.sh"]
+CMD ["solr-foreground"]

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/LICENSE.txt
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/LICENSE.txt
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/LICENSE.txt
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,226 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+==========================================================================
+The following license applies to the JQuery JavaScript library
+--------------------------------------------------------------------------
+Copyright (c) 2010 John Resig, http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/MANIFEST.MF
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/MANIFEST.MF
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/MANIFEST.MF
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Extension-Name: org.apache.solr
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Title: org.apache.solr
+Implementation-Version: 9.0.0 4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf -
+  janhoy - 2022-03-29 12:22:55
+Specification-Vendor: The Apache Software Foundation
+Specification-Version: 9.0.0
+Specification-Title: Apache Solr Search Server: prometheus-exporter
+X-Compile-Source-JDK: 11
+X-Compile-Target-JDK: 11
+X-Build-JDK: 11.0.14.1 (Eclipse Adoptium 11.0.14.1+1)
+X-Build-OS: Mac OS X x86_64 12.3
+Main-Class: org.apache.solr.prometheus.exporter.SolrExporter
+

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/NOTICE.txt
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/NOTICE.txt
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/META-INF/NOTICE.txt
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,670 @@
+==============================================================
+ Apache Solr
+ Copyright 2006-2022 The Apache Software Foundation
+==============================================================
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Includes software from other Apache Software Foundation projects,
+including, but not limited to:
+  - Apache Lucene Java
+  - Apache Commons
+  - Apache Blur
+  - Apache Hadoop
+
+This product includes code forked from the Java-HLL library.
+Copyright (c) 2013 Aggregate Knowledge, Inc., 
https://github.com/aggregateknowledge/java-hll/
+
+This product includes the JQuery JavaScript library created by John Resig.
+Copyright (c) 2010 John Resig, http://jquery.com/
+
+This product includes the D3.js JavaScript library created by Michael Bostock.
+Copyright (c) 2012, Michael Bostock, https://github.com/mbostock/d3
+
+This product includes the highlight.js Javascript library created by Ivan 
Sagalaev
+Copyright (c) 2006, Ivan Sagalaev, https://github.com/isagalaev/highlight.js
+
+This product includes the Chosen Javascript library created by Patrick Filler
+Copyright (c) 2011-2014 by Harvest, https://github.com/harvesthq/chosen
+
+This product includes jquery.blockUI.js Javascript library created by Mike 
Alsup
+Copyright (c) 2007-2014 M. Alsup https://github.com/malsup/blockui/
+
+This product includes jquery.cookie.js Javascript library created by Klaus 
Hartl
+Copyright (c) 2013-2014 Klaus Hartl, https://github.com/carhartl/jquery-cookie
+
+This product includes jquery.form Javascript library created by Mike Alsup
+Copyright 2006-2014 (c) M. Alsup, https://github.com/malsup/form/
+
+This product includes the jstree Javascript library created by Ivan Bozhanov
+Copyright (c) 2013-2020 Ivan Bozhanov, https://github.com/vakata/jstree
+
+This product includes jquery.timeago.js Javascript library by Ryan McGeary
+Copyright (c) 2008-2014, Ryan McGeary, https://github.com/rmm5t/jquery-timeago
+
+This product includes require.js Javascript library created by James Burke
+Copyright (C) 2010-2014 James Burke, https://github.com/jrburke/requirejs
+
+This product includes angular-utf8-base64.js Javascript library created by 
Andrey Bezyazychniy
+Copyright (c) 2014 Andrey Bezyazychniy, 
https://github.com/stranger82/angular-utf8-base64
+
+This product includes code copied and modified from the www-authenticate 
Javascript library
+Copyright (c) 2013 Randy McLaughlin, MIT-license, 
https://github.com/randymized/www-authenticate
+
+This product includes fugue icons created by Yusuke Kamiyamane
+Copyright (C) 2013-2014 Yusuke Kamiyamane, 
https://github.com/yusukekamiyamane/fugue-icons
+
+Jackcess: http://jackcess.sourceforge.net/
+Copyright (C) 2011-2014 James Ahlborn
+
+JavaMail: https://java.net/projects/javamail/
+License: Common Development and Distribution License (CDDL) v1.1 
(https://glassfish.java.net/public/CDDL+GPL_1_1.html)
+
+JavaBeans Activation Framework (JAF): 
http://java.sun.com/products/javabeans/jaf/index.jsp
+License: Common Development and Distribution License (CDDL) v1.0 
(https://glassfish.dev.java.net/public/CDDLv1.0.html)
+
+HSQL Database (HSQLDB): http://hsqldb.org/
+License: http://hsqldb.org/web/hsqlLicense.html
+
+Jersey Core: https://jersey.java.net/
+License: Common Development and Distribution License (CDDL) v1.0 
(https://glassfish.dev.java.net/public/CDDLv1.0.html)
+
+Jakarta Activation API: https://eclipse-ee4j.github.io/jaf/
+Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
+
+Jakarta XML Binding: https://github.com/javaee/jaxb-spec
+License: Common Development and Distribution License (CDDL) v1.1 
(https://glassfish.java.net/public/CDDL+GPL_1_1.html)
+Copyright (c) 2003-2018 Oracle and/or its affiliates. All rights reserved.
+
+The HdfsDirectory and BlockDirectory were derived from
+the Apache Blur incubating project and are Apache License 2.0.
+
+ASM (Java bytecode manipulation and analysis framework): http://asm.ow2.org/
+Copyright (c) 2000-2005 INRIA, France Telecom
+
+This project includes templates from the Asciidoctor HTML5 backend converter
+Copyright (c) 2014-2018 Jakub Jirutka
+License: MIT https://github.com/jirutka/asciidoctor-html5s/blob/master/LICENSE
+
+This project includes the Navgoco JQuery plugin
+Copyright (c) 2013 Christopher Tsoulloftas, http://www.komposta.net
+License: BSD https://github.com/tefra/navgoco/blob/master/LICENSE-BSD
+
+This project includes the Malihu Custom Scrollbar Plugin
+Copyright (c) Manos Malihutsakis, http://manos.malihu.gr/
+License: MIT 
https://github.com/malihu/malihu-custom-scrollbar-plugin/blob/master/LICENSE.txt
+
+=========================================================================
+==  Antlr2 Notice                                                       ==
+=========================================================================
+
+
+SOFTWARE RIGHTS
+
+ANTLR 1989-2006 Developed by Terence Parr
+Partially supported by University of San Francisco & jGuru.com
+
+We reserve no legal rights to the ANTLR--it is fully in the
+public domain. An individual or company may do whatever
+they wish with source code distributed with ANTLR or the
+code generated by ANTLR, including the incorporation of
+ANTLR, or its output, into commerical software.
+
+We encourage users to develop software with ANTLR. However,
+we do ask that credit is given to us for developing
+ANTLR. By "credit", we mean that if you use ANTLR or
+incorporate any source code into one of your programs
+(commercial product, research project, or otherwise) that
+you acknowledge this fact somewhere in the documentation,
+research report, etc... If you like ANTLR and have
+developed a nice tool with the output, please mention that
+you developed it using ANTLR. In addition, we ask that the
+headers remain intact in our source code. As long as these
+guidelines are kept, we expect to continue enhancing this
+system and expect to make other tools available as they are
+completed.
+
+The primary ANTLR guy:
+
+Terence Parr
[email protected]
[email protected]
+
+=========================================================================
+==  Apache Lucene Notice                                               ==
+=========================================================================
+
+Apache Lucene
+Copyright 2001-2022 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Includes software from other Apache Software Foundation projects,
+including, but not limited to:
+ - Apache Ant
+ - Apache Jakarta Regexp
+ - Apache Commons
+ - Apache Xerces
+
+ICU4J, (under analysis/icu) is licensed under an MIT styles license
+and Copyright (c) 1995-2008 International Business Machines Corporation and 
others
+
+Some data files (under analysis/icu/src/data) are derived from Unicode data 
such
+as the Unicode Character Database. See http://unicode.org/copyright.html for 
more
+details.
+
+Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is
+BSD-licensed, created by Anders Møller. See http://www.brics.dk/automaton/
+
+The levenshtein automata tables (under 
core/src/java/org/apache/lucene/util/automaton) were
+automatically generated with the moman/finenight FSA library, created by
+Jean-Philippe Barrette-LaPierre. This library is available under an MIT 
license,
+see http://sites.google.com/site/rrettesite/moman and
+http://bitbucket.org/jpbarrette/moman/overview/
+
+The class org.apache.lucene.util.WeakIdentityMap was derived from
+the Apache CXF project and is Apache License 2.0.
+
+The class org.apache.lucene.util.compress.LZ4 is a Java rewrite of the LZ4
+compression library (https://github.com/lz4/lz4/tree/dev/lib) that is licensed
+under the 2-clause BSD license.
+(https://opensource.org/licenses/bsd-license.php)
+
+The Google Code Prettify is Apache License 2.0.
+See http://code.google.com/p/google-code-prettify/
+
+JUnit (junit-4.10) is licensed under the Common Public License v. 1.0
+See http://junit.sourceforge.net/cpl-v10.html
+
+This product includes code (JaspellTernarySearchTrie) from Java Spelling 
Checkin
+g Package (jaspell): http://jaspell.sourceforge.net/
+License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
+
+The snowball stemmers in
+  analysis/common/src/java/net/sf/snowball
+were developed by Martin Porter and Richard Boulton.
+The snowball stopword lists in
+  analysis/common/src/resources/org/apache/lucene/analysis/snowball
+were developed by Martin Porter and Richard Boulton.
+The full snowball package is available from
+  http://snowball.tartarus.org/
+
+The KStem stemmer in
+  analysis/common/src/org/apache/lucene/analysis/en
+was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
+under the BSD-license.
+
+The Arabic,Persian,Romanian,Bulgarian, Hindi and Bengali analyzers (common) 
come with a default
+stopword list that is BSD-licensed created by Jacques Savoy.  These files 
reside in:
+analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt,
+analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt,
+analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt,
+analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt,
+analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt,
+analysis/common/src/resources/org/apache/lucene/analysis/bn/stopwords.txt
+See http://members.unine.ch/jacques.savoy/clef/index.html.
+
+The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and 
Swedish light stemmers
+(common) are based on BSD-licensed reference implementations created by 
Jacques Savoy and
+Ljiljana Dolamic. These files reside in:
+analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java
+analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java
+
+The Stempel analyzer (stempel) includes BSD-licensed software developed
+by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin 
Kvapil,
+and Edmond Nolan.
+
+The Polish analyzer (stempel) comes with a default
+stopword list that is BSD-licensed created by the Carrot2 project. The file 
resides
+in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt.
+See https://project.carrot2.org/license.html.
+
+The SmartChineseAnalyzer source code (smartcn) was
+provided by Xiaoping Gao and copyright 2009 by www.imdict.net.
+
+WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/)
+is derived from Unicode data such as the Unicode Character Database.
+See http://unicode.org/copyright.html for more details.
+
+The Morfologik analyzer (morfologik) includes BSD-licensed software
+developed by Dawid Weiss and Marcin Miłkowski 
(http://morfologik.blogspot.com/).
+
+Morfologik uses data from Polish ispell/myspell dictionary
+(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia)
+LGPL and Creative Commons ShareAlike.
+
+Morfologic includes data from BSD-licensed dictionary of Polish (SGJP)
+(http://sgjp.pl/morfeusz/)
+
+Servlet-api.jar and javax.servlet-*.jar are under the CDDL license, the 
original
+source code for this can be found at http://www.eclipse.org/jetty/downloads.php
+
+===========================================================================
+Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration
+===========================================================================
+
+This software includes a binary and/or source version of data from
+
+  mecab-ipadic-2.7.0-20070801
+
+which can be obtained from
+
+  http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz
+
+or
+
+  
http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz
+
+===========================================================================
+mecab-ipadic-2.7.0-20070801 Notice
+===========================================================================
+
+Nara Institute of Science and Technology (NAIST),
+the copyright holders, disclaims all warranties with regard to this
+software, including all implied warranties of merchantability and
+fitness, in no event shall NAIST be liable for
+any special, indirect or consequential damages or any damages
+whatsoever resulting from loss of use, data or profits, whether in an
+action of contract, negligence or other tortuous action, arising out
+of or in connection with the use or performance of this software.
+
+A large portion of the dictionary entries
+originate from ICOT Free Software.  The following conditions for ICOT
+Free Software applies to the current dictionary as well.
+
+Each User may also freely distribute the Program, whether in its
+original form or modified, to any third party or parties, PROVIDED
+that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
+on, or be attached to, the Program, which is distributed substantially
+in the same form as set out herein and that such intended
+distribution, if actually made, will neither violate or otherwise
+contravene any of the laws and regulations of the countries having
+jurisdiction over the User or the intended distribution itself.
+
+NO WARRANTY
+
+The program was produced on an experimental basis in the course of the
+research and development conducted during the project and is provided
+to users as so produced on an experimental basis.  Accordingly, the
+program is provided without any warranty whatsoever, whether express,
+implied, statutory or otherwise.  The term "warranty" used herein
+includes, but is not limited to, any warranty of the quality,
+performance, merchantability and fitness for a particular purpose of
+the program and the nonexistence of any infringement or violation of
+any right of any third party.
+
+Each user of the program will agree and understand, and be deemed to
+have agreed and understood, that there is no warranty whatsoever for
+the program and, accordingly, the entire risk arising from or
+otherwise connected with the program is assumed by the user.
+
+Therefore, neither ICOT, the copyright holder, or any other
+organization that participated in or was otherwise related to the
+development of the program and their respective officials, directors,
+officers and other employees shall be held liable for any and all
+damages, including, without limitation, general, special, incidental
+and consequential damages, arising out of or otherwise in connection
+with the use or inability to use the program or any product, material
+or result produced or otherwise obtained by using the program,
+regardless of whether they have been advised of, or otherwise had
+knowledge of, the possibility of such damages at any time during the
+project or thereafter.  Each user will be deemed to have agreed to the
+foregoing by his or her commencement of use of the program.  The term
+"use" as used herein includes, but is not limited to, the use,
+modification, copying and distribution of the program and the
+production of secondary products from the program.
+
+In the case where the program, whether in its original form or
+modified, was distributed or delivered to or received by a user from
+any person, organization or entity other than ICOT, unless it makes or
+grants independently of ICOT any specific warranty to the user in
+writing, such person, organization or entity, will also be exempted
+from and not be held liable to the user for any such damages as noted
+above as far as the program is concerned.
+
+===========================================================================
+Nori Korean Morphological Analyzer - Apache Lucene Integration
+===========================================================================
+
+This software includes a binary and/or source version of data from
+
+  mecab-ko-dic-2.0.3-20170922
+
+which can be obtained from
+
+  
https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.0.3-20170922.tar.gz
+---
+
+This product includes/uses software, Woodstox (http://woodstox.codehaus.org),
+developed by Codehaus  (http://www.codehaus.org/)
+License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
+=========================================================================
+==  Woodstox Notice                                                    ==
+=========================================================================
+This product currently only contains code developed by authors
+of specific components, as identified by the source code files.
+
+Since product implements StAX API, it has dependencies to StAX API
+classes.
+
+For additional credits (generally to people who reported problems)
+see CREDITS file.
+---
+
+This product includes software developed by the Eclipse Foundation
+(specifically, Jetty, the bundled servlet container in example),
+available under the Apache 2 License.
+
+Servlet-api.jar is under the CDDL license, the original source
+code for this can be found at http://www.eclipse.org/jetty/downloads.php
+
+=========================================================================
+==  SLF4J Notice -- http://www.slf4j.org/license.html                  ==
+=========================================================================
+
+Copyright (c) 2004-2008 QOS.ch
+All rights reserved.
+
+Permission is hereby granted, free  of charge, to any person obtaining
+a  copy  of this  software  and  associated  documentation files  (the
+"Software"), to  deal in  the Software without  restriction, including
+without limitation  the rights to  use, copy, modify,  merge, publish,
+distribute,  sublicense, and/or sell  copies of  the Software,  and to
+permit persons to whom the Software  is furnished to do so, subject to
+the following conditions:
+
+The  above  copyright  notice  and  this permission  notice  shall  be
+included in all copies or substantial portions of the Software.
+
+THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
+EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
+MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+=========================================================================
+==  Apache Tika Notices                                                ==
+=========================================================================
+
+The following notices apply to modules/extraction:
+
+This product includes software developed by the following copyright owners:
+
+Copyright (c) 2000-2006 The Legion Of The Bouncy Castle
+(http://www.bouncycastle.org)
+
+Copyright (c) 2003-2005, www.pdfbox.org
+
+Copyright (c) 2003-2005, www.fontbox.org
+
+Copyright (c) 1995-2005 International Business Machines Corporation and others
+
+Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
+
+Copyright 2004 Sun Microsystems, Inc. (Rome JAR)
+
+Copyright 2002-2008 by John Cowan (TagSoup -- 
http://ccil.org/~cowan/XML/tagsoup/)
+
+Copyright (C) 1994-2007 by the Xiph.org Foundation, http://www.xiph.org/ 
(OggVorbis)
+
+Copyright 2012 Kohei Taketa juniversalchardet 
(http://code.google.com/p/juniversalchardet/)
+
+Lasse Collin and others, XZ for Java (http://tukaani.org/xz/java.html)
+
+java-libpst is a pure java library for the reading of Outlook PST and OST 
files.
+https://github.com/rjohnsondev/java-libpst
+
+JMatIO is a JAVA library to read/write/manipulate with Matlab binary MAT-files.
+http://www.sourceforge.net/projects/jmatio
+
+=========================================================================
+==  Language Detection Notices                                         ==
+=========================================================================
+
+The following notices apply to modules/langid:
+
+This product includes software developed by Cybozu Labs, Inc.
+(c)2010 All rights reserved by Cybozu Labs, Inc.
+http://code.google.com/p/language-detection/
+
+This product includes software developed by the Jsonic project:
+http://sourceforge.jp/projects/jsonic/
+
+=========================================================================
+==     Carrot2 Notice                                                  ==
+=========================================================================
+Copyright (C) 2002-2020, Dawid Weiss, Stanislaw Osinski.
+Portions (C) Contributors listed in "carrot2.CONTRIBUTORS" file.
+All rights reserved.
+
+This product includes software developed by the Carrot2 Project.
+See https://project.carrot2.org/
+
+=========================================================================
+==     Guava Notice                                                    ==
+=========================================================================
+
+Copyright (C) 2009 Google Inc.
+
+This product includes software developed by the Google Guava project.
+
+See http://code.google.com/p/guava-libraries/
+
+=========================================================================
+==     Prettify Notice                                                 ==
+=========================================================================
+
+Copyright (C) 2009 Google Inc.
+
+This product includes software developed by the Google Prettify project.
+
+See http://code.google.com/p/google-code-prettify/
+
+=========================================================================
+==     Jackson Notice                                                  ==
+=========================================================================
+Copyright 2010 FasterXML, LLC
+
+This product includes software developed by the Jackson project.
+
+See http://jackson.codehaus.org/
+
+=========================================================================
+==     HSQLDB Notice                                                   ==
+=========================================================================
+
+For content, code, and products originally developed by Thomas Mueller and the 
Hypersonic SQL Group:
+
+Copyright (c) 1995-2000 by the Hypersonic SQL Group.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+Neither the name of the Hypersonic SQL Group nor the names of its
+contributors may be used to endorse or promote products derived from this
+software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE HYPERSONIC SQL GROUP,
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This software consists of voluntary contributions made by many individuals on 
behalf of the
+Hypersonic SQL Group.
+
+For work added by the HSQL Development Group (a.k.a. hsqldb_lic.txt):
+
+Copyright (c) 2001-2005, The HSQL Development Group
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+Neither the name of the HSQL Development Group nor the names of its
+contributors may be used to endorse or promote products derived from this
+software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,
+OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+=========================================================================
+==     Protocol Buffers Notice                                         ==
+=========================================================================
+
+Protocol Buffers - Google's data interchange format
+Copyright 2008 Google Inc.
+http://code.google.com/apis/protocolbuffers/
+
+=========================================================================
+==     SolrTextTagger Notice                                           ==
+=========================================================================
+
+The TaggerRequestHandler and related classes in its package came from the
+OpenSextant Solr Text Tagger,
+Copyright 2013 The MITRE Corporation. All Rights Reserved.
+
+  This software was produced for the U. S. Government
+  under Contract No. W15P7T-11-C-F600, and is
+  subject to the Rights in Noncommercial Computer Software
+  and Noncommercial Computer Software Documentation
+  Clause 252.227-7014 (JUN 1995)
+
+=========================================================================
+==     Jose4j Notice                                                   ==
+=========================================================================
+
+jose4j
+Copyright 2012-2015 Brian Campbell
+
+EcdsaUsingShaAlgorithm contains code for converting the concatenated
+R & S values of the signature to and from DER, which was originally
+derived from the Apache Santuario XML Security library's SignatureECDSA
+implementation. http://santuario.apache.org/
+
+The Base64 implementation in this software was derived from the
+Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
+
+JSON processing in this software was derived from the JSON.simple toolkit.
+https://code.google.com/p/json-simple/
+
+=========================================================================
+==         noggit notice                                               ==
+=========================================================================
+
+noggit
+
+Copyright 2006- Yonik Seeley
+
+Noggit is a  fast streaming JSON parser for java. The code is included
+into Solr codebase.
+
+https://github.com/yonik/noggit
+
+=========================================================================
+==         ui-grid notice                                               ==
+=========================================================================
+
+This product includes the Angular UI UI Grid JavaScript library.
+Copyright (c) 2015 the AngularUI Team, http://angular-ui.github.com
+
+
+=========================================================================
+==         grpc notice                                                 ==
+=========================================================================
+Copyright 2014 The gRPC Authors
+
+This product contains a modified portion of 'OkHttp', an open source
+HTTP & SPDY client for Android and Java applications, which can be obtained
+at:
+
+  * LICENSE:
+    * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/square/okhttp
+  * LOCATION_IN_GRPC:
+    * okhttp/third_party/okhttp
+
+This product contains a modified portion of 'Envoy', an open source
+cloud-native high-performance edge/middle/service proxy, which can be
+obtained at:
+
+  * LICENSE:
+    * xds/third_party/envoy/LICENSE (Apache License 2.0)
+  * NOTICE:
+    * xds/third_party/envoy/NOTICE
+  * HOMEPAGE:
+    * https://www.envoyproxy.io
+  * LOCATION_IN_GRPC:
+    * xds/third_party/envoy
+
+This product contains a modified portion of 'protoc-gen-validate (PGV)',
+an open source protoc plugin to generate polyglot message validators,
+which can be obtained at:
+
+  * LICENSE:
+    * xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
+  * NOTICE:
+      * xds/third_party/protoc-gen-validate/NOTICE
+  * HOMEPAGE:
+    * https://github.com/envoyproxy/protoc-gen-validate
+  * LOCATION_IN_GRPC:
+    * xds/third_party/protoc-gen-validate
+
+This product contains a modified portion of 'udpa',
+an open source universal data plane API, which can be obtained at:
+
+  * LICENSE:
+    * xds/third_party/udpa/LICENSE (Apache License 2.0)
+  * HOMEPAGE:
+    * https://github.com/cncf/udpa
+  * LOCATION_IN_GRPC:
+    * xds/third_party/udpa
+
+The S3 Output Stream is based on ASL 2.0 reference implementations found at:
+    
https://github.com/confluentinc/kafka-connect-storage-cloud/blob/5.0.x/kafka-connect-s3/src/main/java/io/confluent/connect/s3/storage/S3OutputStream.java
+This files resides at:
+    modules/s3-repository/src/java/org/apache/solr/s3/S3OutputStream.java

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt41AAoJEHGkWj0NjQuTs5gQAKKhJtlrkBrlytS2FUfnwpbM
+BOPvq/8PwnHE6lESljobmpbTD9PgRxs4DmCV88Sq6vv35m1O2MtKqViHeVsSASKZ
+OI8pp1Kf0A/a2O7N60yRHlS21lIdJL3xGztPq/rlya0JS6+mETukEbZDNw5xHAJm
++nLNJ0jtKj75aXGiyiCxrXdfXnUjd+F9xJTYHvAUKB8RlUeYOF0zSR8fVEJ5emHQ
+rcePRv4VGXl2FJ1Vl3UWdNyZ6aev/fUS/qOHxZSTN4Y23odyxHnunNXq6Eru4VH9
+gLrfTXR0aSjCWre7y6Qg1KCcblnu51m038VlhQpXk1ExbVKq8fk5KxmrNcBt9zA1
+l9aXcKl3t36hTnxe93MoZ3xJI6pHHhLPAUQNk9z/GfETTjaQG4ZZiBR/bEGeb154
+VTPTWlQCkhbrfRQ7Uysfs/r2F1GHkCU77Cv9NjhExJYYmeTU0qPEnDZkWHg/uS30
+j2KRNQtbW92hAWCI1XwrZ04ArpZeou8GaoZv6BHpgxHgYAcKH4bvKcziwALcnVBo
+IuB/IEKE3Kmqm51uAIqc05vxcsPDmEF2Rs2Qey8k2WTCTetluB52ZMtExvwu72mg
+X90a7c5tQu8yvN1BslwBK9LX4GAL1hTWxojD8AIpJkkeJrQlN1feURxtBVF1saag
+cmPM8lSba/debsRCKZe6
+=Llgc
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+7bd42948ba94a9379e7b1f09f487138a
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+527e63a1cd934ef50453c0fc3b9ef21586412d0b
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+3aa5e8ce567d22008f5786d21cdc5f1db58dce4a942583f73cc397f96e81b503
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.asc.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+51b5e2ee08bde9434644402695eb27ef63bdbe88249c6376bf30c160fa780f10b422b80be288403956abfd0b1e483ad10ae5d5e0147248cfa29c1c7edebc2623
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+df94f0fae63e1bea08eac973df5694d6
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+3c3163192d1d8c58820a0d4b3ed6bbe5f09e4616
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+0aec481d2d62ae350e5111402055d5a8ebe0f8b9eac885a0aec7f7bcafc3843c
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-javadoc.jar.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+057875344f480b286af66f88dceec35d528d4d6921de13764e7aac98c0e31c913f72565b0f08fa50a8e09b2d7c469c1f0a365ad3b91dbd2e5f92e9c9e40af122
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt41AAoJEHGkWj0NjQuTI6oP/RtxU7Ze0vaDgIuUNnAJy5s8
+WEVXOHCYDyhpgODKv2YEd7b32IhSQoPSliWd9D6qbrpm6DJd1DAR9oLuiks9KL6g
+3kfGhJ1TOEVqJ5z0Na7OoJK0KY1722vx4nmppLqusRUd9Ik3W7pootuCoHR8vO/9
+MK0GG3BbpL80+U5clSg5OdrSqiFY4WcgU64HxCLfE91E6+a2y2KRt1MlXjBR0+G0
+AnhJl453ZdXw+WZsFD2X4oTScWbvG1HrG32WXI84gKwupFy4MFW1BS52Y4Vuz73s
+4IbebAwGbDuXfum1atYj71kM7mk6b1jX5pKAQ3qjN92cnm1jleK45gOwk9v3q9ed
+cgBnWS2xxHcVLHNfTqCyM0xD1RfucG2Xn8VlmEEU7rPZsStNc58aqwprockhxcDf
+Y2I5XS11SBJXbGHCmSmhGeUWm8P8JMw2fM68cngIdC2oYak1Fc4bhhdeGXCO6HUl
+v2j3bF78hcPoAwJDOGPj6a7rkP4YpxHb+LYqtKqKu5l0f8YAkZfEZDWxp7MgAMUA
+kTzYpaF545XEeCI1IxKn5kxZ2N6a5k++Fj78tdNDIi8kT/Lv6WTaPb/PmCHaBEBA
+QuDY7abcnIA6CRILvhOk35h7DG2Ld61wYli23oM7vP5aJatMx9sdg7cySyW4UwId
++c27qmQxfZImulKbtTFK
+=mfyf
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+3497a262e9242ca856d270d59ff50a51
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+4c6b20174d7d5dbcbdedc094c8c589a86d04650c
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+9ad5371712606dd5bc4b036986da3c297d189f9f852983dccda55ae03a5c9c65
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.asc.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ae52221ba4302a0f962f9bce756191fd62866e5c6071673da5bfe579a5337391f33072068f0465a3f4614f579c5dd72ca6e987178d7b8504698dbf72f4109a92
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+510284355d1587b4b0acbb391971b20d
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+7962a5f924ffcdbcbdb52743f729c49cfadfcbd1
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+deda6b774a12a60f17b40853d1c42d4f717ccd6b38a3c7016087a6f947359c87
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0-sources.jar.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c30daedd25df012ba5b2c1fdd02b841dcec672796ed836a79d7f3bb845618f033362fcf3eea84b187d64c4402da3995be9c1b21ed2c4b36338ee9d9915905abf
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar
==============================================================================
Binary file - no diff available.

Propchange: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJiQt41AAoJEHGkWj0NjQuTOIsP/RwFlBVPIVWvBMwhCDqHKOZM
+RhHjR3jMrjulWSBCSZ++XX9OVKkrEA0+xzlKyWBqcUnxtJIGE7FztkQ3z5J/t6ce
+iqEoX6k3NxQluOSPxnxXAA6Vc80HBrouIrGlO/JarmVNgvmEkYYZcnCvnKWQ1hPp
+vSIWZu6ro31JmJ2OfILWfRQEUIlP2qX6vGCGskIRUEjmhXJLEhLtkC7CMF+FtGfz
+iYzvtSqj8xrD+N0pb4tOX96uLPdTnCRqo6J2thEDxhk+kFY4TYRGDlJPcZODn5l/
+kJJOSf2SRT1kCpilx09uy12ViSTz5RGDaoj3mfO5rdo9UlW8FpFbd6ibWLygukvq
+HyMWAWZrTSJEmDyG1qUhdd67VRVhjsBiSsR+5qh8HWuHeN2W7lcbeMU8A5roIv8m
+IkESK8wGGM9wVpbwlAR6PSxsPEYMKmkTPeMFUI8bGWHMnABsI1gU+DitJvZ9nwSX
+ssy+5nA9b7JcGZifB1sYrnapUdWiXLhW/BAlRaubSMtUMAZHm+1HwwDoZ1Y5ojPB
+VTmVrv+phIxgPu9tGqBbRLbmb01vhFpeUvZBv3FZrGann4KT6gQxWoYJzBTzPtZZ
+7/Xnq9TjbUIMZPFwxUn4s/OdCAbzB1PU/yrMNmxudaNZAqg2HY/0x9E8OBxhhpUB
+f1c/iNIiBjYtH8jOCkI+
+=HdHn
+-----END PGP SIGNATURE-----

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+1de53c4bd2a4cb4c0a6ee910096b89dc
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+c91ed1342d835df31ff2d0e7245086e59f19de2c
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+41a88710ab25fc2e16b4d3f20995b316f90f6b8c3899d1a869722bdd7bca4bc9
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.asc.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+f4486dae991d4213484880ef48decc401100b673237fabc41b23b3df0e7d405899b3752c218d3ee1b826d88002f16579fe4f90a2e7c05e550fba1cb672ed02f4
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.md5
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.md5
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.md5
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+9c3c62b7561bf47cf1c54d8c07aa9425
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha1
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha1
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha1
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+ec7952a3f961f8fd67553ec44da9cfccc0c374b6
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha256
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha256
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha256
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+6505ffe43a1f05aee571cd1768ec3ca545ff5d4572b4a22ac2fddd0cdc84e41e
\ No newline at end of file

Added: 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha512
==============================================================================
--- 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha512
 (added)
+++ 
dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf/solr/maven/org/apache/solr/solr-analysis-extras/9.0.0/solr-analysis-extras-9.0.0.jar.sha512
 Tue Mar 29 15:38:19 2022
@@ -0,0 +1 @@
+43365c0feffebec7cff9752b0a82fda511c4cde942c8b46b06afbb0f68b7f4a8c965fb67eef6459e872b69159c39eea46624c77f219d32968e2973de6d5639f5
\ No newline at end of file


Reply via email to