Author: ggregory
Date: Tue Sep 20 18:53:22 2011
New Revision: 1173305
URL: http://svn.apache.org/viewvc?rev=1173305&view=rev
Log:
[CODEC-120] Migrate to JUnit 4. In this build.xml commit, to 4.9 from 4.8.2.
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=1173305&r1=1173304&r2=1173305&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/trunk/default.properties Tue Sep 20 18:53:22 2011
@@ -21,8 +21,8 @@
repository=${user.home}/.m2/repository
# The pathname of the "junit.jar" JAR file
-junit.home=${repository}/junit/junit/4.8.2
-junit.jar = ${junit.home}/junit-4.8.2.jar
+junit.home=${repository}/junit/junit/4.9
+junit.jar = ${junit.home}/junit-4.9.jar
# The name of this component
component.name = commons-codec