summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-10-08 18:01:02 -0400
committerRob Daugherty <rd472p@att.com>2017-10-08 18:02:49 -0400
commit4ee9b223bc85bfaae4e1911b439d94d4cf424cdf (patch)
treec9cffacef4a6f0cd81c90ab4f666170e75233fce
parent601c7f2800a7da2c182ad02b0d76eda03758c47d (diff)
Change surefire plugin version to 2.19.1
Issue: SO-193 Change-Id: Ia7c8cadbc257a97f7db8d56904f553c83f8059ca Signed-off-by: Rob Daugherty <rd472p@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d771318..3e89ef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
+ <version>2.19.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -132,7 +132,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
+ <version>2.19.1</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>