You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/11/08 00:17:39 UTC

svn commit: r592945 - /maven/enforcer/trunk/pom.xml

Author: brianf
Date: Wed Nov  7 15:17:38 2007
New Revision: 592945

URL: http://svn.apache.org/viewvc?rev=592945&view=rev
Log:
drop junit back to be jdk1.4 compatible

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=592945&r1=592944&r2=592945&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Wed Nov  7 15:17:38 2007
@@ -212,7 +212,7 @@
 	    <dependency>
 		  <groupId>junit</groupId>
 		  <artifactId>junit</artifactId>
-		  <version>4.4</version>
+		  <version>3.8.2</version>
 		  <scope>test</scope>
 		</dependency>
         <dependency>