Author: ggregory
Date: Wed Oct 13 16:38:10 2010
New Revision: 1022180
URL: http://svn.apache.org/viewvc?rev=1022180&view=rev
Log:
Use current version of JUnit (4.8.2 instead of 4.8.1)
Modified:
commons/proper/pool/trunk/build.xml
commons/proper/pool/trunk/pom.xml
Modified: commons/proper/pool/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1022180&r1=1022179&r2=1022180&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Wed Oct 13 16:38:10 2010
@@ -36,7 +36,7 @@
<property name="repository" value="${user.home}/.m2/repository"/>
<!-- The directories corresponding to your necessary dependencies -->
- <property name="junit.version" value="4.8.1"/>
+ <property name="junit.version" value="4.8.2"/>
<property name="junit.home"
value="${repository}/junit/junit/${junit.version}"/>
<property name="junit.jar"
value="${junit.home}/junit-${junit.version}.jar"/>
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1022180&r1=1022179&r2=1022180&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Wed Oct 13 16:38:10 2010
@@ -119,7 +119,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>