Author: khmarbaise
Date: Sun Nov 23 15:57:20 2014
New Revision: 1641205
URL: http://svn.apache.org/r1641205
Log:
[MANT-83] Upgrade JUnit from 3.8.1 to 4.11
Modified:
maven/plugins/trunk/maven-ant-plugin/pom.xml
Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=1641205&r1=1641204&r2=1641205&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Sun Nov 23 15:57:20 2014
@@ -145,7 +145,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>