[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:
parent
a1cbf401f2
commit
21c76e3962
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Maven NSIS Plugin</name>
|
||||
<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>
|
||||
<shortDescription>NSIS Plugin for Maven</shortDescription>
|
||||
<versions>
|
||||
@ -42,6 +42,11 @@
|
||||
<name>2.0</name>
|
||||
<tag>MAVEN_NSIS_2_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.1</id>
|
||||
<name>2.1</name>
|
||||
<tag>MAVEN_NSIS_2_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<branches/>
|
||||
<developers>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<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="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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user