You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/08/10 20:36:52 UTC

svn commit: r1512816 - /hbase/trunk/pom.xml

Author: stack
Date: Sat Aug 10 18:36:52 2013
New Revision: 1512816

URL: http://svn.apache.org/r1512816
Log:
HBASE-9185 mvn site target fails when building with Maven 3.1

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1512816&r1=1512815&r2=1512816&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Sat Aug 10 18:36:52 2013
@@ -921,7 +921,7 @@
     <jamon.plugin.version>2.3.4</jamon.plugin.version>
     <findbugs-maven-plugin.version>2.5.2</findbugs-maven-plugin.version>
     <findbugs-annotations>1.3.9-1</findbugs-annotations>
-    <maven.site.version>3.2</maven.site.version>
+    <maven.site.version>3.3</maven.site.version>
     <javadoc.version>2.9</javadoc.version>
     <maven.resources.plugin.version>2.6</maven.resources.plugin.version>
     <!-- General Packaging -->
@@ -1897,7 +1897,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <reportSets>
           <reportSet>
             <reports>