You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/26 09:36:12 UTC

svn commit: r1001379 - in /shindig/trunk: etc/checkstyle/checkstyle.xml pom.xml

Author: lindner
Date: Sun Sep 26 07:36:12 2010
New Revision: 1001379

URL: http://svn.apache.org/viewvc?rev=1001379&view=rev
Log:
bump checkstyle plugin version, adjust line length to 100

Modified:
    shindig/trunk/etc/checkstyle/checkstyle.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/etc/checkstyle/checkstyle.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/etc/checkstyle/checkstyle.xml?rev=1001379&r1=1001378&r2=1001379&view=diff
==============================================================================
--- shindig/trunk/etc/checkstyle/checkstyle.xml (original)
+++ shindig/trunk/etc/checkstyle/checkstyle.xml Sun Sep 26 07:36:12 2010
@@ -52,6 +52,10 @@ under the License.
 
 <module name="Checker">
 
+    <module name="LineLength">
+      <property name="max" value="100"/>
+    </module>
+
     <!-- Checks that a package.html file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
     <module name="PackageHtml">

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1001379&r1=1001378&r2=1001379&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Sep 26 07:36:12 2010
@@ -601,7 +601,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.3</version>
+            <version>2.6</version>
             <configuration>
               <configLocation>http://svn.apache.org/repos/asf/shindig/trunk/etc/checkstyle/checkstyle.xml</configLocation>
               <headerLocation>http://svn.apache.org/repos/asf/shindig/trunk/etc/checkstyle/java.header</headerLocation>