You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/02/24 23:33:31 UTC

svn commit: r916009 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Wed Feb 24 22:33:31 2010
New Revision: 916009

URL: http://svn.apache.org/viewvc?rev=916009&view=rev
Log:
make sure maven-checkstyle-plugin-2.2 is used for site generation, as the latest 2.5 has problems

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=916009&r1=916008&r2=916009&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Wed Feb 24 22:33:31 2010
@@ -1126,6 +1126,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.2</version>
                 <configuration>
                     <configLocation>${checkstyle.config.location}</configLocation>
                     <includeTestSourceDirectory>true</includeTestSourceDirectory>