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/17 08:06:05 UTC

svn commit: r29431 [18/18] - in /dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b: ./ 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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom Mon Sep 17 08:06:03 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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocuAAoJEPmME8+loTXYo20P/RhBDboygR12kHxQ0/Bxj/Z/
+MPeCIai2yS3ITwqbt8M1gzpEAbVQHUjKooyaMxVort3ODDGNkJfMWMA+BjyGWqXz
+GqoG0wb0wh3AkBfvRB47l/QW5exGO10aOyDO8ovS7vyJHAu6pVgcj0FNBrl0Jm06
+8Hd1TlLgC4LBZtHGsGGNUq277bG8jukr8t3T3RTpcANEr1fvtpFhBcJ0qeQ1LQrs
+l5IX4pQAlKPWNWGFN5r8HCioURlMJbt2ZXno6xEQLfoOpNS6jtWWMD993EBkStax
+TIWgJOdgGftJPQ85AgQiX+ko+duvhb8IxooBTBSp1Vda07SLsGwV9Pgv0+8OwvGK
+TtDz1c+JjJ6aueSOqO9pX9NgPjQq3K1UtJW8l3oS2CdhJMCrkxxqnajTbVWheCju
+xAJUG6oumqUI6aYCesn0c+gXvxp2YhH5o9YKMKK+XaMmvCu6781NGNdV7FC73Opa
+0VzbPJ+A/il0ab6UDJilm6DzFl2oPKLEEzl41CkprVyoKxaWXrC7ieGBjUBvzyJY
+mzIfEvCLbkkau9/W5LscvsnCwxLbv3h7aEeyRUb8fTnrQ2ERpiKrAuqvbOBk7E/l
+SruI+7f700L7MVr688X7zAZY+ESFPaAUCL60LBGKTIU6X9Jjqnh+6QbSeK2siQWr
+JsB0KtJgETCxDiqm6s99
+=LIzt
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+79cdeafc3594ae7d2cce00daa24adb2f
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/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-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/7.5.0/solr-velocity-7.5.0.pom.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+e199cd24144c2b825df3dd1b62268e2aceb775a6
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml Mon Sep 17 08:06:03 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>20180916163841</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.md5 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+fe891c26a60699c675392e25e6d89285
\ No newline at end of file

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/maven/org/apache/solr/solr-velocity/maven-metadata.xml.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+9165ee5f061784a3dcd2053aebce90ece387f27b
\ No newline at end of file

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnocwAAoJEPmME8+loTXYxfYQALvVo8yz44g2zqPheehlJMxe
+nfEeqD/sdrmNwz0DRAD/R1o4pbgJHbQ76vWCbHufsMO5JZpNJqtOOUiR4Nsw/aTv
+Qr+Hadw8JNOijxVmh9sy18G0QGNgn0aPOf1aJTbPin0VtXeimZg1j7FqCYeHJzQT
+EDqlcW+3PBYIkFliX30fHAjuLem4FBdXnChxF6qFDcW7/rjuosPf+buE18egV7te
+oHGO8ljQecS7vTCIVJmkMPepmzkIknrzdWbj5QhgvrjylNVc3UeZeMR6PXj0iYIC
+LciTx5R0F0MaFVdY1mUVJyRvvHGq+zvkOhWVyiHFXE51UR8cAcifoa/fM/DKbuPe
+NzZPnS58j3uXcJ3JdiTNDFlrVg6ALy8xxsfKXW0lhoYM6PSE+OVmELdYwkVPNf8/
+TtT8tbnOEx9qY4JRE8NpryORMNAGdfbN7WEafVAeALPplGshX1swAIdw8Nse/zV5
+VXOS/nxuHGmRu38kXHlQZ+zgo3X2CbnHxRMwja8xnVLdXKxPE/1+gz8MEYXunQZ8
+qRMUJ/gZEI22cpxpW38yehwGGFBQB62aUF/Acy242/zR2j72fiGz5yMkIWr4RJ/K
+b64w5oOzUMK5bBwZqAxXjI0OFPDdYeJ4u1yn6C8y0OZHDLWHl7HUh7lohLGRYo+R
+hH3xo4UJF/aKzpweWBGo
+=bHTG
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+5c53505688c2293f7ea267660eec791ce9fc56a8 *solr-7.5.0-src.tgz

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0-src.tgz.sha512 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+cde8fbec2034c1e50f311311ce7d42b9129a87e34fffd8e1896ac60d9e6f69060e6348895a582cb8199377a075a6487eaa016a17e1bd1c76cc23626d763b27a3 *solr-7.5.0-src.tgz

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnoczAAoJEPmME8+loTXYYJ8QAJ/IK+JR6ADbZAI/Y88Sx0Oe
+rhIWo7nwh0G8r8lSyltjaBonupBFk/vDSwD6+1/UZ0TsDslildC64idgel/knVBE
+uKyPKx+9DJUVAo2Bb6d4v1pTohIoCvqO683gr5gyhuEUPo4p2jgdeYG8EfEGiUXY
+HiZxo+9Hb6sbG2HpIHZTs+JzPg2lQsnPQlYqb4syoQHd3aSs/Sl0gm822NKiRiOu
+WxMifQs9V1TVoWGSsaYQCRboBD5NQHVkDedZaE0b5RfV3rYO6t88YjRDQwnKGojw
+SPBg428KvkwwyXd4ifH6ZofUXBOssdht9s0FZeTFE/gxZMu2N9Jc1EcsHSoljGsO
+xBFJ8ceh24qVfuXbfVwJfEHvUMRS+ZJfvORrSVyL6URjlteXCiYJcFOzUbnXG/UP
+TQfeCzSKw8GF3bjaZVEy3v0StiWzvwDYop2B9XJwynPkWNQXq9GMI1ESaU76Dycn
+ZeeTH2Z928LUK0TzhCwpeZ37DGH7LD2CpmGKIa0Ea/8E41u7D7uCADVmGkMHozTw
+4qUjpXvM4K1egXkJk2qj809REbSx7Z6s8IEDaJh09GxyaqAIiINhqF7bFUhWslUo
+uug00NX0X+qDD6kysd2gzPuv1Ytgbo4A0VSvMtm8w204+/0lc3TlikdapYol8ZEb
+DJhpFJ9q/xahie0NyuOP
+=5MR9
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+fa5cc4569765007871a0138ce6ba559f6d2d6c38 *solr-7.5.0.tgz

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.tgz.sha512 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+8d167f4b156c706afca8004458f086767d161ff9119294f5ec44f2d11199c50a158a298b98d909654a101fab70cfdc9f2bbafa91e8422a7635092100a1789c6e *solr-7.5.0.tgz

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

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

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.asc
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.asc (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.asc Mon Sep 17 08:06:03 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJbnoc3AAoJEPmME8+loTXYQzIP/1WUyRrkZ/Z3dlgQxumxjPMj
+lxaIWK2es863eQ+UTgkCEU6JsgGzZ/qmnsEQLKzUpl0Bfpehasbhyhh6UN7xAn3H
+NIkyV2+x8ALH929fjEe/EQRswlTbBCqM/62lpZcNXPzM5JRbmCMoOrutveSx/BA1
+o93MZbpuCAMR2tPmGrr/CdcEQ1mckyLu1uEJYMgIUx/rWVrjvqsSY3T3v1XMO5uO
+PWKd54WHehx1mfrhPyz+R6BaC/cv75/tF0HdhSRU7nc9wlD4FqhfqpRnuT15hS6c
+FUi5FnFbqEH08QU7r9p/nIcxujyp50p8bD/HF7gxCVSvjjQezdfNa350+DIaN/2e
+2oxHsMiyRnsFUc4M5QcFcl9cAMsAfgPrBT8wQUqPfdJKvbQyywIAiG2eCHvNTnSV
+NDpCpTqYAgrOTE9ScH3c0AS9bCEiUdv5GUEKw6HYVaoiWfHfzC44/yYeLYdImEOv
+IzK4onC7IQ5MgAyewBrZYRuAlZOl2pf1j/DFFuvU1Cqwp777Vv5mKPNSwIYhoZou
+enk9PifPIhT1SYwl74CGRaS3PG4VZzG1Sz4+WYHcQ/2lJtcx02PptMTSIYQcnsON
+sSkJ1z8XGIDzyO7VAM7b8V2bV1n86TvhGux+LGrD+CyeUC0KVveW8lNhsCHN7aHc
+iNKxtQE+gU6uiUghOqKL
+=WQLh
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha1
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha1 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha1 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+0ccc49a4fd5a92c2ae158cc2cb062dd943405d15 *solr-7.5.0.zip

Added: dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha512
==============================================================================
--- dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha512 (added)
+++ dev/lucene/lucene-solr-7.5.0-RC1-reveec0ac6510631e1ba8d7cb805191da63af61b41b/solr/solr-7.5.0.zip.sha512 Mon Sep 17 08:06:03 2018
@@ -0,0 +1 @@
+5b144bca1ecb6e12088b6f46fda2ffe0dd6b15495065e914e7764e01dfe8905f4e167191ea76185e5e9bbb0a8478419162f9b361bdb2fa67658964f847c312ab *solr-7.5.0.zip