You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/14 15:24:40 UTC

svn commit: r1201721 - /commons/proper/codec/trunk/default.properties

Author: ggregory
Date: Mon Nov 14 14:24:39 2011
New Revision: 1201721

URL: http://svn.apache.org/viewvc?rev=1201721&view=rev
Log:
Upgrade to JUnit 4.10 from 4.9.

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=1201721&r1=1201720&r2=1201721&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/trunk/default.properties Mon Nov 14 14:24:39 2011
@@ -21,8 +21,8 @@
 repository=${user.home}/.m2/repository
 
 # The pathname of the "junit.jar" JAR file
-junit.home=${repository}/junit/junit/4.9
-junit.jar = ${junit.home}/junit-4.9.jar
+junit.home=${repository}/junit/junit/4.10
+junit.jar = ${junit.home}/junit-4.10.jar
 
 # The name of this component
 component.name = commons-codec