Remove tests changes from documentation and version increase per Brett

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-06-30 04:20:54 +00:00
parent 03798b500c
commit ab52c4cee8
22 changed files with 13 additions and 31 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-clean-plugin</id>
<name>Maven Clean Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Clean plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/clean/</url>

View File

@@ -23,7 +23,7 @@
<id>test-maven-clean-plugin</id>
<name>Test project for Maven Clean</name>
<groupId>maven</groupId>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>

View File

@@ -24,9 +24,6 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="dion" type="update">Use assert taglib in plugin test.</action>
</release>
<release version="1.3" date="2004-06-19">
<action dev="brett" type="fix" issue="MPCLEAN-1">Also clean maven.build.dest in case it is moved outside maven.build.dir</action>
</release>