Bump surefire version to 2.22.0 69/62369/1 1.2.0
authorGary Wu <gary.i.wu@huawei.com>
Fri, 24 Aug 2018 16:21:35 +0000 (09:21 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 24 Aug 2018 16:21:35 +0000 (09:21 -0700)
Change-Id: I2b2b222ecbb3c8d23a240e3cd82b8002329ef204
Issue-ID: INT-587
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
oparent/pom.xml

index 2c5c5b0..5026f68 100644 (file)
         <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>
         <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