aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 09:21:35 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-24 09:21:35 -0700
commita52a2e6194170a854c8880d20906b5e119427b0d (patch)
tree831c1ddc9031836f3a575154195a5744cf4f95de
parent3d0fef413c57824f1410a5b7f5fddf5943b909bd (diff)
Bump surefire version to 2.22.01.2.0
Change-Id: I2b2b222ecbb3c8d23a240e3cd82b8002329ef204 Issue-ID: INT-587 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--oparent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 2c5c5b0..5026f68 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -422,7 +422,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.22.0</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine}</argLine>
@@ -435,7 +435,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.22.0</version>
<executions>
<!--
Ensures that both integration-test and verify goals of the Failsafe Maven