[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>
|
||||
|
||||
@ -18,47 +18,47 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<document>
|
||||
<properties>
|
||||
<title>NSIS plugin changes</title>
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.1-SNAPSHOT" date="In SVN">
|
||||
<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>
|
||||
<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>
|
||||
</release>
|
||||
<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>
|
||||
<document>
|
||||
<properties>
|
||||
<title>NSIS plugin changes</title>
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<body>
|
||||
<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>
|
||||
<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>
|
||||
</release>
|
||||
<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="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>
|
||||
<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" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action>
|
||||
</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>
|
||||
<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" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action>
|
||||
<action dev="dion" type="update">Rename
|
||||
<code>PROJECT_DIST_DIR</code>constant to
|
||||
<code>PROJECT_DIST_BIN_DIR</code>, and define
|
||||
<code>PROJECT_DIST_DIR</code>to be
|
||||
<code>${maven.dist.dir}</code>
|
||||
</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>
|
||||
</release>
|
||||
<release version="1.0" date="2004-03-11">
|
||||
<action dev="brett" type="add">Initial release.</action>
|
||||
</release>
|
||||
</body>
|
||||
<code>${maven.dist.dir}</code>
|
||||
</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>
|
||||
</release>
|
||||
<release version="1.0" date="2004-03-11">
|
||||
<action dev="brett" type="add">Initial release.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user