From 70f4323bca057372b06eff43f30d6afc93a82877 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Fri, 28 Jul 2006 16:21:09 +0000 Subject: [PATCH] [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 --- nsis/project.xml | 11 ++++++++--- nsis/xdocs/changes.xml | 11 +++++------ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/nsis/project.xml b/nsis/project.xml index e24b9fd3..e6e0e5bc 100644 --- a/nsis/project.xml +++ b/nsis/project.xml @@ -1,4 +1,5 @@ + - + ../plugins-parent/project.xml 3 Maven NSIS Plugin maven-nsis-plugin - 2.0-SNAPSHOT + 2.0 A plugin to generate Win32 installer programs using NSIS NSIS Plugin for Maven @@ -36,6 +36,11 @@ 1.1 MAVEN_NSIS_1_1 + + 2.0 + 2.0 + MAVEN_NSIS_2_0 + diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 9bf6f103..94471762 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -17,23 +17,23 @@ * limitations under the License. */ --> - NSIS plugin changes Brett Porter - - + Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fail when makensis fails. - Rename ORGANIZATION constant to PROJECT_ORGANIZATION. + Rename + ORGANIZATIONconstant to + PROJECT_ORGANIZATION. + Check maven.nsis.exe exists before using it. Add faq Add back license to project.xml after the scm plugin removed it. - Desktop shortcuts cause a compile error Use pom.organization.name instead of pom.organization. @@ -49,7 +49,6 @@ Add docs on how the plugin process works Add some basic documentation - Initial release.