You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/01/10 02:18:44 UTC

svn commit: r24107 [20/20] - in /dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b: ./ 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.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom Wed Jan 10 02:18:42 2018
@@ -0,0 +1,485 @@
+<!--
+  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.2.1</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-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.tdunning</groupId>
+      <artifactId>t-digest</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</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>log4j</groupId>
+      <artifactId>log4j</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.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.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>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <optional>true</optional>
+    </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.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTpAAoJEPmME8+loTXYpawP/08eUW5K9yo8fS2HWVX+FI9a
+tNL1hTKEroUME4mDWmGUijxCR4Pw3JyCtqpONxyQbIRobnusEP0rJ3H+nMZ0nY7l
+7B0OXtxzNMyFiUKUFptQ7rx1AOw3QMzA+6mmrjydafqfypJV/bFTTDl5ABJunfgd
+Dus1kCZb4co0kPaA0yFTjoEbyb7K9C8gmR47kJ4BXfBcgsakNcDNYnCrcBaDjgKl
+Br9OZRxJzSpnB6NAXTExLXTLo7xVYbtrp4DUvC/2lVfPe2F+X7ylzqfiZWDXFOoT
+Q68A/RKxHcWyWBBDI5fuxKxUhI8qtDdo+Fam2naM9DGu4UFCM+jiCW01IGXjDnJN
+7kUctYNgQ8yYCYkP8e58YsuOmfN4trs+rLKHhzYsl6SGTv0cZMvCCWFHKZehoIBl
+9UJohtzuVqUn4Lc+t8j9hFzXl0vsgx2WcDbROkP8hasF0RYK7ob2S8RlmmgCc7O+
+eHvQcthtDFsLf1fCxQJyJ+oioqCpFtzHCezQDpZgGHXbwTpJJ4jHaY6qW0IG+ddL
+PRnfextLzaYiFEwhcPEI6zMHg0gZLMTmyXceUD3pceSYS4d/5GlrWEnhXstweCGT
+2hIKCcw5+6NPJLeXyDJMCkZZ2RvvFCz9rW78MKpTaO54FR02MTI2znwqBFoBFrQt
+3LjGePiREkLEHdP5lHBb
+=gZMK
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+d5155fc178f08e771a79c47a8e3ce248
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/7.2.1/solr-velocity-7.2.1.pom.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+31cdba218eca9f5bfc19d2d0dcd93971a2258d70
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Wed Jan 10 02:18:42 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.2.1</version>
+  <versioning>
+    <versions>
+      <version>7.2.1</version>
+    </versions>
+    <lastUpdated>20180110005646</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+b3133555a07833096a83142898f181ea
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+6542c7b9b8ddfa999d5ec77a48c725096040f9b9
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTqAAoJEPmME8+loTXY1UwP/Rkuz3xmVopSMfvg4OZJhQL5
+K9tO/3FPHEREBXZ5K2B5h1jYGC/MMrneNN1zIlOuM/GRjxIRv0ErwSkozt3e7IDL
+jZb5yg2wFCif424wi+E5pwvvkZ6iy0TLsDLkennZyOYOldA6WCtVR6GwDsHZw/TK
+HVMw6QSNzu9pan099xa3hYis8Hwh7BB0geepo7+yD5TcMis5bfiGdZ5Jwqr2+XJM
+ilFJC4T0zNms0NihW3OCIlwnip9W5lrC7djz42rKXc6jZntg2QpCjFP5koZvUViM
+LlaUSpDp+s0FrkxgluTSUuv6U6mGoeJX/dMzoDJruVOfwcO/T04p7O39dkIv+RG3
+EnLE/feKJPkRkesHR/Ell+DjY3nizUBCNmB+d04NM+4QNGF/JuKHIngQG5cfzWoV
+1nJwqpRAHht7Sku/3mVqufgbVPnlRwhkkIUiIO2smkjkJ7r657bSXTMbCtUUhpvv
+e1boWAwgtbmEexhghfBqMpJnw4/3z7THuCUe1bL8dZkOtN/pNF6p+6uDBFbmySeY
+5//Rn/LSmaKNAjv/vDFrZYDXIwhdKRWn8LVOa88Sp8WnFy+9d7Xuvrg3oYuJx9UT
+TqPAh6cQ9VesGx2MbtBe0dZP0+q3JcvYDAX/N6+fNddH+x2GXo8p+GBqU4n01QYa
+HEd8GvhemR7WMq4I8okk
+=y2HN
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+4ea66685df5a983c3ec3d077187ebb98 *solr-7.2.1-src.tgz

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1-src.tgz.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+8fcb330309381449f5030818738c8b806011f518 *solr-7.2.1-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTrAAoJEPmME8+loTXYTEwP/0Sk/9e22Qc0wgRDr7pnoRSu
+t7Y2F0ZF7+IWT0XGwRrj5S3fULvAf6xVHzvE3W78ozp/kwDGzjVkiBNNQohuQ9nh
+mj4/LBwWRwEtIFNsjJvRLL2ej6N/SrSqc2+Kt2W6xlobj4m63CtSR+JitEcSdpKQ
+ceU6bjS7vEZPDonjtp4VBTzj1jlyWkre7+DMWBrpdwUjyDp3yDT65rfYnXZE8d8P
+7BJgF+MxPxGuyvEarfWNx0xjj2S/Ua9MzO7r/YgYuBdopklVswEfbVLg6CNQECTP
+p0PyqUngJHfd3CCQ8xo588UjEcBd1BmFd2liU05ch3WeFWD/y2IGypxhldfdevtt
+k7UvsRq7oZNvaPyLH5NnH5rxQsyl7bfBQkDMeTly748dG1Z7a5mAHYuW+KyyOTtQ
+UpzeqkEkwetTX4EG5kjRYomZmVXs9Bbm9Hq/gb5DiKMThs+EMgDyb0/rJw4b2243
+2vqz33Jm3QhKX875+cGMHtysvdDF34jyeQEhF8Bovgdu100mwYvPBfS1FEin7if4
+tCuRPx8kAzR8xqBMUnz6lQ25NVfB79QoknmIgKiUvhVSsO8EfkjMyx8pDgDKtnFR
+YaJQP6cj8J8Q10o5c97Msvhve1zAiEh75vSHckq8tLsPOtf5QsAy32a3creYU+Il
++strtU7k2Ov9wlI/syco
+=Ml7p
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+c9a2a610a20064228f42dad8b1128b46 *solr-7.2.1.tgz

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.tgz.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+a2a8faa0ac821127852df4ee3397dcff54cb5a84 *solr-7.2.1.tgz

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

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

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.asc (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.asc Wed Jan 10 02:18:42 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaVWTsAAoJEPmME8+loTXYuKcQAJikLEk0igJRFSB+ONhL8sq+
+l5+BeDtBP2GnxmHtzJFjviM4VMVc3SpGrCPuXujREGIj84A+6walscDsVCB/Fv+E
+PVTy8esJITQXvsNV8ETA/KAgcKjLOs3kXx9mZPzMeGr3vTb9gjgz5bcxJVcgTgoH
+dIdQbCbEvpddOiQComQPEq8ffQ6Dpqc2EdvSaYb/BS+AJEB7DMLXbupQdUOiIcF1
+POwScqvBuNQ49CEtwnhnviaXNmyHBYZubY/JQlu52ge+pJmyetnxkbhcWy3JwnkO
+0Kqt6xDvjKL+8T77rvrSV4Hsp7moRisIDm9KVpABxRNT0Jtdcz7JU6sapstjNx2i
+Dj6Bc9AKr+uQTQIJUEgn9hCrSqbvXjwWWQhl4b80C/QU+I5QfBHnFTTUUaeyYCzF
+xCxBudTIqcimD5G0Nmi29Zfug6ZfZrD8BjTD5V/x2XgMpaCKZgTEazdu0VgZqnTK
+Z9tjW7Gorh0rzzgJmsXxr31ncEo/b3/FN6dV4PpJeKJidBp6rYC5mUHzzwNLbu8b
+xkcCspd3ncvSIDIK+06zY+EsHo84R6TxKG6YcIw3+aDf809G8jjqsOwv8n+HHeyV
+X5L5hHdhrzCCDzMrl7RsO1DnskMuY0rMR93cTSnH3dl/VlwQYKDneBmhUQbpAicb
+5iF6sHjV7eSNJkCnFcQO
+=0Fog
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.md5 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.md5 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+61cf7f434e22a434f2d6eef825e63104 *solr-7.2.1.zip

Added: dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.1-RC1-revb2b6438b37073bee1fca40374e85bf91aa457c0b/solr/solr-7.2.1.zip.sha1 Wed Jan 10 02:18:42 2018
@@ -0,0 +1 @@
+7ebcce8758efa5e4fd7210cc3d80d413812ec9d1 *solr-7.2.1.zip