You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/10 14:45:24 UTC

cvs commit: maven-plugins/nsis project.xml

brett       2004/03/10 05:45:24

  Modified:    nsis     project.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.4       +7 -4      maven-plugins/nsis/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.3
  +++ project.xml	10 Mar 2004 13:45:24 -0000	1.4
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-nsis-plugin</id>
     <name>Maven NSIS Plug-in</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description>A plugin to generate Win32 installer programs using NSIS</description>
     <shortDescription>NSIS Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/nsis/</url>
  @@ -33,15 +33,18 @@
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/nsis/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/nsis/</url>
     </repository>
  -
     <versions>
       <version>
         <id>1.0</id>
         <name>1.0</name>
         <tag>HEAD</tag>
       </version>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_NSIS_1_0</tag>
  +    </version>
     </versions>
  -
     <developers>
       <developer>
         <name>dIon Gillard</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org