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

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

Author: rfscholte
Date: Sun Aug 25 11:18:25 2013
New Revision: 1517272

URL: http://svn.apache.org/r1517272
Log:
Use m-site-p 3.3 in ITs to make it M3.1 proof

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=1517272&r1=1517271&r2=1517272&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Aug 25 11:18:25 2013
@@ -33,7 +33,7 @@ under the License.
   <version>2.11-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Apache Maven Checkstyle Plugin</name>
+  <name>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>
 
@@ -56,7 +56,7 @@ under the License.
     <checkstyleVersion>5.6</checkstyleVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
     <!-- Used only by ITs -->
-    <sitePluginVersion>3.0</sitePluginVersion>
+    <sitePluginVersion>3.3</sitePluginVersion>
     <!-- Used only by dependency on maven-plugin-annotations -->
     <mavenPluginVersion>3.2</mavenPluginVersion>
   </properties>
@@ -160,12 +160,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.15</version>
+      <version>2.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.19</version>
+      <version>1.13</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>