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 2014/04/11 21:16:45 UTC

svn commit: r1586756 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Fri Apr 11 19:16:44 2014
New Revision: 1586756

URL: http://svn.apache.org/r1586756
Log:
Upgraded JRE level to 1.6; upgraded Commons IO to version 2.4; upgraded JUnit to version 4.11

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1586756&r1=1586755&r2=1586756&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Fri Apr 11 19:16:44 2014
@@ -64,14 +64,13 @@
   </scm>
 
   <properties>
-    <maven.compiler.source>1.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.3.2</httpcore.version>
     <httpclient.version>4.3.3</httpclient.version>
     <commons-logging.version>1.1.3</commons-logging.version>
-    <!-- Note IO 2.3+ requires Java 6 -->
-    <commons-io.version>2.2</commons-io.version>
-    <junit.version>4.8.1</junit.version>
+    <commons-io.version>2.4</commons-io.version>
+    <junit.version>4.11</junit.version>
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.8.5</mockito.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>