You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2011/08/03 22:53:49 UTC

svn commit: r1153662 - in /hbase/trunk: CHANGES.txt pom.xml

Author: tedyu
Date: Wed Aug  3 20:53:48 2011
New Revision: 1153662

URL: http://svn.apache.org/viewvc?rev=1153662&view=rev
Log:
HBASE-4158  Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/pom.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1153662&r1=1153661&r2=1153662&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Wed Aug  3 20:53:48 2011
@@ -352,6 +352,7 @@ Release 0.91.0 - Unreleased
    HBASE-3065  Retry all 'retryable' zk operations; e.g. connection loss (Liyin Tang)
    HBASE-3810  Registering a coprocessor in HTableDescriptor should be easier
                (Mingjie Lai via garyh)
+   HBASE-4158  Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)
 
   TASKS
    HBASE-3559  Move report of split to master OFF the heartbeat channel

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1153662&r1=1153661&r2=1153662&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Aug  3 20:53:48 2011
@@ -242,6 +242,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.9</version>
           <configuration>
             <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
             <argLine>-enableassertions -Xmx1400m</argLine>
@@ -265,6 +266,10 @@
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.6</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
       </plugins>
     </pluginManagement>