You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2018/12/07 14:49:28 UTC

svn commit: r31452 [18/18] - in /dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9: ./ 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.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom Fri Dec  7 14:49:25 2018
@@ -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.6.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-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.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.asc Fri Dec  7 14:49:25 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwKIToACgkQUfDMIvYl
+MIrpeRAAs70/0AwPmcQCDE99dVOlut0JtsG1Gfgjd+2IwBlkX0zTmqw5rHjqEQpB
+mAYqN3MHcyajSCiOcPgpT7rY5METqBz7+E4bO/z52gCIvQ4RicDPjMGv4qrytSBE
+AC9q89mBZtbS8PQqMhT4sFp6al5VyJF5nBD8ywUGaV2d4J2Blj5+5RjCPBupEEQk
+GqGv/W1nRKHzLu5869h7gKyjkm+Gc//HNNjM1N4e5YYX0fpvEE/U08yrv8FV+N68
+Po1XQbnwNwHU8lfi0btrraJdK6IKzOTp4kTZmr41qDAFLgZX9SPiqvYEabTopusq
+WCX9L26Xwg1X2/TAP1P1apPFMaKj2ZFTQLgLCf/N1EKpzMFcm0nsscP6G7ukW5uK
+1tXo/RC5g9/9j7CHae1/fhrkmQEFo0m7NMZxOuQjNRhSikYrw3EU6vE8iOa+n6gQ
+65mh+DDQ6CbuAKYc3bNfStPxn3yeS9N20ryJySFWrUq2XJaBad2mRS7MXKV5L1Uw
+9JED5nQ71iDZzcHYh1ukfkE6W2iW92LDWaNWqXI0C1lsIn6IoErc+cQaIHw2NXI2
+NjheaH7Knsz7gpBgwEJ2Q2Qlpl+rY4uaxvW0WNXCc18rZG/kKmHd+CDAFqY6NqVZ
+JdINQzjGfexQpx9jnVKQznWvCF7+GpFOfe0IlZoPraOyGLJxqiE=
+=g2Y/
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.md5 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+b812640eedb88c3bde0d0e5574cd2e58
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.sha1 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+105c9b0209215be2248e049e0a07bf7af5c99834
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Fri Dec  7 14:49:25 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.6.0</version>
+  <versioning>
+    <versions>
+      <version>7.6.0</version>
+    </versions>
+    <lastUpdated>20181207072843</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+d470ea2cffe7da1f9b6f1829ea6a6c0c
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+05e50c6d2da8d6003704e15169f1b6990b30399c
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.asc Fri Dec  7 14:49:25 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwKITsACgkQUfDMIvYl
+MIo4QQ/+J5TWsewf6cJGxWubtIwSoXfqXbIt5h+I/l1L18Ue4Pgd+/amUxvwOcL9
+5OQBsNSv0gtQhYKd+U4cOrh0myun/tG/N4XRb1f/73j7v8cHmhppKESf9WlrtPY2
+dJJaBy+lC1qn3xauwFzq8IT25sP398K8idqet0df7hSmClcs+bpLwVyBNnoKr4W+
+gRJbUwa7iSlrqk1foyGhvjez1Vg2gmAUUIgYDsE4mNjyPIrbUaazMe9Iiq8Zh5im
+Z08mobmyV8EbC2zTGCu0TVtsWEL8yZOfmpYjxlkUt+Sdo6oKopxVE/N4KaZZt1PE
+HAGcHaUUePO6Q7RnI8X+X+D2O+g70fX0pT4DTe3O9d28iNvZYWWMCbE7BXbPLakL
+jbk1rirmElfL2QA0crqT3YMpknyOqeHUUGHsK+mHWctP3SBUV0/PUrO40CdPX4dN
+7cS7biHDhYSaANgTMUuWELp8ZfkH/OFYxOEgDNqPcKLT2QcgIlV5xh5Wdv5fa1EZ
+Rdmy6P/BygXvgDbwjXlBub/xGKiLMTRcCuOnRgdkfgHbHgvTmm8HEDzaDeOkbDqr
+fJhHd8PztWj0ue5rPPR45mYjTNz7wlvjyimjKL94q0wwMOGlsddPemG3iQv/IePP
+yiKen3XAf3523Ive2x36qy+eHLw6FcOCyVX8HTXGLzNoDJutB7U=
+=2PVV
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0-src.tgz.sha512 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+878b72cb40831cabfbb36d32d7ecefc7225eb66835c1a8c4f9e4865d19e35374f216accfe933dbcd83c5ba441feacbbc77d5cb5ac07e3b24d16542cf5393d733 *solr-7.6.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.asc Fri Dec  7 14:49:25 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwKITsACgkQUfDMIvYl
+MIrbzxAAsizPB8haQoTfnVaqGd7ZZZFH795evS0+M9lbamo+bW5i2KvHgxfttPm0
+HkAi7eKNwCiope8IdSZOXBRshMfSmqFImU1H23ysNYQILFTksS2r1E6BAlXQHRdN
+Ov6WxzbRj2VM8BoYW+NXNVMoRiA2LdGPz497FzcQFzEZKwyypc/lurFKWNvO7pXC
+pOfO0oVa0HvIvuvzwoNXypAy0Lfg3/8+cE2mBaZDdU1Or00vHZF6j7oLm31s451B
+V2AriNP3InXsNHVX+tTtrQaFSNzU5il1U+E2DjUxcXfsnEF2uPwZCvhhAYXRF2Zd
+v1RuUzbt5eXapAXzfCbXTErdopbSRRn1hMjVVv8C3xqcpExBbFSyOY+jlSVKUnsa
+kJdly8IxwUxgimRo8naaC5wBxonehlQ1Uk5FL3fsoXaRLPb6uFnob2mrUToelQ5g
+4lqscKrDG1uYG7hE0qdFK3yEiftW8I7QTa1jz/SxBVAp3oWDts8hfcYzwYuscWCG
+GvRmihR+tY1RoAN6a2+oHpxz5FO7wbiBxT2TnCvCoi/vvUGOaErNZYDzBLklDcnp
+mlZw5vFPk+FduxkLG6LX6YsRRAU474wrUTSdBcS6YkXa9L330xhXAg5YarL7mgKg
+kmw6qDLXLZkizMM++tRwlZMzzj6vpkP1iVXTnPbh6TwNNHWODjQ=
+=/tsG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.tgz.sha512 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+34e55f5bf9c39ff6c1ad302d10f7935fe7a17450b980eceb94fc0bc4c3e04106ea74a6de200918e90dc71581688fa5d3ae7292666bf30654c8de3779a0d90a56 *solr-7.6.0.tgz

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.asc Fri Dec  7 14:49:25 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwKITwACgkQUfDMIvYl
+MIoylg/+IeawHeAqjcYL3fEf1pDCIKhsM5eYLnobf7dlgMbbr5x0SHtN/7a9bBmA
+OEdQ0rGex7Vz24oMNNQixSS+inUoHyOhriMUImEARaOJbb3C1u9GZQjd9fyXFJqs
+c5DvW2nF/91Wv1Awfd6d0BaLYJzqqfRjvYAkfOI+GRmVo3G4mUgmplMT46HsxpJP
+9mIqO4FexyQwMrxXroaTByOSBtyngJPALfC/4elDchg+hVEEXYaZHL1bi/Kektsa
+fo63LeIf8ku0OukRCLUHXD5B52/bqUkszpskC8P5boi/3tY+0HTige82/I0z+pPM
+JQx2ZepB5bKg7K9Z/2s/0q8A3IIpsZb6lDPfMJi5xJirayq3RgP+4WY24Yjjq09v
+eC4I6kgexNhLu1EW7/9T4qiRD+jMqTJQm9H9PZm+5EFxnILam9GanEuT8p4oUtt0
+o2M4SSAo+NnT214W1iJEub/NUXA7fSDL3LdC0X67YUELAYQvOoNrO0l46pMq4aZG
+VPqJ5yGfIrPfu2Wp1vHwOGT+0vIxKhmA5C/cN2Tm5tC8smkQGIyQHxmzpc0SYI0N
+ekFhm8DTSy2HNMUknTscZNrROCoa425toUbOLUG/PFfOp6XinINRwNRIYNjuzfxb
+E5GrIi+T/QUv2FYz1lEHnI7PWxgrsEI12P07J9Xy/BokD86jrYQ=
+=OB47
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC1-rev2d4435162774ad43b66ce0e7847bf8c1558e20a9/solr/solr-7.6.0.zip.sha512 Fri Dec  7 14:49:25 2018
@@ -0,0 +1 @@
+bc839eae563203b694e92edbe36503a94970511e08454079f770e945e510196596a8c094160f7546d13467dfa4551df2afcbd246f603a77078de7e202182fb38 *solr-7.6.0.zip