You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/04/09 00:34:21 UTC

cvs commit: maven/src/plugins-build/pmd/xdocs tasks.xml changes.xml

vmassol     2003/04/08 15:34:21

  Modified:    src/plugins-build/pmd project.xml
               src/plugins-build/pmd/xdocs tasks.xml changes.xml
  Added:       src/plugins-build/pmd/announcements 1.0.ann
  Log:
  Prepare for the 1.0 release
  
  Revision  Changes    Path
  1.5       +4 -4      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	4 Apr 2003 11:06:44 -0000	1.4
  +++ project.xml	8 Apr 2003 22:34:21 -0000	1.5
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>0.6-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description>
       This plugin provides a more or less seamless integration
       with Maven and the PMD static source code analyzer
  @@ -22,9 +22,9 @@
   
     <versions>
       <version>
  -      <id>0.6</id>
  -      <name>0.6</name>
  -      <tag>HEAD</tag>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_PMD_1_0</tag>
       </version>
     </versions>
   
  
  
  
  1.1                  maven/src/plugins-build/pmd/announcements/1.0.ann
  
  Index: 1.0.ann
  ===================================================================
  The Maven team is pleased to announce the Cactus plugin 2.0 release!
  
  http://maven.apache.org/reference/plugins/cactus
  
  The Maven Cactus plugin is a plugin for Cactus
  (http://jakarta.apache.org/cactus) that allows to automatically start 
  containers, run Cactus tests and stop the containers.
  
  Changes in this version:
  
  o Complete rework of the plugin to use the Cactus/Ant Integration
    module from the Cactus project. Now using Cactus 1.5dev for J2EE
    1.3, built from CVS on 7th of April 2003. Thus the Plugin feature
    are now those of the Cactus/Ant Integration module.
  
  Note that this plugin has been tested with Maven beta 9. Using it with
  another version of Maven is at your own risks! :-)
  
  You can download the Cactus Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-2.0.jar
  
  Have fun!
  -Vincent
  
  
  1.2       +1 -1      maven/src/plugins-build/pmd/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/pmd/xdocs/tasks.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tasks.xml	3 Apr 2003 18:58:12 -0000	1.1
  +++ tasks.xml	8 Apr 2003 22:34:21 -0000	1.2
  @@ -8,7 +8,7 @@
   
     <body>
       <section name="Tasks">
  -      <subsection name="Release 0.4">
  +      <subsection name="Release 1.1">
           <ul>
             <li>
               Add a description of the violation if the PMD report
  
  
  
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	4 Apr 2003 11:06:45 -0000	1.2
  +++ changes.xml	8 Apr 2003 22:34:21 -0000	1.3
  @@ -8,7 +8,7 @@
   
     <releases>
   
  -    <release version="0.6" date="in CVS">
  +    <release version="1.0" date="2003-04-08">
         <action dev="vmassol" type="update">
           Make the plugin work with Maven b9.
         </action>            
  
  
  

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