Author: hboutemy
Date: Wed Sep 17 22:43:22 2014
New Revision: 1625841

URL: http://svn.apache.org/r1625841
Log:
updated dependencies

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=1625841&r1=1625840&r2=1625841&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Sep 17 22:43:22 2014
@@ -61,7 +61,7 @@ under the License.
     <mavenVersion>2.2.1</mavenVersion>
     <checkstyleVersion>5.7</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
-    <sitePluginVersion>3.3</sitePluginVersion>
+    <sitePluginVersion>3.4</sitePluginVersion>
   </properties>
 
   <contributors>
@@ -149,12 +149,10 @@ under the License.
         </exclusion>
       </exclusions>
     </dependency>
-
-    <!-- shared -->
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-doxia-tools</artifactId>
-      <version>1.4</version>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-integration-tools</artifactId>
+      <version>1.6</version>
     </dependency>
 
     <!-- plexus -->


Reply via email to