Author: britter
Date: Thu Jan  9 16:58:45 2014
New Revision: 1556875

URL: http://svn.apache.org/r1556875
Log:
Welcome to 2014 - exec now requires at least Java 5

Modified:
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1556875&r1=1556874&r2=1556875&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Thu Jan  9 16:58:45 2014
@@ -256,8 +256,8 @@
     </profiles>
     <properties>
         <!-- Compiler source and target JVM (see parent pom). Must agree with 
versions in build.xml -->
-        <maven.compiler.source>1.3</maven.compiler.source>
-        <maven.compiler.target>1.3</maven.compiler.target>
+        <maven.compiler.source>1.5</maven.compiler.source>
+        <maven.compiler.target>1.5</maven.compiler.target>
         <test>*Test</test>
         <commons.componentid>exec</commons.componentid>
         <commons.jira.id>EXEC</commons.jira.id>


Reply via email to