Upgrade to Junit 3.8.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-16 01:07:22 +00:00
parent 9e66133cc3
commit 321e760c4e
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.1</version> <version>3.8.2</version>
<properties> <properties>
<classloader>root</classloader> <classloader>root</classloader>
</properties> </properties>

View File

@ -24,6 +24,7 @@
</properties> </properties>
<body> <body>
<release version="1.8-SNAPSHOT" date="in SVN"> <release version="1.8-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>
<action dev="ltheussl" type="fix" issue="MPTEST-49"><code>test:test</code> should honour the <code>maven.test.compile.src.set</code> variable.</action> <action dev="ltheussl" type="fix" issue="MPTEST-49"><code>test:test</code> should honour the <code>maven.test.compile.src.set</code> variable.</action>
<action dev="ltheussl" type="add" issue="MPTEST-43">Set junit's <code>showoutput</code> attribute if Maven is executed in debug (-X) mode.</action> <action dev="ltheussl" type="add" issue="MPTEST-43">Set junit's <code>showoutput</code> attribute if Maven is executed in debug (-X) mode.</action>
<action dev="ltheussl" type="add" issue="MPTEST-47" due-to="Henning Schmiedehausen">Allow to add additional elements to the test classpath, new property <code>maven.test.classpath</code>.</action> <action dev="ltheussl" type="add" issue="MPTEST-47" due-to="Henning Schmiedehausen">Allow to add additional elements to the test classpath, new property <code>maven.test.classpath</code>.</action>