From 290bc61b3daead40b17e7fe8e3371fc04d4390ab Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 12 Jan 2016 13:33:28 +0000 Subject: [PATCH] pom.xml: upgrade maven-{surefire,failsafe}-plugin to 2.19.1 Bug fix now supports full class name when running single tests. Signed-off-by: Paul Campbell --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5eba823..2d1054d 100644 --- a/pom.xml +++ b/pom.xml @@ -169,13 +169,13 @@ org.apache.maven.plugins maven-surefire-plugin - 2.18.1 + 2.19.1 org.apache.maven.plugins maven-failsafe-plugin - 2.18.1 + 2.19.1 integration-test @@ -356,7 +356,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.18.1 + 2.19.1 org.apache.maven.plugins