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:54:09 UTC

cvs commit: maven-plugins/vdoclet project.xml

brett       2004/05/15 19:54:09

  Modified:    vdoclet  project.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.30      +7 -2      maven-plugins/vdoclet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/vdoclet/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml	2 May 2004 14:17:02 -0000	1.29
  +++ project.xml	16 May 2004 02:54:09 -0000	1.30
  @@ -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-vdoclet-plugin</id>
     <name>Maven VDoclet Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description>VDoclet plugin for Maven. Allows you to easily create information from source code using velocity driven templates</description>
     <shortDescription>VDoclet plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/vdoclet/</url>
  @@ -39,6 +39,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_VDOCLET_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_VDOCLET_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  

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