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

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

Author: shinichiro
Date: Thu Nov 10 05:33:41 2016
New Revision: 1769037

URL: http://svn.apache.org/viewvc?rev=1769037&view=rev
Log:
Fix for CONNECTORS-1338

Modified:
    manifoldcf/integration/solr-6.x/trunk/CHANGES.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=1769037&r1=1769036&r2=1769037&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-6.x/trunk/CHANGES.txt Thu Nov 10 05:33:41 2016
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.3-dev ======================
 
+CONNECTORS-1338: Upgrade to SolrJ 6.3.0.
+(Shinichiro Abe)
+
 ======================= Release 2.2 =====================
 
 Initial commit.

Modified: manifoldcf/integration/solr-6.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/trunk/pom.xml?rev=1769037&r1=1769036&r2=1769037&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-6.x/trunk/pom.xml Thu Nov 10 05:33:41 2016
@@ -34,7 +34,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <solr.version>6.0.0</solr.version>
+    <solr.version>6.3.0</solr.version>
   </properties>
 
   <dependencies>
@@ -122,4 +122,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>