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/05/16 04:53:30 UTC

cvs commit: maven-plugins/wizard project.xml

brett       2004/05/15 19:53:30

  Modified:    wizard   project.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.22      +7 -2      maven-plugins/wizard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/wizard/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	2 May 2004 14:17:02 -0000	1.21
  +++ project.xml	16 May 2004 02:53:30 -0000	1.22
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-wizard-plugin</id>
     <name>Maven Wizard Plug-in</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <shortDescription>Wizard for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/wizard/</url>
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10373</issueTrackingUrl>
  @@ -38,6 +38,11 @@
         <id>1.0</id>
         <name>1.0</name>
         <tag>MAVEN_WIZARD_1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_WIZARD_1_1</tag>
       </version>
     </versions>
     <developers>
  
  
  

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