[maven-scm-plugin] prepare release 2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-07-28 16:21:09 +00:00
parent c3280d5ad4
commit 70f4323bca
2 changed files with 13 additions and 9 deletions

View File

@@ -17,23 +17,23 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>NSIS plugin changes</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="2.0-SNAPSHOT" date="In CVS">
<release version="2.0" date="2006-07-28">
<action dev="dion" type="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-9">Use maven.nsis.build.dir instead of maven.dist.assembly.dir.</action>
<action dev="dion" type="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-8">Fail when makensis fails.</action>
<action dev="dion" type="update">Rename <code>ORGANIZATION</code> constant to <code>PROJECT_ORGANIZATION</code>.</action>
<action dev="dion" type="update">Rename
<code>ORGANIZATION</code>constant to
<code>PROJECT_ORGANIZATION</code>.
</action>
<action dev="dion" type="fix" due-to="Geoffrey">Check maven.nsis.exe exists before using it.</action>
<action dev="dion" type="add" due-to="Geoffrey">Add faq</action>
<action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
</release>
<release version="1.1" date="2004-07-08">
<action dev="dion" type="fix" issue="MPNSIS-7" due-to="Geoffrey">Desktop shortcuts cause a compile error</action>
<action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action>
@@ -49,7 +49,6 @@
<action dev="dion" type="update">Add docs on how the plugin process works</action>
<action dev="dion" type="update">Add some basic documentation</action>
</release>
<release version="1.0" date="2004-03-11">
<action dev="brett" type="add">Initial release.</action>
</release>