git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2004-04-28 21:18:45 +00:00
parent c22bf46d7a
commit 8f7efb173a
2 changed files with 18 additions and 14 deletions

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.7" date="in CVS">
<action dev="aheritier" type="fix" issue="MPANT-13">Corrects also NumberFormatException. <code>pom.build.unitTest.resources</code> is made up of several <code>resource</code> elements.</action>
<action dev="aheritier" type="fix" issue="MPANT-12">Remove NumberFormatException if <code>pom.build.unitTest.resources</code> doesn't exist.</action>
<action dev="dion" type="fix" issue="MPANT-11">Change plugin tests to use 'assert' tags</action>
<action dev="brett" type="fix">Replace use of 'target' directory with appropriate variables</action>