You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/05/08 08:41:28 UTC

svn commit: r536094 - in /maven/maven-1/plugins/trunk/nsis: project.xml xdocs/changes.xml

Author: ltheussl
Date: Mon May  7 23:41:27 2007
New Revision: 536094

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

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?view=diff&rev=536094&r1=536093&r2=536094
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/project.xml (original)
+++ maven/maven-1/plugins/trunk/nsis/project.xml Mon May  7 23:41:27 2007
@@ -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>
@@ -41,6 +41,11 @@
       <id>2.0</id>
       <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/>

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?view=diff&rev=536094&r1=536093&r2=536094
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/nsis/xdocs/changes.xml Mon May  7 23:41:27 2007
@@ -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>