From mahout-user-return-3095-apmail-lucene-mahout-user-archive=lucene.apache.org@lucene.apache.org Mon Apr 12 01:54:07 2010 Return-Path: Delivered-To: apmail-lucene-mahout-user-archive@minotaur.apache.org Received: (qmail 84465 invoked from network); 12 Apr 2010 01:54:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Apr 2010 01:54:07 -0000 Received: (qmail 88074 invoked by uid 500); 12 Apr 2010 01:54:06 -0000 Delivered-To: apmail-lucene-mahout-user-archive@lucene.apache.org Received: (qmail 87738 invoked by uid 500); 12 Apr 2010 01:54:06 -0000 Mailing-List: contact mahout-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-user@lucene.apache.org Delivered-To: mailing list mahout-user@lucene.apache.org Received: (qmail 87485 invoked by uid 99); 12 Apr 2010 01:54:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 01:54:06 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bimargulies@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 01:53:58 +0000 Received: by wwb29 with SMTP id 29so1338497wwb.35 for ; Sun, 11 Apr 2010 18:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=jntj7yLL3XCwxHfvVWYcmUWH4+qk6Km5sKkrAFjElwQ=; b=Hx1IiCRVME+bh4tS6lnYz7d6lbIYbu4IVcfjHSHPuZ/eizC24SQHcm/lQEMFcjkdDV uEk6GhnSNfcSGxHo+tQ/g70yWdWfcQfL6BpztFPe44Md3OnXSrBR0hl/jVDCTYk9dhFO faaoWbclaW/oPTcB+LwSuMj+SXc1aV3MfKxBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=t2x0zphskip4dffXglxGD/3noMNmUYu4CBT2GHidWRIfTQ2pVlkytuFy0DRb9oFcy+ zxDKHl+HkWprEMwTTEVcNaJFz07X82pCLQeLZuFvPSwxRxUFK6l/DXdU1Rui1X1atc2g N7dufvPBC3x839/SFGA8tNtDj5aQEdjAS+Dvk= MIME-Version: 1.0 Received: by 10.216.63.143 with HTTP; Sun, 11 Apr 2010 18:53:38 -0700 (PDT) Date: Sun, 11 Apr 2010 21:53:38 -0400 Received: by 10.216.87.134 with SMTP id y6mr1852631wee.20.1271037218287; Sun, 11 Apr 2010 18:53:38 -0700 (PDT) Message-ID: Subject: Transition to mahout-collections as an independent component From: Benson Margulies To: mahout-dev@lucene.apache.org, mahout-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Fellow Mahout developers and Mahout users who check out from svn: We are in the middle of loosening the connection between mahout-collections and the rest of mahout, in order to make it easier for folks to use collections by itself and to allow collections to develop its own release rhythm. For the moment, the rest of mahout is set to depend upon version 1.0-SNAPSHOT of mahout-collections. There is a deployed snapshot in the standard Apache snapshot repo. You can get dependency by running 'mvn' in the collections directory, which will build a snapshot and put it in your local repository, or by adding the Apache snapshot repository to your environment (if it's not there already). A release vote is open for mahout-collections-1.0. Once that version is released, the POMs for the rest of Mahout will change to point to the 1.0 release of collections.