Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 966405FCF for ; Tue, 10 May 2011 15:37:08 +0000 (UTC) Received: (qmail 90534 invoked by uid 500); 10 May 2011 15:37:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 90474 invoked by uid 500); 10 May 2011 15:37:08 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 90467 invoked by uid 99); 10 May 2011 15:37:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 15:37:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 10 May 2011 15:37:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0DB252388980; Tue, 10 May 2011 15:36:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1101509 - in /commons/proper/pool/trunk: build.xml pom.xml Date: Tue, 10 May 2011 15:36:45 -0000 To: commits@commons.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110510153645.0DB252388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Tue May 10 15:36:44 2011 New Revision: 1101509 URL: http://svn.apache.org/viewvc?rev=1101509&view=rev Log: Work with Java 1.6 for now. Options for 1.5 (e.g. copying stuff from Harmony) can be explored once the re-write is complete if it is considered worthwhile. Modified: commons/proper/pool/trunk/build.xml commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1101509&r1=1101508&r2=1101509&view=diff ============================================================================== --- commons/proper/pool/trunk/build.xml (original) +++ commons/proper/pool/trunk/build.xml Tue May 10 15:36:44 2011 @@ -61,8 +61,8 @@ - - + + Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1101509&r1=1101508&r2=1101509&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Tue May 10 15:36:44 2011 @@ -135,8 +135,8 @@ UTF-8 UTF-8 - 1.5 - 1.5 + 1.6 + 1.6 pool 2.0 POOL