Author: ltheussl
Date: Fri Jul 28 09:21:09 2006
New Revision: 426597

URL: http://svn.apache.org/viewvc?rev=426597&view=rev
Log:
[maven-scm-plugin] prepare release 2.0

Modified:
    maven/maven-1/plugins/trunk/nsis/project.xml
    maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/nsis/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/nsis/project.xml?rev=426597&r1=426596&r2=426597&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/project.xml (original)
+++ maven/maven-1/plugins/trunk/nsis/project.xml Fri Jul 28 09:21:09 2006
@@ -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>
@@ -35,6 +35,11 @@
       <id>1.1</id>
       <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/>

Modified: maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml?rev=426597&r1=426596&r2=426597&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml Fri Jul 28 09:21:09 2006
@@ -17,23 +17,23 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>NSIS plugin changes</title>
     <author email="[EMAIL PROTECTED]">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>


Reply via email to