HBASE-4747 Upgrade maven surefire plugin to 2.10
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1197785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ce1d7c97c
commit
c824695af9
|
@ -752,6 +752,7 @@ Release 0.92.0 - Unreleased
|
||||||
HBASE-4552 Remove trivial 0.90 deprecated code from 0.92 and trunk.
|
HBASE-4552 Remove trivial 0.90 deprecated code from 0.92 and trunk.
|
||||||
(Jonathan Hsieh)
|
(Jonathan Hsieh)
|
||||||
HBASE-4714 Don't ship w/ icms enabled by default
|
HBASE-4714 Don't ship w/ icms enabled by default
|
||||||
|
HBASE-4747 Upgrade maven surefire plugin to 2.10
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-2001 Coprocessors: Colocate user code with regions (Mingjie Lai via
|
HBASE-2001 Coprocessors: Colocate user code with regions (Mingjie Lai via
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -295,7 +295,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.10</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
|
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
|
||||||
<argLine>-enableassertions -Xmx1400m</argLine>
|
<argLine>-enableassertions -Xmx1400m</argLine>
|
||||||
|
|
Loading…
Reference in New Issue