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 05:18:20 UTC

cvs commit: maven-plugins/junitdoclet project.xml

brett       2004/05/15 20:18:20

  Modified:    junitdoclet project.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.20      +7 -2      maven-plugins/junitdoclet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junitdoclet/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	2 May 2004 14:16:25 -0000	1.19
  +++ project.xml	16 May 2004 03:18:20 -0000	1.20
  @@ -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-junit-doclet-plugin</id>
     <name>Maven JUnitDoclet Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description>A plugin to generate test cases use JUnitDoclet</description>
     <shortDescription>JUnitDoclet test generator</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junitdoclet/</url>
  @@ -39,6 +39,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_JUNITDOCLET_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_JUINT_DOCLET_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