Author: carlos
Date: Tue Jun  7 13:48:43 2005
New Revision: 188860

URL: http://svn.apache.org/viewcvs?rev=188860&view=rev
Log:
Instructions to migrate from 2 to 3

Modified:
    maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml?rev=188860&r1=188859&r2=188860&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml Tue Jun  7 
13:48:43 2005
@@ -25,10 +25,16 @@
   </properties>
 
   <body>
+    <section name="Migrating from version 2.x to version 3.x">
+      <p>
+        The Checkstyle plugin version 3.x is using Checkstyle 4.x, allowing
+        the use of the new features in Java 5.
+      </p>
+    </section>
     <section name="Migrating from version 1.x to version 2.x">
       <p>
-        The Checkstyle plugin version 1.x was using Checkstyle 2.x and the new
-        2.x versions uses Checkstyle 3.x. The Maven goals for the Checkstyle
+        The Checkstyle plugin version 1.x was using Checkstyle 2.x, the 
+        2.x versions use Checkstyle 3.x. The Maven goals for the Checkstyle
         plugins have not changed and the way to invoke it can either be
         <code>maven checkstyle</code> or <code>maven checkstyle:report</code>.
       </p>



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

Reply via email to