[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
This commit is contained in:
parent
c3280d5ad4
commit
70f4323bca
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -16,13 +17,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<extend>../plugins-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Maven NSIS Plugin</name>
|
||||
<artifactId>maven-nsis-plugin</artifactId>
|
||||
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
||||
<currentVersion>2.0</currentVersion>
|
||||
<description>A plugin to generate Win32 installer programs using NSIS</description>
|
||||
<shortDescription>NSIS Plugin for Maven</shortDescription>
|
||||
<versions>
|
||||
@ -36,6 +36,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_NSIS_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>2.0</id>
|
||||
<name>2.0</name>
|
||||
<tag>MAVEN_NSIS_2_0</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<branches/>
|
||||
<developers>
|
||||
|
||||
@ -17,23 +17,23 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>NSIS plugin changes</title>
|
||||
<author email="brett@apache.org">Brett Porter</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="2.0-SNAPSHOT" date="In CVS">
|
||||
<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="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>
|
||||
@ -49,7 +49,6 @@
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user