Use the 'maven.compile.source' property instead of a hard-wired version number.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1418300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-12-07 13:25:48 +00:00
parent 264d2038ea
commit 168a1d6e75
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
<configuration>
<!-- reduce console output. Can override with -Dquiet=false -->
<quiet>true</quiet>
<source>1.5</source>
<source>${maven.compile.source}</source>
<links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
<link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>