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 2018/02/25 16:51:32 UTC

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

Author: shinichiro
Date: Sun Feb 25 16:51:32 2018
New Revision: 1825314

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

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

Modified: manifoldcf/integration/solr-7.x/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-7.x/trunk/CHANGES.txt?rev=1825314&r1=1825313&r2=1825314&view=diff
==============================================================================
--- manifoldcf/integration/solr-7.x/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/solr-7.x/trunk/CHANGES.txt Sun Feb 25 16:51:32 2018
@@ -3,6 +3,8 @@ $Id$
 
 ======================= 2.3-dev ======================
 
+CONNECTORS-1496: Upgrade to Solr 7.2.1.
+(Shinichiro Abe)
 
 ======================= Release 2.2 ======================
 

Modified: manifoldcf/integration/solr-7.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-7.x/trunk/pom.xml?rev=1825314&r1=1825313&r2=1825314&view=diff
==============================================================================
--- manifoldcf/integration/solr-7.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-7.x/trunk/pom.xml Sun Feb 25 16:51:32 2018
@@ -34,7 +34,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <solr.version>7.0.0</solr.version>
+    <solr.version>7.2.1</solr.version>
   </properties>
 
   <dependencies>
@@ -61,6 +61,14 @@
       <type>jar</type>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.7.7</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>