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 2011/10/04 17:12:39 UTC

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

Author: stack
Date: Tue Oct  4 15:12:39 2011
New Revision: 1178827

URL: http://svn.apache.org/viewvc?rev=1178827&view=rev
Log:
HBASE-4531 hbase-4454 failsafe broke mvn site; back it out or fix

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1178827&r1=1178826&r2=1178827&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Oct  4 15:12:39 2011
@@ -260,7 +260,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.0.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1560,7 +1560,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.0.1</version>
         <configuration>
           <inputEncoding>UTF-8</inputEncoding>
           <outputEncoding>UTF-8</outputEncoding>
@@ -1646,7 +1646,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.7.2</version>
         <reportSets>
           <reportSet>
             <id>integration-tests</id>