Author: sebb Date: Wed Aug 17 12:49:40 2011 New Revision: 1158673 URL: http://svn.apache.org/viewvc?rev=1158673&view=rev Log: Might as well use latest version of JUnit now
Modified: commons/proper/dbcp/trunk/build.properties.sample Modified: commons/proper/dbcp/trunk/build.properties.sample URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.properties.sample?rev=1158673&r1=1158672&r2=1158673&view=diff ============================================================================== --- commons/proper/dbcp/trunk/build.properties.sample (original) +++ commons/proper/dbcp/trunk/build.properties.sample Wed Aug 17 12:49:40 2011 @@ -28,8 +28,8 @@ commons-pool.home=${repository}/org/apac commons-pool.jar=${commons-pool.home}/commons-pool2-2.0-SNAPSHOT.jar # JUnit -junit.home=${repository}/junit/junit/3.8.2 -junit.jar=${junit.home}/junit-3.8.2.jar +junit.home=${repository}/junit/junit/4.8.2 +junit.jar=${junit.home}/junit-4.8.2.jar # XML parser xerces.home=${repository}/xerces/xercesImpl/2.4.0