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 20:38:35 UTC

svn commit: r1178896 - /hbase/branches/0.92/pom.xml

Author: stack
Date: Tue Oct  4 18:38:35 2011
New Revision: 1178896

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

Modified:
    hbase/branches/0.92/pom.xml

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1178896&r1=1178895&r2=1178896&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Tue Oct  4 18:38:35 2011
@@ -252,7 +252,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>
@@ -1552,7 +1552,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>
@@ -1638,7 +1638,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>