You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by io...@apache.org on 2016/05/10 13:03:46 UTC

svn commit: r1743169 - in /manifoldcf/integration/solr-6.x/trunk: CHANGES.txt pom.xml solr/collection1/conf/managed-schema solr/collection1/conf/schema-auth.xml solr/collection1/conf/schema-auth.xml.bak

Author: iorixxx
Date: Tue May 10 13:03:46 2016
New Revision: 1743169

URL: http://svn.apache.org/viewvc?rev=1743169&view=rev
Log:
prepare for solr-6.x plugin release

Added:
    manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml
      - copied unchanged from r1743167, manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml.bak
Removed:
    manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/schema-auth.xml.bak
Modified:
    manifoldcf/integration/solr-6.x/trunk/CHANGES.txt
    manifoldcf/integration/solr-6.x/trunk/pom.xml
    manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema

Modified: manifoldcf/integration/solr-6.x/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/CHANGES.txt?rev=1743169&r1=1743168&r2=1743169&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-6.x/trunk/CHANGES.txt Tue May 10 13:03:46 2016
@@ -1,7 +1,7 @@
-Apache ManifoldCF Plugin for Apache Solr 5.x change Log
+Apache ManifoldCF Plugin for Apache Solr 6.x change Log
 $Id$
 
-======================= 2.3-dev ======================
+======================= 2.5-dev ======================
 
 Initial commit.
 (Karl Wrigh)

Modified: manifoldcf/integration/solr-6.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/pom.xml?rev=1743169&r1=1743168&r2=1743169&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-6.x/trunk/pom.xml Tue May 10 13:03:46 2016
@@ -22,10 +22,10 @@
 
   <name>ManifoldCF Solr 6.x Plugin</name>
   <artifactId>apache-manifoldcf-solr-6.x-plugin</artifactId>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.5-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 6.x</description>
-  <inceptionYear>2015</inceptionYear>
+  <inceptionYear>2016</inceptionYear>
 
   <organization>
     <name>The Apache Software Foundation</name>
@@ -80,17 +80,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.5.1</version>
         <configuration>
           <encoding>utf-8</encoding>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
 
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
         <configuration>
           <archive>
             <manifestEntries>
@@ -109,7 +109,7 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.5.3</version>
+        <version>2.6</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>

Modified: manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema?rev=1743169&r1=1743168&r2=1743169&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema (original)
+++ manifoldcf/integration/solr-6.x/trunk/solr/collection1/conf/managed-schema Tue May 10 13:03:46 2016
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <!-- Solr managed schema - automatically generated - DO NOT EDIT -->
 <schema name="auth" version="1.5">
   <uniqueKey>id</uniqueKey>