[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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -16,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
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>
|
<extend>../plugins-parent/project.xml</extend>
|
||||||
<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.0-SNAPSHOT</currentVersion>
|
<currentVersion>2.0</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>
|
||||||
@ -36,6 +36,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_NSIS_1_1</tag>
|
<tag>MAVEN_NSIS_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>2.0</id>
|
||||||
|
<name>2.0</name>
|
||||||
|
<tag>MAVEN_NSIS_2_0</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<branches/>
|
<branches/>
|
||||||
<developers>
|
<developers>
|
||||||
|
|||||||
@ -17,23 +17,23 @@
|
|||||||
* 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.0" date="2006-07-28">
|
||||||
<release version="2.0-SNAPSHOT" date="In CVS">
|
|
||||||
<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 <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="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>
|
||||||
@ -49,7 +49,6 @@
|
|||||||
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user