Update default properties.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-05-28 11:55:37 +00:00
parent ba72be98b6
commit 71d8237307
1 changed files with 4 additions and 4 deletions

View File

@ -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.collections4
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