[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

@ -18,47 +18,47 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>NSIS plugin changes</title> <title>NSIS plugin changes</title>
<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>
<action dev="aheritier" type="update">Set compress options (force/lzma).</action> <action dev="aheritier" type="update">Set compress options (force/lzma).</action>
<action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action> <action dev="aheritier" type="update" issue="MPNSIS-12">NSIS plugin does not support silent uninstall. Remove the final dialog box.</action>
</release> </release>
<release version="2.0" date="2006-07-28"> <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-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="fix" due-to="Matthias Kerkhoff" issue="MPNSIS-8">Fail when makensis fails.</action>
<action dev="dion" type="update">Rename <action dev="dion" type="update">Rename
<code>ORGANIZATION</code>constant to <code>ORGANIZATION</code>constant to
<code>PROJECT_ORGANIZATION</code>. <code>PROJECT_ORGANIZATION</code>.
</action> </action>
<action dev="dion" type="fix" due-to="Geoffrey">Check maven.nsis.exe exists before using it.</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="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> <action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
</release> </release>
<release version="1.1" date="2004-07-08"> <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" 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> <action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action>
<action dev="dion" type="update" issue="MPNSIS-6" due-to="Geoffrey">Add PROJECT_URL to constants.</action> <action dev="dion" type="update" issue="MPNSIS-6" due-to="Geoffrey">Add PROJECT_URL to constants.</action>
<action dev="dion" type="fix">Fix typo in registry uninstall key.</action> <action dev="dion" type="fix">Fix typo in registry uninstall key.</action>
<action dev="dion" type="fix" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action> <action dev="dion" type="fix" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action>
<action dev="dion" type="update">Rename <action dev="dion" type="update">Rename
<code>PROJECT_DIST_DIR</code>constant to <code>PROJECT_DIST_DIR</code>constant to
<code>PROJECT_DIST_BIN_DIR</code>, and define <code>PROJECT_DIST_BIN_DIR</code>, and define
<code>PROJECT_DIST_DIR</code>to be <code>PROJECT_DIST_DIR</code>to be
<code>${maven.dist.dir}</code> <code>${maven.dist.dir}</code>
</action> </action>
<action dev="dion" type="update">Add docs on how the plugin process works</action> <action dev="dion" type="update">Add docs on how the plugin process works</action>
<action dev="dion" type="update">Add some basic documentation</action> <action dev="dion" type="update">Add some basic documentation</action>
</release> </release>
<release version="1.0" date="2004-03-11"> <release version="1.0" date="2004-03-11">
<action dev="brett" type="add">Initial release.</action> <action dev="brett" type="add">Initial release.</action>
</release> </release>
</body> </body>
</document> </document>