Go back to Junit 3.8.2 to keep the compatibility with JDK < 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-17 21:13:31 +00:00
parent bce9c690d2
commit b54eaa1e64
6 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>