Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2506B200B76 for ; Tue, 30 Aug 2016 23:29:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23720160ABA; Tue, 30 Aug 2016 21:29:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6B582160AAF for ; Tue, 30 Aug 2016 23:29:50 +0200 (CEST) Received: (qmail 94085 invoked by uid 500); 30 Aug 2016 21:29:49 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 94076 invoked by uid 99); 30 Aug 2016 21:29:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 21:29:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3F8521A8C08 for ; Tue, 30 Aug 2016 21:29:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5-xj3lo_a_vy for ; Tue, 30 Aug 2016 21:29:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 79CE55F47D for ; Tue, 30 Aug 2016 21:29:47 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C34EBE00B8 for ; Tue, 30 Aug 2016 21:29:46 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A49253A05B4 for ; Tue, 30 Aug 2016 21:29:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1758479 - in /manifoldcf/integration/elasticsearch-2.0/trunk: CHANGES.txt README.txt pom.xml Date: Tue, 30 Aug 2016 21:29:46 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160830212946.A49253A05B4@svn01-us-west.apache.org> archived-at: Tue, 30 Aug 2016 21:29:51 -0000 Author: kwright Date: Tue Aug 30 21:29:45 2016 New Revision: 1758479 URL: http://svn.apache.org/viewvc?rev=1758479&view=rev Log: Update to ES 2.0.2. Doesn't yet build. Modified: manifoldcf/integration/elasticsearch-2.0/trunk/CHANGES.txt manifoldcf/integration/elasticsearch-2.0/trunk/README.txt manifoldcf/integration/elasticsearch-2.0/trunk/pom.xml Modified: manifoldcf/integration/elasticsearch-2.0/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch-2.0/trunk/CHANGES.txt?rev=1758479&r1=1758478&r2=1758479&view=diff ============================================================================== --- manifoldcf/integration/elasticsearch-2.0/trunk/CHANGES.txt (original) +++ manifoldcf/integration/elasticsearch-2.0/trunk/CHANGES.txt Tue Aug 30 21:29:45 2016 @@ -3,11 +3,5 @@ $Id$ ======================= 2.1-SNAPSHOT ===================== -======================= Release 2.0 ===================== - -CONNECTORS-1314: Use ":" as mcf user name / mcf domain name separator instead of "@". - -CONNECTORS-1228: Fix default values so they are correct. - Initial commit. -(Karl Wright, on behalf of Bartłomiej Superson) +(Karl Wright) Modified: manifoldcf/integration/elasticsearch-2.0/trunk/README.txt URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch-2.0/trunk/README.txt?rev=1758479&r1=1758478&r2=1758479&view=diff ============================================================================== --- manifoldcf/integration/elasticsearch-2.0/trunk/README.txt (original) +++ manifoldcf/integration/elasticsearch-2.0/trunk/README.txt Tue Aug 30 21:29:45 2016 @@ -17,7 +17,7 @@ Compatibility ------------ This version of this component is fully functional with Apache ManifoldCF 1.6 and -above and with Elasticsearch 1.5.x. +above and with Elasticsearch 2.x. Instructions for Building Apache ManifoldCF Plugin for Elastic Search from Source ----------------------------------------------------------------------------- @@ -42,7 +42,7 @@ mvn clean install The JAR packages can be found in the target folder: -target/elasticsearch-1.5-plugin-mcf--jar-with-dependencies.jar +target/elasticsearch-2.0-plugin-mcf--jar-with-dependencies.jar ... where is the release version @@ -141,7 +141,7 @@ public class SearchService { Licensing --------- -Apache ManifoldCF Plugin for Elastic Search 1.5 is licensed under the +Apache ManifoldCF Plugin for Elastic Search 2.0 is licensed under the Apache License 2.0. See the files called LICENSE.txt and NOTICE.txt for more information. Modified: manifoldcf/integration/elasticsearch-2.0/trunk/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch-2.0/trunk/pom.xml?rev=1758479&r1=1758478&r2=1758479&view=diff ============================================================================== --- manifoldcf/integration/elasticsearch-2.0/trunk/pom.xml (original) +++ manifoldcf/integration/elasticsearch-2.0/trunk/pom.xml Tue Aug 30 21:29:45 2016 @@ -30,11 +30,11 @@ org.apache.manifoldcf.elasticsearch ManifoldCF ElasticSearch Plugin - elasticsearch-1.5-plugin-mcf + elasticsearch-2.0-plugin-mcf 2.1-SNAPSHOT jar - ManifoldCF Plugin for ElasticSearch 1.5 - 2015 + ManifoldCF Plugin for ElasticSearch 2.0 + 2016 The Apache Software Foundation @@ -43,7 +43,7 @@ - 1.5.2 + 2.0.2 4.8.2 1.2.16 4.4.1