Author: struberg Date: Wed Feb 23 11:57:18 2011 New Revision: 1073710 URL: http://svn.apache.org/viewvc?rev=1073710&view=rev Log: OWB-525 use the latest tweaked checkstyle-rules
Modified: openwebbeans/trunk/pom.xml Modified: openwebbeans/trunk/pom.xml URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1073710&r1=1073709&r2=1073710&view=diff ============================================================================== --- openwebbeans/trunk/pom.xml (original) +++ openwebbeans/trunk/pom.xml Wed Feb 23 11:57:18 2011 @@ -346,7 +346,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>