You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2018/02/25 22:37:54 UTC

svn commit: r1825330 - in /manifoldcf/integration/solr-7.x/branches/release-2.2-branch: ./ CHANGES.txt pom.xml

Author: kwright
Date: Sun Feb 25 22:37:54 2018
New Revision: 1825330

URL: http://svn.apache.org/viewvc?rev=1825330&view=rev
Log:
Pull up fix for CONNECTORS-1496 from trunk, and prepare for a point release.

Modified:
    manifoldcf/integration/solr-7.x/branches/release-2.2-branch/   (props changed)
    manifoldcf/integration/solr-7.x/branches/release-2.2-branch/CHANGES.txt
    manifoldcf/integration/solr-7.x/branches/release-2.2-branch/pom.xml

Propchange: manifoldcf/integration/solr-7.x/branches/release-2.2-branch/
------------------------------------------------------------------------------
    svn:mergeinfo = /manifoldcf/integration/solr-7.x/trunk:1825314

Modified: manifoldcf/integration/solr-7.x/branches/release-2.2-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-7.x/branches/release-2.2-branch/CHANGES.txt?rev=1825330&r1=1825329&r2=1825330&view=diff
==============================================================================
--- manifoldcf/integration/solr-7.x/branches/release-2.2-branch/CHANGES.txt (original)
+++ manifoldcf/integration/solr-7.x/branches/release-2.2-branch/CHANGES.txt Sun Feb 25 22:37:54 2018
@@ -1,6 +1,11 @@
 Apache ManifoldCF Plugin for Apache Solr 7.x change Log
 $Id$
 
+======================= Release 2.2.1 ======================
+
+CONNECTORS-1496: Upgrade to Solr 7.2.1.
+(Shinichiro Abe)
+
 ======================= Release 2.2 ======================
 
 Initial commit: Upgraded to Solr 7.0.0.

Modified: manifoldcf/integration/solr-7.x/branches/release-2.2-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-7.x/branches/release-2.2-branch/pom.xml?rev=1825330&r1=1825329&r2=1825330&view=diff
==============================================================================
--- manifoldcf/integration/solr-7.x/branches/release-2.2-branch/pom.xml (original)
+++ manifoldcf/integration/solr-7.x/branches/release-2.2-branch/pom.xml Sun Feb 25 22:37:54 2018
@@ -22,7 +22,7 @@
 
   <name>ManifoldCF Solr 7.x Plugin</name>
   <artifactId>apache-manifoldcf-solr-7.x-plugin</artifactId>
-  <version>2.2</version>
+  <version>2.2.1</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 7.x</description>
   <inceptionYear>2017</inceptionYear>
@@ -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>