You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/01/28 10:50:45 UTC

svn commit: r1064602 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Fri Jan 28 09:50:45 2011
New Revision: 1064602

URL: http://svn.apache.org/viewvc?rev=1064602&view=rev
Log:
upgrade OWB to use the freshly released openwebbeans-checkstyle-rules-1.1

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1064602&r1=1064601&r2=1064602&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Jan 28 09:50:45 2011
@@ -346,7 +346,7 @@
                     <dependency>
                         <groupId>org.apache.openwebbeans.build-tools</groupId>
                         <artifactId>checkstyle-rules</artifactId>
-                        <version>1.0.1-SNAPSHOT</version>
+                        <version>1.1</version>
                     </dependency>
                 </dependencies>
             </plugin>