You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2007/04/18 21:54:27 UTC

svn commit: r530143 - /jakarta/commons/proper/configuration/trunk/project.xml

Author: oheger
Date: Wed Apr 18 12:54:27 2007
New Revision: 530143

URL: http://svn.apache.org/viewvc?view=rev&rev=530143
Log:
Added explicit dependency to checkstyle plugin to ensure that the correct version is used

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&rev=530143&r1=530142&r2=530143
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Wed Apr 18 12:54:27 2007
@@ -434,6 +434,14 @@
     </dependency>
 
     <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-checkstyle-plugin</artifactId>
+      <version>3.0.1</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/checkstyle/</url>
+      <type>plugin</type>
+    </dependency>
+
+    <dependency>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-cobertura-plugin</artifactId>
       <version>1.2</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org