Author: ggregory
Date: Sat Apr  6 03:52:31 2013
New Revision: 1465179

URL: http://svn.apache.org/r1465179
Log:
Update jar versions and JRE req.

Modified:
    commons/proper/codec/trunk/default.properties

Modified: commons/proper/codec/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/default.properties?rev=1465179&r1=1465178&r2=1465179&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/trunk/default.properties Sat Apr  6 03:52:31 2013
@@ -21,8 +21,8 @@
 repository=${user.home}/.m2/repository
 
 # The pathname of the "junit.jar" JAR file
-junit.home=${repository}/junit/junit/4.10
-junit.jar = ${junit.home}/junit-4.10.jar
+junit.home=${repository}/junit/junit/4.11
+junit.jar = ${junit.home}/junit-4.11.jar
 
 # The name of this component
 component.name = commons-codec
@@ -76,8 +76,8 @@ compile.includeantruntime = false
 compile.encoding = UTF-8
 
 # Java version settings
-compile.source = 1.5
-compile.target = 1.5
+compile.source = 1.6
+compile.target = 1.6
 
 # Should all tests fail if one does?
 test.failonerror = true


Reply via email to