Author: aheritier Date: Mon Jul 17 14:13:31 2006 New Revision: 422874 URL: http://svn.apache.org/viewvc?rev=422874&view=rev Log: Go back to Junit 3.8.2 to keep the compatibility with JDK < 1.5
Modified: maven/maven-1/plugins/trunk/aspectj/project.xml maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml maven/maven-1/plugins/trunk/changelog/project.xml maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml maven/maven-1/plugins/trunk/test/project.xml maven/maven-1/plugins/trunk/test/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/aspectj/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/aspectj/project.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/aspectj/project.xml (original) +++ maven/maven-1/plugins/trunk/aspectj/project.xml Mon Jul 17 14:13:31 2006 @@ -132,7 +132,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.0</version> + <version>3.8.2</version> </dependency> <dependency> <groupId>commons-jelly</groupId> Modified: maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/aspectj/xdocs/changes.xml Mon Jul 17 14:13:31 2006 @@ -27,7 +27,6 @@ </properties> <body> <release version="4.1-SNAPSHOT" date="In SVN"> - <action dev="aheritier" type="update">Upgrade to JUnit 4.0.</action> </release> <release version="4.0" date="2006-04-26"> <action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property Modified: maven/maven-1/plugins/trunk/changelog/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/project.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/changelog/project.xml (original) +++ maven/maven-1/plugins/trunk/changelog/project.xml Mon Jul 17 14:13:31 2006 @@ -192,7 +192,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.0</version> + <version>3.8.2</version> </dependency> <dependency> <groupId>org.netbeans.lib</groupId> Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Mon Jul 17 14:13:31 2006 @@ -25,7 +25,6 @@ </properties> <body> <release version="1.10-SNAPSHOT" date="In SVN"> - <action dev="aheritier" type="update">Upgrade to JUnit 4.0.</action> <action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action> <action dev="ltheussl" type="add" issue="MPCHANGELOG-86" due-to="Christoph Jerolimov">Support time period in MKS changelog parser.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> Modified: maven/maven-1/plugins/trunk/test/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/project.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/project.xml (original) +++ maven/maven-1/plugins/trunk/test/project.xml Mon Jul 17 14:13:31 2006 @@ -61,7 +61,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.0</version> + <version>3.8.2</version> <properties> <classloader>root</classloader> </properties> Modified: maven/maven-1/plugins/trunk/test/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/xdocs/changes.xml?rev=422874&r1=422873&r2=422874&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/test/xdocs/changes.xml Mon Jul 17 14:13:31 2006 @@ -24,7 +24,6 @@ </properties> <body> <release version="1.9-SNAPSHOT" date="In SVN"> - <action dev="aheritier" type="update" issue="MPTEST-65">Upgrade to JUnit 4.0.</action> </release> <release version="1.8" date="2006-05-07"> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>