Return-Path: Delivered-To: apmail-lucene-mahout-commits-archive@minotaur.apache.org Received: (qmail 79218 invoked from network); 5 Feb 2009 14:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 14:39:34 -0000 Received: (qmail 26879 invoked by uid 500); 5 Feb 2009 14:39:33 -0000 Delivered-To: apmail-lucene-mahout-commits-archive@lucene.apache.org Received: (qmail 26850 invoked by uid 500); 5 Feb 2009 14:39:33 -0000 Mailing-List: contact mahout-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-commits@lucene.apache.org Received: (qmail 26840 invoked by uid 99); 5 Feb 2009 14:39:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 06:39:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:39:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C8A27238898E; Thu, 5 Feb 2009 14:39:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r741110 - in /lucene/mahout/trunk: core/pom.xml examples/pom.xml maven/pom.xml pom.xml taste-web/pom.xml Date: Thu, 05 Feb 2009 14:39:10 -0000 To: mahout-commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090205143910.C8A27238898E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gsingers Date: Thu Feb 5 14:39:09 2009 New Revision: 741110 URL: http://svn.apache.org/viewvc?rev=741110&view=rev Log: MAHOUT-104: some more POM refactoring -- argh Modified: lucene/mahout/trunk/core/pom.xml lucene/mahout/trunk/examples/pom.xml lucene/mahout/trunk/maven/pom.xml lucene/mahout/trunk/pom.xml lucene/mahout/trunk/taste-web/pom.xml Modified: lucene/mahout/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=741110&r1=741109&r2=741110&view=diff ============================================================================== --- lucene/mahout/trunk/core/pom.xml (original) +++ lucene/mahout/trunk/core/pom.xml Thu Feb 5 14:39:09 2009 @@ -7,7 +7,7 @@ org.apache.mahout mahout-parent - 0.1 + 0.1-SNAPSHOT ../maven Modified: lucene/mahout/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=741110&r1=741109&r2=741110&view=diff ============================================================================== --- lucene/mahout/trunk/examples/pom.xml (original) +++ lucene/mahout/trunk/examples/pom.xml Thu Feb 5 14:39:09 2009 @@ -7,7 +7,7 @@ org.apache.mahout mahout-parent - 0.1 + 0.1-SNAPSHOT ../maven Modified: lucene/mahout/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/maven/pom.xml?rev=741110&r1=741109&r2=741110&view=diff ============================================================================== --- lucene/mahout/trunk/maven/pom.xml (original) +++ lucene/mahout/trunk/maven/pom.xml Thu Feb 5 14:39:09 2009 @@ -7,7 +7,7 @@ org.apache.mahout mahout-parent pom - 0.1 + 0.1-SNAPSHOT 3.8.2 Modified: lucene/mahout/trunk/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=741110&r1=741109&r2=741110&view=diff ============================================================================== --- lucene/mahout/trunk/pom.xml (original) +++ lucene/mahout/trunk/pom.xml Thu Feb 5 14:39:09 2009 @@ -6,7 +6,7 @@ org.apache.mahout mahout-parent - 0.1 + 0.1-SNAPSHOT ./maven Modified: lucene/mahout/trunk/taste-web/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=741110&r1=741109&r2=741110&view=diff ============================================================================== --- lucene/mahout/trunk/taste-web/pom.xml (original) +++ lucene/mahout/trunk/taste-web/pom.xml Thu Feb 5 14:39:09 2009 @@ -7,7 +7,7 @@ org.apache.mahout mahout-parent - 0.1 + 0.1-SNAPSHOT ../maven