You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2012/12/07 14:27:15 UTC

svn commit: r1418303 - /httpcomponents/httpcore/trunk/pom.xml

Author: ggregory
Date: Fri Dec  7 13:27:14 2012
New Revision: 1418303

URL: http://svn.apache.org/viewvc?rev=1418303&view=rev
Log:
Use the 'maven.compile.source' property instead of a hard-wired version number.

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1418303&r1=1418302&r2=1418303&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Fri Dec  7 13:27:14 2012
@@ -160,7 +160,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>
           </links>