Author: struberg
Date: Wed Sep 5 20:38:16 2012
New Revision: 1381355
URL: http://svn.apache.org/viewvc?rev=1381355&view=rev
Log:
upgrade to more recent checkstyle rules
this is needed to allow methods up to 250 lines length
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1381355&r1=1381354&r2=1381355&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Wed Sep 5 20:38:16 2012
@@ -372,7 +372,7 @@
<dependency>
<groupId>org.apache.openwebbeans.build-tools</groupId>
<artifactId>checkstyle-rules</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>