[maven-scm-plugin] prepare release 2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@536094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-08 06:41:27 +00:00
parent a1cbf401f2
commit 21c76e3962
2 changed files with 42 additions and 37 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<name>Maven NSIS Plugin</name> <name>Maven NSIS Plugin</name>
<artifactId>maven-nsis-plugin</artifactId> <artifactId>maven-nsis-plugin</artifactId>
<currentVersion>2.1-SNAPSHOT</currentVersion> <currentVersion>2.1</currentVersion>
<description>A plugin to generate Win32 installer programs using NSIS</description> <description>A plugin to generate Win32 installer programs using NSIS</description>
<shortDescription>NSIS Plugin for Maven</shortDescription> <shortDescription>NSIS Plugin for Maven</shortDescription>
<versions> <versions>
@ -42,6 +42,11 @@
<name>2.0</name> <name>2.0</name>
<tag>MAVEN_NSIS_2_0</tag> <tag>MAVEN_NSIS_2_0</tag>
</version> </version>
<version>
<id>2.1</id>
<name>2.1</name>
<tag>MAVEN_NSIS_2_1</tag>
</version>
</versions> </versions>
<branches/> <branches/>
<developers> <developers>

View File

@ -24,7 +24,7 @@
<author email="brett@apache.org">Brett Porter</author> <author email="brett@apache.org">Brett Porter</author>
</properties> </properties>
<body> <body>
<release version="2.1-SNAPSHOT" date="In SVN"> <release version="2.1" date="2007-05-08">
<action dev="aheritier" type="update">Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins.</action> <action dev="aheritier" type="update">Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins.</action>
<action dev="aheritier" type="add" issue="MPNSIS-15">Add a new template using MODERN_UI macros for a better Look and Feel.</action> <action dev="aheritier" type="add" issue="MPNSIS-15">Add a new template using MODERN_UI macros for a better Look and Feel.</action>
<action dev="aheritier" type="add" issue="MPNSIS-13">The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh".</action> <action dev="aheritier" type="add" issue="MPNSIS-13">The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh".</action>