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:
parent
bce9c690d2
commit
b54eaa1e64
@ -132,7 +132,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.0</version>
|
<version>3.8.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>commons-jelly</groupId>
|
||||||
|
|||||||
@ -27,7 +27,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="4.1-SNAPSHOT" date="In SVN">
|
<release version="4.1-SNAPSHOT" date="In SVN">
|
||||||
<action dev="aheritier" type="update">Upgrade to JUnit 4.0.</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="4.0" date="2006-04-26">
|
<release version="4.0" date="2006-04-26">
|
||||||
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
|
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
|
||||||
|
|||||||
@ -192,7 +192,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.0</version>
|
<version>3.8.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.netbeans.lib</groupId>
|
<groupId>org.netbeans.lib</groupId>
|
||||||
|
|||||||
@ -25,7 +25,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.10-SNAPSHOT" date="In SVN">
|
<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">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="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>
|
<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>
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.0</version>
|
<version>3.8.2</version>
|
||||||
<properties>
|
<properties>
|
||||||
<classloader>root</classloader>
|
<classloader>root</classloader>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -24,7 +24,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.9-SNAPSHOT" date="In SVN">
|
<release version="1.9-SNAPSHOT" date="In SVN">
|
||||||
<action dev="aheritier" type="update" issue="MPTEST-65">Upgrade to JUnit 4.0.</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.8" date="2006-05-07">
|
<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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user