You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/07/08 03:13:33 UTC

cvs commit: maven-plugins/nsis project.xml

dion        2004/07/07 18:13:33

  Modified:    nsis     project.xml
  Log:
  For some reason scm:prepare-release doesn't change to POM to remove the -SNAPSHOT
  
  Revision  Changes    Path
  1.10      +12 -20    maven-plugins/nsis/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	2 Jul 2004 08:13:50 -0000	1.9
  +++ project.xml	8 Jul 2004 01:13:33 -0000	1.10
  @@ -1,29 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- 
  -/*
  - * Copyright 2001-2004 The Apache Software Foundation.
  - * 
  - * Licensed under the Apache License, Version 2.0 (the "License");
  - * you may not use this file except in compliance with the License.
  - * You may obtain a copy of the License at
  - * 
  - *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  - * Unless required by applicable law or agreed to in writing, software
  - * distributed under the License is distributed on an "AS IS" BASIS,
  - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  - * See the License for the specific language governing permissions and
  - * limitations under the License.
  - */
  - -->
  -
   <project>
     <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
  -  <id>maven-nsis-plugin</id>
     <name>Maven NSIS Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <groupId>maven-nsis-plugin</groupId>
  +  <artifactId>maven-nsis-plugin</artifactId>
  +  <currentVersion>1.1</currentVersion>
  +  <organization/>
     <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>
  @@ -40,7 +24,14 @@
         <name>1.0</name>
         <tag>MAVEN_NSIS_1_0</tag>
       </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_NSIS_1_1</tag>
  +    </version>
     </versions>
  +  <branches/>
  +  <mailingLists/>
     <developers>
       <developer>
         <name>dIon Gillard</name>
  @@ -52,4 +43,5 @@
         </roles>
       </developer>
     </developers>
  +  <properties/>
   </project>
  
  
  

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