You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/02/23 11:24:51 UTC

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

Author: michaelo
Date: Sun Feb 23 10:24:51 2014
New Revision: 1570992

URL: http://svn.apache.org/r1570992
Log:
[MCHECKSTYLE-213] Upgrade Doxia dependencies

- Upgraded to 1.4

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=1570992&r1=1570991&r2=1570992&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Feb 23 10:24:51 2014
@@ -60,7 +60,7 @@ under the License.
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
     <checkstyleVersion>5.7</checkstyleVersion>
-    <doxiaVersion>1.1.3</doxiaVersion>
+    <doxiaVersion>1.4</doxiaVersion>
     <!-- Used only by ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <!-- Used only by dependency on maven-plugin-annotations -->
@@ -149,7 +149,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.2.1</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- plexus -->