You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/08 17:07:20 UTC

svn commit: r23473 [22/22] - in /dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c: ./ 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.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom Fri Dec  8 17:07:16 2017
@@ -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.0</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>

Propchange: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.asc Fri Dec  8 17:07:16 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaKl16AAoJEAUaD692vGUHf2EP/ixDQWq13267HP0ILenYUwYF
++tIdXhXGLlh1np/0N56qpRL4daLsq97xkLD4khXVCXkvfj/DLdUyhoAHNKFBUE5A
++30IsDS+wBTZMiaPOoMKn/FvhZ9oGNEct/1XnK1TTPmT5UzGYo8P4P4N1mxLJpjZ
+0/6R0hlTZeQJ7C412tv519PaS2Hn7/shPCQam7+tHIgT7ZAWKsuYuFai+Oyg2JUD
+19tf98Ib0mDZLwnK6myB7NcLDurML2lWhkFNdowMsVqWyrXY3UqMwaHqSSfzcysx
+rQ/Zv5OWRxw5BPEu2BZK7LyAR2kUi49GxKxZ4fF5G9oD6Ik+AsxPrApg249+XJmq
+XH6/dR3hltgyGDUvG6m0RWMnjvf7/OB00qQcyzZcavwVjnm9sWckjPOBJoUdns53
+5AsMKan6R9+zTQmsKCBnLofviJFg35O9+OTSxgMKvKeK+536KKq92WNeR5dPE62W
+4UX22/hTeTUz5D0ORQc9mgUEfQ5C08JDZRzGJ65kv/Qvrn/8hZBllIuj30wB/qGv
+97PmdUomS6Kp3UD4MfOkElUeYMsQUZkkeyai5sUGc10Onr6Js968+Cx8VEbOB1by
+obtAG1XiggX59J0+h54ysaXQdKbQv8+rvZ6Rt/mjadQ44suMWXGw9/UMpiEr5V44
+bosE2Vaf/SgNys6q1Hvh
+=65yP
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.md5 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+5ec5a6dda282bbdab5da6ed450e37b6c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/7.2.0/solr-velocity-7.2.0.pom.sha1 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+931dc319c728c417be747dc620e02bed19aa58d2
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Fri Dec  8 17:07:16 2017
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.2.0</version>
+  <versioning>
+    <versions>
+      <version>7.2.0</version>
+    </versions>
+    <lastUpdated>20171208093736</lastUpdated>
+  </versioning>
+</metadata>

Propchange: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+73a27757c5c3a5777e2025e85d0f6b42
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+f49eafaca47cc7129a90a43523dd5acff6b86e6e
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.asc Fri Dec  8 17:07:16 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaKl16AAoJEAUaD692vGUHfwoQAJzN8bJhQIjneR3SSYTfAnFo
+PL4N/jzKm+n2mFRnMbkD4fbXw6LauTBVsg/s/e6Lz3dbSbNUUB1evrJodeoCjQbc
+67mNJa5umKTpSxHvKuiMIJRiGqd6F2SqCC1MW0UpPirknUrolsJolVxeXvFrroIo
+uHGUobXnW/j3+NQm1qKcJCyn9tx4wFqq8av6oZ6oKxARXOdRG4c1lEmwPlZQnZ3f
+CsbscxU8mHVcFbHYjSMj4ZcJNvQVqEwbPOOZUPs5E/rFEqZl8LQpfHUoztEQ+OuN
+JKyozevZk9Q9P0Eoiq/GzmwqtFmdLZCGpUUlhUaRnSMERh5kKNHPYrHIff1HwR4n
+Hv37FwP7B2gmbWM0Hw682HrykyPr3Gi4QnKSz+9ubQbYkhMN9t9yg8rCLaFUD4co
+hVm9zGh7eZrf9PUXOdgnyIeLD9C3dUu3QSiUDKe8PngwVLCo5EZW6uxVXkRUjirT
+zMSso6l5zkhn4zPqoRpQ8cL7qS7F47d06dqP42n1IKIILyjcxFzT7AlsQNE9TuLl
+cxAYNgR/iOPGNR4G866SlxStR/nHAqJwOvpupkalXPHLfD4TvgryP6LBlgSQfwFM
+Ergc8OdlVUnIeBzj0zpWWB39LJeCwVVWnltiPcxjnwjf7vu436nomBjxNQu9Ifr7
+F+US6/hGym0480YbMMLi
+=/hsh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.md5 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+d895858234dea35378e68a08e4bf1542 *solr-7.2.0-src.tgz

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0-src.tgz.sha1 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+c5eddbb0b03957a3405413b099d7e2ac91f873d4 *solr-7.2.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.asc Fri Dec  8 17:07:16 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaKl17AAoJEAUaD692vGUHl8IQAL01z2pSeM9MGgC+c0SN00ds
+00nnUs/LS4SykeFsET9TUbpJa147lkmNqUmBDiapJd9vkcciCG4BU59+d6DPkvNR
+Lcc1y9XDLD99mjSO6rrNLelE6eeNRV7fsH7hn0T08pDIx/2K6PcLFJ120RMZbBLP
+t7ToAvhNXqPts/kytmz6FrKS9ZXrZ+BKpLlyrRJhtsxtBnrKJQX/pYIvW0ICvpCO
+LLPXgtF05iWLkgqAYzvzu5Pf16eRP4jy+t2qVfKveMBM8/YfmboYyUaXck2vmJWH
+CwMxjSWlLTMyiTSyY8+RWXvcb08GXpvmOhX7lzsVOVVRm+vFihZVvTDehKlbzCeg
+nzeokNu8oa5TPPXifUxHFwMiUW73yM735p+WI7iE9+Yy2qdJ0xdYLDkWmysAnUjr
+pjO5EnLLu4QGtuLayvTaikY2ZWCnuNSml6soVEYj4MhJjSAgCARn6cVjidlYLNF2
+Cmt+A/mmSBubNTim+S6dD2W5GAN2LwpLLlob9NLyPvfqbJAzOK/+U6J2OkMX3t8A
+Yl5E4o/uvlpfq80mELCNzptdWbZ07tmwayE+vN+PlDjY4M9eVZgZCzETsgPEuUyz
+V6Tmoi73IM+dOAWwEvCQedasfPMLe7If4vXDx+di9UidbZROK6+4frO/9dQTqR3J
++WnEXjFdioIXC4eKcNc1
+=GGee
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.md5 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.md5 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+07320a2e3f50ab4453a99605b49ef39d *solr-7.2.0.tgz

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.tgz.sha1 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+b05a955d7184eb6f75ed2d1694e289a4e0fb76e7 *solr-7.2.0.tgz

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

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

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.asc (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.asc Fri Dec  8 17:07:16 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaKl18AAoJEAUaD692vGUHpvIQANst+ksssi3AGW/oTTgfPrFn
+6O9nuRGCn7IXBWp1kktttQDZKXNKM6Fp7HEiOBXNlieLNUnVRPEBzI2rFYzeoEad
+IdvQw8WI42j46cY5xpsw0bwaDDuqdGWzWnnhQvZAujoElsSWXOQp1BIhvGgeBjpr
+4NL4BCoGBE8FRX9YY7EcDqXbmLzj9SElcZVNlI0DPjzIhbGWXp3xS8H5tCFVnTcv
+fkE7fG4jczF2acYj4PiZPVSOpVrukC7dmRGWqo1gbFUPpngUYREJ8Q+9yC6R0Oo+
+stTb0buRO4aNVmFr1JbsPSDzWAGN2CVOGUqweoyAIO6Xii6+mXYOC60CgwdnGRxS
+KT4PNjj55mBh1DCO4hke2vkpEwbR3gjvwYzI0MridRH5Pm8VOfV0braYu53NUjVN
+zL86HRYEgtJJWBu7julHFLcktsrRSFmdmsR3zGiSfILy3hMHc/LLTuQ49QVeIDeR
+KoXPv32LaZQ5KTWnMPNKRqk6bv4xeqAYWsUi8O+8pwfruZVofwFqGX0ofu4b5EFm
+FuBLory04EAgU02o8izdhNEcx1SBA78TlZToMP4ebpBIuSe3DlEKP7VXKXpg0Rxc
+s0BIDSfVTQuAUvOLLJ3LJCK8WhRlF9bCRzgEtdpQ4uPKaSDxk9xElTdIoGTSeayJ
+nYzP0jrshk2Qkm+oI8h/
+=N5Jh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.md5
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.md5 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.md5 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+9233bb3667b231d2e09e446b061d704c *solr-7.2.0.zip

Added: dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-7.2.0-RC1-rev88a748880bb1eb618faf2f570186496165f6f23c/solr/solr-7.2.0.zip.sha1 Fri Dec  8 17:07:16 2017
@@ -0,0 +1 @@
+77c972e3fbb04c2b27b6a08276d3e5ef09514ad2 *solr-7.2.0.zip