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:21:34 UTC

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

brett       2004/05/15 19:21:34

  Modified:    checkstyle project.xml
               checkstyle/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.4
  
  Revision  Changes    Path
  1.47      +6 -1      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- project.xml	16 May 2004 01:35:46 -0000	1.46
  +++ project.xml	16 May 2004 02:21:34 -0000	1.47
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plugin</name>
  -  <currentVersion>2.4-SNAPSHOT</currentVersion>
  +  <currentVersion>2.4</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>MAVEN_CHECKSTYLE_2_3</tag>
  +    </version>
  +    <version>
  +      <id>2.4</id>
  +      <name>2.4</name>
  +      <tag>MAVEN_CHECKSTYLE_2_4</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.30      +3 -3      maven-plugins/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- changes.xml	1 May 2004 11:11:37 -0000	1.29
  +++ changes.xml	16 May 2004 02:21:34 -0000	1.30
  @@ -25,7 +25,7 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="2.4" date="in CVS">
  +    <release version="2.4" date="2004-05-15">
         <action dev="evenisse" type="update" issue="MPCHECKSTYLE-7">Allow Checkstyle plugin to access checks file from a URL.</action>
         <action dev="vmassol" type="update">Upgraded to Checkstyle 3.4.</action>
       </release>
  @@ -38,14 +38,14 @@
         <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.1" date="Unknown"/>
       <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="evenisse" type="fix" issue="MPCHECKSTYLE-1"/>
         <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>
  
  
  

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