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:21:42 UTC

svn commit: r1743173 - in /manifoldcf/integration/solr-6.x/trunk: CHANGES.txt README.txt pom.xml

Author: iorixxx
Date: Tue May 10 13:21:42 2016
New Revision: 1743173

URL: http://svn.apache.org/viewvc?rev=1743173&view=rev
Log:
set version to 2.2

Modified:
    manifoldcf/integration/solr-6.x/trunk/CHANGES.txt
    manifoldcf/integration/solr-6.x/trunk/README.txt
    manifoldcf/integration/solr-6.x/trunk/pom.xml

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

Modified: manifoldcf/integration/solr-6.x/trunk/README.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/README.txt?rev=1743173&r1=1743172&r2=1743173&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/README.txt (original)
+++ manifoldcf/integration/solr-6.x/trunk/README.txt Tue May 10 13:21:42 2016
@@ -59,7 +59,7 @@ index. Depending on your schemaFactory s
 use either the schema.xml file for 'ClassicIndexSchemaFactory' or the schema
 API for 'ManagedIndexSchemaFactory'. 
 See section 'Managed Schema Definition in SolrConfig' in the Solr Reference Gude
-https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/apache-solr-ref-guide-5.0.pdf
+https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/apache-solr-ref-guide-6.0.pdf
 
 For schema.xml simply add the following field definitions to the <schema>
 section:

Modified: manifoldcf/integration/solr-6.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/pom.xml?rev=1743173&r1=1743172&r2=1743173&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-6.x/trunk/pom.xml Tue May 10 13:21:42 2016
@@ -22,7 +22,7 @@
 
   <name>ManifoldCF Solr 6.x Plugin</name>
   <artifactId>apache-manifoldcf-solr-6.x-plugin</artifactId>
-  <version>2.5-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 6.x</description>
   <inceptionYear>2016</inceptionYear>