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/09/18 11:39:43 UTC

svn commit: r29477 [18/18] - in /dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df: ./ 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.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom Tue Sep 18 11:39:39 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.5.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.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN17AAoJEPmME8+loTXYYDAP/3d25ONK/brlFkzPb6IejOdh
+uYUwK98bgeW4WGghRjZquU1W0JWEiikhcTGfeX7DkpqcoaRtm3karJwK8Sv1UQAI
+6kGneaaT6VTRUBPQJJYcPfDRnC7XdzYWQrkT5UCWvgFMMJfImbJGHi8EvNkp3jKI
+BCDf9VFDzQSe6kf2dagSbiHAUR6BPikbboahM5Ck76MpEgHYu1qjhMPk5HHuWflV
+cUojAv0Sj9X9kLz6+rOezOKZmo0oYyVWAp10iHkqgD3E8F9fQV+Km7AQOjJfYmT0
+YI/VHO4GtzuWl9PyG9/PXK6uZ5lsKUFTW0aSz72JHVN03PJKtnKRU2+W6LmI6i0v
+NQNol1bdrZqnZVxbl6FC1xNQvuXEY9p2/6/nSVVPgNEcR8UaoS5JyJvG0wd8BwvM
+N4lQpLzAkhxi9/lISmgzazl/ztbOFVvDRfKpBv6Ctd4IEYUwU9jakzw+ug5QJ7N4
+KbFgIpnc37/yL6nXxdzcZpnvHI8z5u/lZ8O9AHRrHjWdO0bUnHH33db/CF84V47L
+JFLfmpqhEvoGTOjRZp29y+SykXOgclIeB6/2ohU1aOiku2LgMvQHGBWYIovxYRb4
+z1hFe0TQcHOk/3P5S0ffYpf4/LwHmvYrlchwHvutpedFjaXrYGIjg6fSUdRcGNJ9
++8iQWeVtI2WWmqk5Hlsd
+=MZZh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+79cdeafc3594ae7d2cce00daa24adb2f
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+e199cd24144c2b825df3dd1b62268e2aceb775a6
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Tue Sep 18 11:39:39 2018
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-velocity</artifactId>
+  <version>7.5.0</version>
+  <versioning>
+    <versions>
+      <version>7.5.0</version>
+    </versions>
+    <lastUpdated>20180918111125</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+bbc2f5e0d805bd743678507661a2e20e
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+160085a3282bc6b19d12abd38d8d93131171e261
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN19AAoJEPmME8+loTXY4vMQAN+SH87AlTbr0Jv9b++rrxwh
+jBRe+pUnrrXZU5pD6CvCa6qH1ayax9Tgr5HILzYp/Rx55UCEFSWQMFYfYDujxw+9
+NrKjky3z5YFEp9ZcK9B+2v7h4Xw2DO6BvmI4oLYCpGxhcD7VuO6dvuGCMB7WfDWU
+1MHc7ANRo0Ar6BTgTNBHFtoqwZpvgQxd5Q8VujdB0OIeAVQGHveaZABiNVCzUKDw
+HFU1NIboJcgZOthm3TVV3vqA5BtOQ4VOKfac1V+VUgwk5N6741d9JovCzOaEspgW
+dqD/v+X0GmL0yuoIDmGK0C0RAKhOLjM5QcTj8rrFmDB3HT9Lm9E65FCaPGX1O88T
+FN3+FYpuCqUQrPJuACenEhgGsvSipoEW3IhVJZUp17/uHZOIPLcrlvs1uhcZcnOw
+0ONbhLYs8FxnCqqhAhnLvLCEi3jTQtYorpWZgO0U2MM+QIwBYm2ZyMZU9r2vjpYy
+kbpM526fhyt276U4ruRFUk/ZxT4rZYuhQSgviPDgTN7vArlwdSZisdFkRjnlbC4n
+zWU+cSvUc85BK7WvKeuFeNZ9GQBBzuupBQBJuzVIU9bk7fyGe8dubAOJ9PiaAy9z
+LZZIYJPg+8jIRZcLNzg5v2pJ682Ums6eYhYrO8vq4FKioUYei8VPcIWQM/+5MWaq
+pExBTMBmcK7oLgqvsOr0
+=co1t
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+6fd0cb3fdc6a9712939ce46321f5106c6c064e0a *solr-7.5.0-src.tgz

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0-src.tgz.sha512 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+debc6384c42289d89e736ab75d6cfa51e3a665df01f1e9227a093918604cc26fe2119c444de66706b837f0e4e01a2e14e73d103986f4aa188b74cda94e83788c *solr-7.5.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN2AAAoJEPmME8+loTXYVhkQAMmWAOCj4qcakDrVUT/qfUJI
+dNvvWTTjn/5Kjc7VQuqBr6Ms4uwQSsUOTa+IotPC/ahOvQLWzcl0GO2s+C+loAmG
+RupO1C//dq7bNJuSk/zPPtRHSsszRXvZX9ZR4BAiRy+qwoDF2zbCj8ORLafCfdWb
+kql28C5D2rIJlyes+2QL31Xe3VaNPjXy1v7BhP4k7HNVFJnD/feCWr7CD8fl3SZ8
+QwwFY7AIdFl2zoj4QDMGqVm93JV3CP5+4e2C8fdFytnp1YVDwCpXu2xBxcy66zWr
+wySvQ0Ll3uS5Ul2Sn+bzAAh8fe7tTzqfYYsUduEPFbndL4ruEi2vbijxxoVckJRE
+powScN1egiKikI79Kusnn6ayBC0yPrARUBefkRHBJc6MAP1IxZWObdvgdUay0NCG
+mkwsDioHV+H/flvS4Lj4h9DXcOVmZ7ZIJGDT8ZkvlWnnO6syNuVfgzpR0iLeFDkL
+6f2A5H2xliWBc0ptVh/RaucyTjkzwnqGOf0vlpSgBVwA1xFC0XCQzWD5fl8SCLO3
+lLbdVPWJ0KaM6KCRMsc1nVf8Cn43KFlwx0GwcwcPr3EcjyCE/B/3WX8qTofE1pZ0
+PYRE+cjRrycyFDZrFvMUravoARIEoI2bf/k30xHpnleZcDVch/VSKxzfZxIOANFN
+u4MpMiFUvTaVVZfP7aqx
+=CKQs
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+029a9f7670b6cb8a31afd3ce000d4b163347c6aa *solr-7.5.0.tgz

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.tgz.sha512 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+8ff2b8f58ec198c0451e0ed2b9107a20c9a31fe67d01b3f3ee1b6641bcb4f00183284050c999a135e62f84e1480f0c6ab7817ff61511ff2274eaad1d5f62dd90 *solr-7.5.0.tgz

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.asc Tue Sep 18 11:39:39 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJboN2EAAoJEPmME8+loTXYFUQQAIHxVlfEnHByFFu/xoA7TCEO
+IiqLO0LIxcOOmajecZCjc53zSIAfWxF4dMk+3PpFnpn9J8SQnZTCp4vsGDIbtagZ
+gdszko6PupVf65jcVzq1+r0sxA7sPOjqPbl0fUm10y19xgijV5E5HqEJny3grHoM
+LVdvstFgK2pvo6m1biEr5ocpQDW80siXw8eBqeM9f1XDu/QnASzG0DMrs5eBhRnf
+IW4Uxa1RBZQfyHDed5uPwNER0LIHdAQ9yz0ThERLLHlpzjR+WqPo96sqqetoOGXD
+0v0wBMhRHEuy+DRnkjxjrtVDJ2QH+NgHEiO4Avks0Zta+S8yW+rOF/RCPK1LirbF
+YazksaaHo+i8fyPiR1E4RUR7PgbqgzoKt+fR32bRL5b3mHvHrG41rhnozDQSiW9P
+x6LFapJXDdrQx0sHGf6mTqJLONT8zITR9AIEwyhZgMbf8VOG7eVrRwIsof3Fpy4Q
+3oXp4zvCYESMe34poar3ubGw19PPAe9T7tTiKcafklcBWPHLokLfhCHCPPvKNWnP
+EF6RuFD6jWt23Cl0zsBAAOSlKCK5REzZ/2Ca1/pMsBV7kMieqi2X55Xmo3A6GCdQ
+dY1kx+WSAWPT2hwHZ/bvwkdKi2R5KRWHxwHS1wlqTqGXm0Czpi+B2Y5d+TNQ9Wea
+Hsyz5GIsboaWhO46VXfG
+=Ypvq
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha1 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+2d094982a70ef826580a03442aa78c5ed72e1d0e *solr-7.5.0.zip

Added: dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-revb5bf70b7e32d7ddd9742cc821d471c5fabd4e3df/solr/solr-7.5.0.zip.sha512 Tue Sep 18 11:39:39 2018
@@ -0,0 +1 @@
+085eb16912dd91b40dffec363554cb434db6aff928761a9c1b852a56172c0c9a1026a875a10c3d1c8dc6d992e29bc2b273e83eb07876e544542ab44ce91407f1 *solr-7.5.0.zip