You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2014/03/18 02:43:43 UTC

svn commit: r1578706 - in /httpcomponents: httpclient/branches/4.3.x/pom.xml httpcore/branches/4.3.x/pom.xml

Author: sebb
Date: Tue Mar 18 01:43:43 2014
New Revision: 1578706

URL: http://svn.apache.org/r1578706
Log:
Define compiler properties locally so can potentially update to later version of project pom

Modified:
    httpcomponents/httpclient/branches/4.3.x/pom.xml
    httpcomponents/httpcore/branches/4.3.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.3.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/pom.xml?rev=1578706&r1=1578705&r2=1578706&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.3.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.3.x/pom.xml Tue Mar 18 01:43:43 2014
@@ -64,6 +64,8 @@
   </scm>
 
   <properties>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
     <httpcore.version>4.3.2</httpcore.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <commons-codec.version>1.6</commons-codec.version>

Modified: httpcomponents/httpcore/branches/4.3.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/pom.xml?rev=1578706&r1=1578705&r2=1578706&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/pom.xml Tue Mar 18 01:43:43 2014
@@ -71,6 +71,8 @@
   </modules>
 
   <properties>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>  
     <!-- Override parent 7 setting for deprecation (only - other settings stand)-->
     <maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
     <junit.version>4.9</junit.version>