You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/05/08 15:13:01 UTC

svn commit: r405041 - /cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml

Author: antonio
Date: Mon May  8 06:12:58 2006
New Revision: 405041

URL: http://svn.apache.org/viewcvs?rev=405041&view=rev
Log:
It needs to be 3.8.1.

Modified:
    cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml

Modified: cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml?rev=405041&r1=405040&r2=405041&view=diff
==============================================================================
--- cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml (original)
+++ cocoon/trunk/tools/cocoon-maven-eclipse-plugin/src/test/projects/project-13/pom.xml Mon May  8 06:12:58 2006
@@ -10,7 +10,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>[3.0,3.8.2]</version>
+      <version>[3.0,3.8.1]</version>
     </dependency>
   </dependencies>
 </project>