From commits-return-816-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Mon Nov 12 21:31:28 2007 Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 58250 invoked from network); 12 Nov 2007 21:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 21:31:27 -0000 Received: (qmail 39964 invoked by uid 500); 12 Nov 2007 21:31:15 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 39529 invoked by uid 500); 12 Nov 2007 21:31:13 -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 39520 invoked by uid 99); 12 Nov 2007 21:31:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 13:31:13 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 21:32:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 62BEE1A9832; Mon, 12 Nov 2007 13:31:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r594305 - /commons/proper/lang/trunk/pom.xml Date: Mon, 12 Nov 2007 21:31:03 -0000 To: commits@commons.apache.org From: bspeakmon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071112213103.62BEE1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bspeakmon Date: Mon Nov 12 13:31:02 2007 New Revision: 594305 URL: http://svn.apache.org/viewvc?rev=594305&view=rev Log: - force javadoc to source 1.4 so it'll work on >= 1.5 Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=594305&r1=594304&r2=594305&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Mon Nov 12 13:31:02 2007 @@ -363,7 +363,7 @@ 3.8.1 test - + src/java @@ -393,5 +393,16 @@ + + + + + maven-javadoc-plugin + + 1.4 + + + +