You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/04/21 01:12:19 UTC

svn commit: r39043 [18/18] - in /dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/l...

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom Tue Apr 21 01:12:18 2020
@@ -0,0 +1,500 @@
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>7.7.3</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Solr Velocity</name>
+  <description>Apache Solr Velocity</description>
+  <properties>
+    <module-directory>solr/contrib/velocity</module-directory>
+    <relative-top-level>../../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <!-- This dependency cannot be put into solr-parent, because local        -->
+      <!-- dependencies are always ordered before inherited dependencies.       -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-kuromoji</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-nori</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-analyzers-phonetic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-classification</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-expressions</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-memory</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queries</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-queryparser</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-spatial3d</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-suggest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-solrj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>hppc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-smile</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>info.ganglia.gmetric4j</groupId>
+      <artifactId>gmetric4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-ganglia</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-graphite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jetty9</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.dropwizard.metrics</groupId>
+      <artifactId>metrics-jvm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.hydromatic</groupId>
+      <artifactId>eigenbase-properties</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4-runtime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite</groupId>
+      <artifactId>calcite-linq4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.calcite.avatica</groupId>
+      <artifactId>avatica-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-exec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-framework</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
+      <artifactId>curator-recipes</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-auth</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-1.2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>commons-compiler</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.janino</groupId>
+      <artifactId>janino</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>stax2-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-continuation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-io</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-rewrite</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-server</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-servlets</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-webapp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-xml</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.locationtech.spatial4j</groupId>
+      <artifactId>spatial4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.noggit</groupId>
+      <artifactId>noggit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.restlet.jee</groupId>
+      <artifactId>org.restlet.ext.servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.rrd4j</groupId>
+      <artifactId>rrd4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jul-to-slf4j</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${module-path}/src/test-files</directory>
+      </testResource>
+      <testResource>
+        <directory>${module-path}/src/test</directory>
+        <includes>
+          <include>velocity/*.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>${top-level}/dev-tools/maven/solr</directory>
+        <includes>
+          <include>maven.testlogging.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.asc (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.asc Tue Apr 21 01:12:18 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAl6eQQEACgkQw4/17D/P
+2z4whQ//UOmRXQUPy3ZF8wFxqcovNj7wQateucC3qH+Mo8uQ4CD1vtei0RozrfPK
+ZU+h3HsXbdpaVhCMdwiUehCFc4brVs+jwfFmuzZ0qWXxaPtwRbMALxBhrwI1DZ8G
+RTPcjtr1uhKIg/frHEnuisxHHro1LJ6i4AP7shjlGA8CLnovl0HAw5KPdD/w+pVo
+F9vYXrMzbPdhZH7yUp0AImqTKxxLByDWRw18NIu9LqO8EuFt81/yJpFzGuqvbANd
+Lztcdo5/2RqKYgsRQITV+h9Aq5NSbGfc9jcB5XcPzg0RW6V0DYAna4A2S9eDupwA
+T0mG51Hn8SDSnibXrpxYaGExSSB+EWdDrZs8ONVbXOegEbE5RXRUXZAPIOgDSwwY
+715MPpXIghYfYFj2o37DkqtCDy/Nxe/lQyWKidzOyqIcUOfJILVxJGBanaTwcLBD
+HZ5pXiQ4kaebFqFC5keVIKVNtUe0uYAZu1LLVCTuOriXwhSI5Tirz7zkDRspf2Zd
+KuBrNfKFInoW2e2KLemsx56akkFFnu9YphCHObIx0wAXk9Iii3VLyJ+tFQXH9WaE
+VX5QWR8A2LqD5bhkv/ff21w9Avp9PKF9SpwG3Y+T0pNPb/ooQa0jbImBopoE85kT
+og9v7WHPJ1dQqIKY6DLmzKt7GVla4RkPwTMA/XU+zDbRFkaeujA=
+=ltOg
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.md5 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+24ef685fc93d6881104eb130478bcc0d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/7.7.3/solr-velocity-7.7.3.pom.sha1 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+0a35f377641937e6ef95508e8c77fd364d172aee
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Tue Apr 21 01:12:18 2020
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.7.3</version>
+  <versioning>
+    <versions>
+      <version>7.7.3</version>
+    </versions>
+    <lastUpdated>20200421004024</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+b4639614c0b620414d796aaf9f015422
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+f7e4524a2cdd650285367ee843fc6977b189ea29
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.asc Tue Apr 21 01:12:18 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAl6eQQIACgkQw4/17D/P
+2z60bQ/+OuE0t6PdfofmyV1Cv+CUcgCDiWYbymORXMNRV65PgceMs2Iszp3qgFt4
+PuSBEmZVI/24OIsC9eb970c12OtR+/+mtDRhXDnwhP5HiE8kXihtBYTVRPuudXTb
+GsW2GZWI8Y2MHB5BjGqaM5VcoUrhZ4BMXeIBTsZq/Eucjdn9KU2BVbx7KstzM0V0
+Sr23rbG6yk7jMFKL97D8Z/KtuWz79xO49Ghw3WMdrJasK0ipo01MixRjRagJhSiJ
+wniSQgO0cYTiFTQMINK3PTftjALjpHC7EiPjixMc2448myckEO3YXmINmleTM8iw
+hU7PQ3ESOspEcY7JkE8XP3GnuArxbZM9CrPme80Jkm1c1BtmM++byUGM89zNQxoT
+lQlLqAsXx3RfZ7OZrNRZkEb+XEpmc39l984vge1qSuNJT/2OlIHCgqZyV5SiUw3k
+BASqelWRucCRAT34HRuejMXfE3w6DODlfHWe5Dsc9CvE2hhNRxn9Xcpg4tfK5V+X
+hkH0Hi3IPJBQAPke2i43G2O2dezLaa7NsqYDMlSRGmas8MZW6q3JOZtO0KqI23my
+lh+RL5Id8bs8FnscaEvNNO7WJgfzo4SVclo8NEMumPM0uZlTTMlZhLk4FQ77IPSx
+IIoSH8L9nga1aLcuMu4gDMwz+Y6BC9nyn28g7rFFeQe8rdHHTrw=
+=SDQf
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3-src.tgz.sha512 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+549ab2c35ecfba4610921f0951b3b78595da2bcb6e36da2f2a06828a64a01e656c8d424b4ba8d559b638ab62d871827f004f5f02b8e1eed3b9a0e0cbfd31e8ac *solr-7.7.3-src.tgz

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.asc Tue Apr 21 01:12:18 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAl6eQQMACgkQw4/17D/P
+2z73FRAAjtBmGRoVGrvxDaLMA5JislRNBabR+5Fj29dfbBHTSZWwOnC46YYVL8jk
+4dq3iKux9tNaYwD2giLP+4PRZTkpgHEUa3olQ/s2pq27j4LBNbognlDB/0gjW+0g
+O2x3iIf7xCo2/HNPHwgtfj+tYt4rZinIdUZVt5GsUEPb2nwdM8an/jYIA4R44ruV
+Z09YflhXgm+milYCwkH/np6NRndElvsJtU28sKDR6jUMmAq9Ys5KfKmtQHsaL8MX
+2Bi71FfSoGDydyvOnWjGykvZfdGy5HtQ9MsAoqVHLY06PxBjorZp1snHwl4bUugz
+ErjkveaiIrnpSfIQvrdIRf25YbUjLBqnvVbk3xQ0193xVyZcVDYEHWpQCrTni4cC
+3E3qTUGgYjvPFUu3eTOgiF7lC4VT8K9M8Sfn3Ab1LTfQW0QK8cs03vSaGxcas0rO
+Cf+R3PQJqjkjQGofVLVn4e9kK5mvYvWxsmFQMAvVSLiX/Eh8SD2+ViiKKb1uLihQ
+c9TfxK1oiLMkS9VrCQh+47sgyJkvNt07lVjL32a44ZQfqh2FuamwWsVlzr+HRgd8
+tnS3Ozu44v4QXInJgHdL0r/P9+WflFHa4WkS3FLrR14TZ9T/Lv2tEOF1A9NRRLaO
+G2aV92xJ2RLV3uZVbEFdhLGQix+IxzqbBnviVMf8uRMxR0ecEqQ=
+=L2U7
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.tgz.sha512 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+ca9200c18cc19ab723fd4d10f257e27eb81dc8bc33401ebc4eb99178faf4033a2684f0f8b12ae7b659cfeb0f4c9d9e24aaac518a4e00fd28b69854a359a666ed *solr-7.7.3.tgz

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.asc (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.asc Tue Apr 21 01:12:18 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEz85fu5IMPHRc7uCEw4/17D/P2z4FAl6eQQUACgkQw4/17D/P
+2z6HrQ/9GAk40ZOk6nmyMgZSpBdp9zFDRodqttwrQIyOmQA4o8cAuFHRMDBaeLHZ
+S2phBR5/lh8L/k+f6VnirhwMPcP8qOdP1Wv9kS8t77JhwSrnUjs8jx4ROKG2V0qk
+EiOAQ9Oz/9R6Y3FzkRT/dTBZ0x/O9sZC435PgnnwsnHsTs6sRhdty3h0OgTrjizf
+sADhLeX9Gg5ZuKMXftSA4wXErF2wU00F0X3WeqOjtTD2sx5OIu16b5zCLoeOhkag
+lWf1/0041LvSOGqvC3zDVF52WsmCCSI/FGproLHJQDaNR7oRkNE47W+UzpLRxgLn
+0wndxKIQK4+yOj7PFzWlMKnnt1eIRJg48BhCw/JbhcTYIQ86sCg/UPAyrEhVdgKW
+MTg1zPh6/U0eADABzUOQQonfKweub23fAk3qJdT6j8qIMS7BrOPzZpS4XWcb67NA
+UvRbeIMm1ia+8Z3vBm3v/0b9dkWDgQ41IMxJ5w4eokVEnRJ6xF4dCFIJgQrq6Vh5
+b/OKhKgylW/kDeXonUIVr2yj4IHRoNILxoEPwOoj7rjEzt/gqdXjdfQ5lXfEFphS
+yXPHmZfWTm3ViCKZNgrOSrQeNQ9XU4FarjujAAs54DyUpoSOSoY1idDqd4V1Gyjg
+ckIuqnnFzANiOeKOjd/ClokKnPZse/NN2Rd6l0peoh8kwD5CF/k=
+=O//Z
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.sha512 (added)
+++ dev/lucene/lucene-solr-7.7.3-RC1-rev1a0d2a901dfec93676b0fe8be425101ceb754b85/solr/solr-7.7.3.zip.sha512 Tue Apr 21 01:12:18 2020
@@ -0,0 +1 @@
+45461fb86851f8615f02dbc89a942facdd13ab9ca0d984eaf35ec1ed2cef653af738320945749c3130d27d5581a1f0ede34bdaf1ca9afbd4f9a631432d6ada58 *solr-7.7.3.zip