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 21:53:41 UTC

svn commit: r31455 [18/18] - in /dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f: ./ 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-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom Fri Dec  7 21:53:40 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-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/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-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.asc Fri Dec  7 21:53:40 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwK3PkACgkQUfDMIvYl
+MIoLnw/+MZEm2hLb5crH1b8INJAfnWJHNaHV4zd+Qa+10JFDFEekyB98ttcFSBov
+vrlFwd4OLuakR0hIWIY6KBZwGH6GN7jumCdw8VWA//hPwOkldALmpiMtCMuYHysT
+svwrnD0RDNeDmZ+SVPHK4aqessCc2sRbCmFcK+CXZBnw54Bbp9fy+ZQslVaeRHj3
+j+NoniLuUxks1ShGlTGiQVEtMxd4B/Nqxdm0uN0brOMSrzIVBUK7BCOVXaY8f3n9
+/l7XPt1lfe7eRGZ8oxqQIM7J8wmt/UvX6cFkqpxdZrhaBCx6FhZ+Ci07Jh/hWGeZ
+R7Aj0F/adJtVd/MsjFAMOgh++vyZUkw8ujtAO0gsNIxxjqldIydlcEtlOBgaFM3s
+4Fxwn+fEB2zfC6gVXtcBy130pxlFAhQrQqrvw8tvkMgbD4Q1n7sp3Evr0jzm9Nec
+HlArJRzNJ0JCoYddEqO648VVdKru/KEJ76VSiOODKmAqMtDu42VM1/1JMXi9CPmc
+/qPEc/HqDflTbfzJhTS/Do46QDJJr8u7oYWT3M9cf4zJDMVYoNAysRUGvHM97vUk
+LED21Q6hU4RulE1CNUYDCMEqnf8RKkGDtafVDFjMIOLo7v1w8Begol2d2tuddBZW
+mJAmrrDtmvjk2gpaI3ZeckBiYoc41p8DUaPR97bHgoyh6ter8/A=
+=DBku
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/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-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.md5 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+b812640eedb88c3bde0d0e5574cd2e58
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/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-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/7.6.0/solr-velocity-7.6.0.pom.sha1 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+105c9b0209215be2248e049e0a07bf7af5c99834
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Fri Dec  7 21:53:40 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>20181207204946</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+6ab51b2fcee357ea4bab19be8f4aa27d
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+f9ed3bbb8bdcf2acb0fc34668b814089631e8223
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.asc Fri Dec  7 21:53:40 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwK3PoACgkQUfDMIvYl
+MIpfDBAAiKTnRtTq/hiqKfWRk7JNTDqiOk0dSZP0GiNlo5pB7ocipzXKmT1sgqZM
+3ZS+6ugCZluTfUheGyWrjIXjbHUNqO/Q9X1BzgEXbQ0E9iRx6PWxoy9QKqJRCT3V
+VTXm05g45crvT1QK5sRKkDbcflOnckZ1AfZ5zq25mQn0jCt0Xb7eEbLlDcRoKs5W
+rw1PVzyn95a/sc0M3sMs1RszTGbuEpevipmltG8RsomHPxX6jsBpeLGazayuJ54p
+B6f33uKP0SzK/qxMNpcYS+oA3fsvsIXKDLv0GUUWgeOKgPDzzxeP9xQOPkG+3kNp
+SgAqwq1W7qW0J9pqHxHxCBK0kjDY/00iii7i0mQvnM6/tw9eqAbYcYC/g4rUCZfg
++2KHMQnFU/Ku6LMfzJwhb+/s/6BtLL+NKRdC6baMCh3jhBKhsMy3msFZgCeNS5k4
+svWHkvETAnZ+PwAMTRDmG42UCStCsns2QW45KPC60eEnFFqoSCnUpYvaK3FvpfFB
+iypDnxAcLjheK3+6KQRIyFPEOO3EMexg73eI/Lx1XiiYt4D90ifbru+7SY8Rzffv
+Z3WpAmNe5X9EAXHmW64sA6rp7UuafbjauFEvC8nJ2aDMzXdNhuFDTJsJuP2dqACb
+iZOovNt/l8Ps/iyxesinnAox/XlmQEcNRn1YRbDpOBayCZMJ2s0=
+=Nz/w
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0-src.tgz.sha512 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+4a7eda1b132780926d815a3b7d78989f19a5d89da943b01ea5726a2bde2ebff57b7cf7146a33b232251cfe2b7f062d5ee5235bcdd75ddcdb28c797b3e767c194 *solr-7.6.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.asc Fri Dec  7 21:53:40 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwK3PoACgkQUfDMIvYl
+MIqiDQ//Xg+BGSlffqoUuiLltHSK8OfDYz1ygO3TwgciRknvbD/JClYd8hogdSNN
+kjfKq5dZDB3o3WRV045h6le6lYvhuD5fbopO8XhjCVoXgMr6caEMhdfrhOxA6qG/
+gEmNhTIs3YzRvKfqiFOf/++Jo1VkhfpWfQCgkcyBwuYXRXJxhAOo+3t4qi/ry8YW
+1/txGBihUohDEXcJhc3G5JGInTFS9fTLJ6QyO9O2qqIaCIt/X5SzD+Ubt2KsFMDN
+epiHExOFPyeJRAFQ2eEySNM3a1jYwE6oJytPDVUyT1tgFXcCuMsfuCxzt76im0D0
+s0h14Webii80fXeES7VLvEeRENCGU+h7o2D07zvSiWcKsciBDybN0Vnx8g0utW/V
+TSbnSFwWxfy5Z3wkFqfiT3M6HcQ/ca0F3R4fomKt3XaGkwznk7wT3wIpAZZ+ojCI
+OPfYv7pgUP2B+LNaobp4uX6IKTW3mRnCgC1pkEs24w4XSxetUASPaiUixVjVsFXZ
+U1WGf3Ji3bbRl/oWdfQfuNOj1IMIfh2WCw/L5y+QTfiiXMat9eCH4+7wBJ9NbhR+
+/IKywZ5SeE8rQdi/MFoPiICCTq3aiPTiEmF5/XvW8dfECLjTcwoih2opfMYu3KCW
+NNohHtOA02aDS9ZA68velgco8N6Wgl1oJEqO4KOI8mpxy++1v7A=
+=+JPU
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.tgz.sha512 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+d11545c5ac782116b53622130634adfca2d9f85271a6d99c6ae34b1d41e9625fbf8134572ce3f2b7d55b749b34adc05b303cb2d4bb6e3dca73296726dbb21b02 *solr-7.6.0.tgz

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

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

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.asc (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.asc Fri Dec  7 21:53:40 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEElbAfDngRHWPTMcGnUfDMIvYlMIoFAlwK3PsACgkQUfDMIvYl
+MIpR7RAAiF2uowbRjDKs+YtRy35fk8HWJWpZ6U7JP9OUQxEuout1GtgqAlHAwY+z
+cRzCwnQ7w0BhWIFAIN7tD4C7t42N/ir31oWaDfTEwsm8yWad//CPJ//AulETXxVb
+dRXUvAtJZuCbVi0TLaMEfelJN9qzBwilhp5quhVzXPfadSEGi0cG0soQFXj0xesG
+Y6JqNFdOxrY6hg4jwaEdkIK23CWvlgwhIAwP9XrZpPyTcs/ismjjSX62fK2rrp6R
+8CxXID9qy9C2rhJeTvCxTpOEeQT7ag9kACIHQ8JuIqv2w7e2i12mtXy2cGO8wPm9
+Eq+JlDWV1qtX9e0HjzHhRNlxB2ha+cNzASRz0WnOXI6NUz6Qisw+ddBAy7e/a/0S
+aj4iqfxa1FOM5Xb7Bo9UW0pcsNTAUAHLx3fd6fzrzHQMJXo3vHLtcUJ8XutagCaw
+/L7yemTvCYhjUmZLYqk5gYCW8Sy8iWDj1LTxFQbVp/SnquyGgH7K0qeRu8UmN2Jc
+N6iCeru2wyHX24aLmti0tbJ8+iujUIQmcocylGIjMS+4lBXALJpspN+Xprpek7yt
+yz6KZGHHdCdfwcN2O8wu3rBQaZnTwN0603TeC6FNuarD3qneflJ+PmXJLQfI7Anb
+la6fOc9hm3RX8zI5dPymwl9jXtI5796avRiy3r8AepkugxC0MaE=
+=rX0U
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.sha512 (added)
+++ dev/lucene/lucene-solr-7.6.0-RC2-rev719cde97f84640faa1e3525690d262946571245f/solr/solr-7.6.0.zip.sha512 Fri Dec  7 21:53:40 2018
@@ -0,0 +1 @@
+5d79242ae91236983faca203133bce16a0b7f22d1881cfd43c8e6c9e7d53afe146099db2208d81d3d3a5ecc01046aac6c749bc4f830d0c42e7baf1b5a50f46aa *solr-7.6.0.zip