HBASE-15349 Update surefire version to 2.19.1. (Apekshit)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
c5288947dd
commit
3c660e2a0f
2
pom.xml
2
pom.xml
|
@ -1239,7 +1239,7 @@
|
||||||
<procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
|
<procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
|
||||||
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
<it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
|
||||||
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
<annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
|
||||||
<surefire.version>2.18.1</surefire.version>
|
<surefire.version>2.19.1</surefire.version>
|
||||||
<surefire.provider>surefire-junit47</surefire.provider>
|
<surefire.provider>surefire-junit47</surefire.provider>
|
||||||
<!-- default: run small & medium, medium with 2 threads -->
|
<!-- default: run small & medium, medium with 2 threads -->
|
||||||
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
<surefire.skipFirstPart>false</surefire.skipFirstPart>
|
||||||
|
|
Loading…
Reference in New Issue