vmassol     2003/12/22 05:31:23

  Modified:    checkstyle/xdocs changes.xml
               checkstyle project.xml
  Log:
  Upgrade to checkstyle 3.3
  
  Revision  Changes    Path
  1.22      +6 -0      maven-plugins/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml       22 Dec 2003 13:20:53 -0000      1.21
  +++ changes.xml       22 Dec 2003 13:31:23 -0000      1.22
  @@ -8,6 +8,12 @@
   
     <body>
   
  +    <release version="2.3" date="in CVS">
  +      <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.
  
  
  
  1.31      +9 -4      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml       22 Dec 2003 13:20:53 -0000      1.30
  +++ project.xml       22 Dec 2003 13:31:23 -0000      1.31
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plug-in</name>
  -  <currentVersion>2.2</currentVersion>
  +  <currentVersion>2.3-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce Checkstyle report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/checkstyle/</url>
  @@ -31,6 +31,11 @@
         <name>2.2</name>
         <tag>MAVEN_CHECKSTYLE_2_2</tag>
       </version>
  +    <version>
  +      <id>2.3</id>
  +      <name>2.3</name>
  +      <tag>HEAD</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -94,17 +99,17 @@
       <dependency>
         <groupId>checkstyle</groupId>
         <artifactId>checkstyle</artifactId>
  -      <version>3.2</version>
  +      <version>3.3</version>
       </dependency>
       <dependency>
         <groupId>checkstyle</groupId>
         <artifactId>checkstyle-optional</artifactId>
  -      <version>3.2</version>
  +      <version>3.3</version>
       </dependency>
       <dependency>
         <groupId>regexp</groupId>
         <artifactId>regexp</artifactId>
  -      <version>1.2</version>
  +      <version>1.3</version>
       </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>
  
  
  

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

Reply via email to