kaz         02/04/10 19:44:45

  Modified:    .        project.xml
  Log:
  Updating the checkstyle dependency.  2.1 is the latest released version
  of checkstyle.  2.2 was a temporary patch that warner put together for
  us, but we no longer require the patch so 2.1 is sufficient.  It also
  clears up any confusion regarding checkstyle versions.
  
  Revision  Changes    Path
  1.59      +2 -2      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- project.xml       9 Apr 2002 15:58:22 -0000       1.58
  +++ project.xml       11 Apr 2002 02:44:44 -0000      1.59
  @@ -277,8 +277,8 @@
       <dependency>
         <name>checkstyle</name>
         <type>required</type>
  -      <version>2.2</version>
  -      <jar>checkstyle-2.2.jar</jar>
  +      <version>2.1</version>
  +      <jar>checkstyle-2.1.jar</jar>
       </dependency>
   
       <dependency>
  
  
  


Reply via email to