Author: sebb
Date: Sat Oct 2 13:30:42 2010
New Revision: 1003795
URL: http://svn.apache.org/viewvc?rev=1003795&view=rev
Log:
JUnit version should agree with the one in pom.xml
This is currently 3.8.2 (which is Java 1.4+)
Modified:
commons/proper/exec/trunk/build.xml
Modified: commons/proper/exec/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1003795&r1=1003794&r2=1003795&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Sat Oct 2 13:30:42 2010
@@ -30,7 +30,8 @@
<property name="maven.test.reports"
value="${maven.build.directory}/test-reports"/>
<property name="maven.test.output" value="target/test-classes"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.junit.jar"
value="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar"/>
+ <!-- JUnit version should agree with the version in pom.xml -->
+ <property name="maven.junit.jar"
value="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
<path id="junit">
<pathelement location="${maven.junit.jar}"/>