Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 58458 invoked from network); 31 Oct 2009 00:00:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Oct 2009 00:00:45 -0000 Received: (qmail 8417 invoked by uid 500); 31 Oct 2009 00:00:45 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 8299 invoked by uid 500); 31 Oct 2009 00:00:45 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 8255 invoked by uid 99); 31 Oct 2009 00:00:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 00:00:45 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=NO_RDNS_DOTCOM_HELO,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.62.32] (HELO QMTA03.westchester.pa.mail.comcast.net) (76.96.62.32) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2009 00:00:35 +0000 Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA03.westchester.pa.mail.comcast.net with comcast id zBqH1c0091GhbT853C0E9Z; Sat, 31 Oct 2009 00:00:14 +0000 Received: from wlan-guest-34.corp.yahoo.com ([209.131.62.144]) by OMTA07.westchester.pa.mail.comcast.net with comcast id zBzz1c00136jmhM3TC02FJ; Sat, 31 Oct 2009 00:00:08 +0000 Message-Id: From: Owen O'Malley To: hdfs-dev@hadoop.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Post-5107 cross-project commits Date: Fri, 30 Oct 2009 16:59:58 -0700 Cc: mapreduce-dev@hadoop.apache.org X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org I've committed HADOOP-5107 to Common and HDFS. MapReduce will follow soon. There are a couple of things that change: 1. The non-release version names move to the Maven-friendly 0.22.0- SNAPSHOT instead of 0.22.0-dev. 2. To change Common and push it to your local Maven repository: a. make change to common b. ant mvn-install 3. To build using your internal Maven repository and push HDFS to your local Maven repository: a. make change to HDFS b. ant -Dresolvers=internal clean-cache mvn-install -- Owen