You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/08/25 15:15:39 UTC

svn commit: r1517283 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: hboutemy
Date: Sun Aug 25 13:15:39 2013
New Revision: 1517283

URL: http://svn.apache.org/r1517283
Log:
reverted modifications added inadvertently in r1517272

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1517283&r1=1517282&r2=1517283&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Aug 25 13:15:39 2013
@@ -33,7 +33,7 @@ under the License.
   <version>2.11-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Checkstyle Plugin</name>
+  <name>Apache Maven Checkstyle Plugin</name>
   <description>Generates a report on violations of code style and optionally fails the build if violations are detected.</description>
   <inceptionYear>2005</inceptionYear>
 
@@ -160,12 +160,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>2.0.5</version>
+      <version>3.0.15</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.13</version>
+      <version>1.19</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>