Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F975DF73 for ; Fri, 7 Dec 2012 14:11:20 +0000 (UTC) Received: (qmail 88584 invoked by uid 500); 7 Dec 2012 14:11:19 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 88500 invoked by uid 500); 7 Dec 2012 14:11:18 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 88472 invoked by uid 99); 7 Dec 2012 14:11:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 14:11:16 +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; Fri, 07 Dec 2012 14:11:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4864A238897F for ; Fri, 7 Dec 2012 14:10:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1418321 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient-cache/pom.xml httpasyncclient/pom.xml pom.xml Date: Fri, 07 Dec 2012 14:10:52 -0000 To: commits@hc.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121207141053.4864A238897F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Fri Dec 7 14:10:51 2012 New Revision: 1418321 URL: http://svn.apache.org/viewvc?rev=1418321&view=rev Log: Use the 'maven.compile.source' property instead of a hard-wired version number. Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml httpcomponents/httpasyncclient/trunk/pom.xml Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml?rev=1418321&r1=1418320&r2=1418321&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml Fri Dec 7 14:10:51 2012 @@ -111,7 +111,7 @@ maven-javadoc-plugin ${hc.javadoc.version} - 1.5 + ${maven.compile.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml?rev=1418321&r1=1418320&r2=1418321&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml Fri Dec 7 14:10:51 2012 @@ -130,7 +130,7 @@ maven-javadoc-plugin ${hc.javadoc.version} - 1.5 + ${maven.compile.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/ Modified: httpcomponents/httpasyncclient/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1418321&r1=1418320&r2=1418321&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/pom.xml Fri Dec 7 14:10:51 2012 @@ -176,7 +176,7 @@ maven-javadoc-plugin - 1.5 + ${maven.compile.source} http://download.oracle.com/javase/1.5.0/docs/api/ http://hc.apache.org/httpcomponents-core-dev/httpcore/apidocs/