You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 20:02:42 UTC

[13/34] httpcomponents-core git commit: Define compiler properties locally so can potentially update to later version of project pom

Define compiler properties locally so can potentially update to later version of project pom

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x@1578706 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/59017873
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/59017873
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/59017873

Branch: refs/heads/4.3.x
Commit: 5901787399e38c1c235bec99bf653641882baf26
Parents: 8e0eca2
Author: Sebastian Bazley <se...@apache.org>
Authored: Tue Mar 18 01:43:43 2014 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Tue Mar 18 01:43:43 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/59017873/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ec3305..1b7a686 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>