You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/05/28 13:55:37 UTC

svn commit: r1682217 - /commons/proper/collections/trunk/default.properties

Author: tn
Date: Thu May 28 11:55:37 2015
New Revision: 1682217

URL: http://svn.apache.org/r1682217
Log:
Update default properties.

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

Modified: commons/proper/collections/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/default.properties?rev=1682217&r1=1682216&r2=1682217&view=diff
==============================================================================
--- commons/proper/collections/trunk/default.properties (original)
+++ commons/proper/collections/trunk/default.properties Thu May 28 11:55:37 2015
@@ -24,7 +24,7 @@ junit.jar = ${junit.home}/junit-4.11.jar
 hamcrest.jar = ${hamcrest.home}/hamcrest-core-1.3.jar
 
 # The location of the Easymock jar
-easymock.jar = ${easymock.home}/easymock-3.1.jar
+easymock.jar = ${easymock.home}/easymock-3.2.jar
 
 # Whether or not to fork tests
 junit.fork = true
@@ -39,7 +39,7 @@ component.package = org.apache.commons.c
 component.title = Commons Collections
 
 # The current version number of this component
-component.version = 4.0-SNAPSHOT
+component.version = 4.1-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}
@@ -70,12 +70,12 @@ compile.optimize = true
 # In particular, if you use JDK 1.4+ the generated classes will not be usable
 # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 
 # (which is the default value for JDK 1.1 to 1.3).
-compile.target = 1.5
+compile.target = 1.6
 
 # Specifies the source version for the Java compiler.
 # Corresponds to the source attribute for the ant javac task. 
 # Valid values are 1.3, 1.4, 1.5. 
-compile.source = 1.5
+compile.source = 1.6
 
 # Specifies the source encoding.
 compile.encoding = ISO-8859-1