vmassol     2003/08/30 04:52:53

  Modified:    src/plugins-build/pmd project.xml
               src/plugins-build/pmd/xdocs changes.xml
  Log:
  Start development of version 1.2
  
  Revision  Changes    Path
  1.10      +6 -1      maven/src/plugins-build/pmd/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       30 Aug 2003 11:49:18 -0000      1.9
  +++ project.xml       30 Aug 2003 11:52:53 -0000      1.10
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <description>This plugin provides a more or less seamless integration with Maven 
and the PMD static source code analyzer</description>
     <shortDescription>Maven Plugin for PMD</shortDescription>
     <url>http://maven.apache.org/reference/plugins/pmd/</url>
  @@ -24,6 +24,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_PMD_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.10      +3 -0      maven/src/plugins-build/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       30 Aug 2003 11:49:18 -0000      1.9
  +++ changes.xml       30 Aug 2003 11:52:53 -0000      1.10
  @@ -8,6 +8,9 @@
   
     <body>
   
  +    <release version="1.2" date="in CVS">
  +    </release>
  +
       <release version="1.1" date="2003-08-30">
         <action dev="epugh" type="add">
           Adding <code>maven.pmd.includes</code> and 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to