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/03/10 15:00:07 UTC

cvs commit: maven-plugins/checkstyle/xdocs changes.xml

brett       2004/03/10 06:00:07

  Modified:    checkstyle project.xml
               checkstyle/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.3
  
  Revision  Changes    Path
  1.40      +7 -2      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.39
  +++ project.xml	10 Mar 2004 14:00:07 -0000	1.40
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plug-in</name>
  -  <currentVersion>2.3-SNAPSHOT</currentVersion>
  +  <currentVersion>2.3</currentVersion>
     <description/>
     <shortDescription>Produce Checkstyle report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/checkstyle/</url>
  @@ -54,6 +54,11 @@
         <id>2.3</id>
         <name>2.3</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>2.3</id>
  +      <name>2.3</name>
  +      <tag>MAVEN_CHECKSTYLE_2_3</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.25      +20 -63    maven-plugins/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml	4 Mar 2004 18:01:42 -0000	1.24
  +++ changes.xml	10 Mar 2004 14:00:07 -0000	1.25
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,76 +24,32 @@
       <author email="vmassol@octo.com">Vincent Massol</author>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -
  -    <release version="2.3" date="in CVS">
  -      <action dev="dion" type="update">
  -        Applied MPCHECKSTYLE-15
  -      </action>
  -      <action dev="vmassol" type="update">
  -        Upgraded to Checkstyle 3.3.
  -      </action>
  +    <release version="2.3" date="2004-03-11">
  +      <action dev="dion" type="update">Applied MPCHECKSTYLE-15</action>
  +      <action dev="vmassol" type="update">Upgraded to Checkstyle 3.3.</action>
       </release>
  -
       <release version="2.2" date="2003-12-22">
  -      <action dev="vmassol" type="fix" issue="MPCHECKSTYLE-2" due-to="Henri Tremblay">
  -      	The Checkstyle HTML report now provides information on severity.
  -      </action>
  -      <action dev="vmassol" type="fix">
  -        Prevent projects who do not use the head check from failing if they
  -        don't provide a license file.
  -      </action>
  -      <action dev="vmassol" type="update">
  -        Upgraded to Checkstyle 3.2.
  -      </action>
  -    </release>
  -
  -    <release version="2.1" date="Unknown">
  +      <action dev="vmassol" type="fix" issue="MPCHECKSTYLE-2" due-to="Henri Tremblay">The Checkstyle HTML report now provides information on severity.</action>
  +      <action dev="vmassol" type="fix">Prevent projects who do not use the head check from failing if they don't provide a license file.</action>
  +      <action dev="vmassol" type="update">Upgraded to Checkstyle 3.2.</action>
       </release>
  -
  +    <release version="2.1" date="Unknown"></release>
       <release version="2.0" date="2003-09-01">
  -      <action dev="dion" type="fix" issue="MPCHECKSTYLE-3">
  -        Added ignoreLines 1, 6.
  -      </action>
  -      <action dev="dion" type="update">
  -        Update to use maven.docs.*/maven.gen.docs
  -      </action>
  -      <action dev="dion" type="fix">
  -        Add maven dependency and classes directory to classpath. This stops
  -        'Unable to get class information for '&lt;classname&gt;' errors.
  -      </action>          
  -      <action dev="evenisse" type="fix">
  -        Add xml declaration to generated report. Fixed for character encoding.
  -      </action>          
  -      <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
  -        I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are 
  -        registered.
  -      </action>
  -      <action dev="evenisse" type="fix" issue="MPCHECKSTYLE-1">
  -      </action>
  -      <action dev="vmassol" type="update">
  -        Upgraded to Checkstyle 3.1.
  -      </action>
  -      <action dev="vmassol" type="update">
  -        Updated documentation.
  -      </action>
  -      <action dev="vmassol" type="update">
  -        Complete clean of the existing plugin.
  -      </action>
  +      <action dev="dion" type="fix" issue="MPCHECKSTYLE-3">Added ignoreLines 1, 6.</action>
  +      <action dev="dion" type="update">Update to use maven.docs.*/maven.gen.docs</action>
  +      <action dev="dion" type="fix">Add maven dependency and classes directory to classpath. This stops 'Unable to get class information for '&lt;classname&gt;' errors.</action>
  +      <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
  +      <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
  +      <action dev="evenisse" type="fix" issue="MPCHECKSTYLE-1"></action>
  +      <action dev="vmassol" type="update">Upgraded to Checkstyle 3.1.</action>
  +      <action dev="vmassol" type="update">Updated documentation.</action>
  +      <action dev="vmassol" type="update">Complete clean of the existing plugin.</action>
       </release>
  -    
       <release version="1.1" date="2003-05-30">
  -      <action dev="vmassol" type="add">
  -        Added a new <code>maven.checkstyle.useFile</code> property.
  -        If false, the checkstyle task will display violations on stdout.
  -        If true, a text file will be created with the violations. Note:
  -        this is in addition to the XML result file (containing the
  -        violations in XML format) which is always created.
  +      <action dev="vmassol" type="add">Added a new
  +        <code>maven.checkstyle.useFile</code>property. If false, the checkstyle task will display violations on stdout. If true, a text file will be created with the violations. Note: this is in addition to the XML result file (containing the violations in XML format) which is always created.
         </action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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