From 63a66db969a52626946a52ec20412292bc13af55 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 29 Jun 2017 17:20:07 -0400 Subject: [PATCH] Specify versions of all maven plugins Fixes Maven warnings about unstable/unreproducable builds --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index af3e9be989..825fe36be3 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.20 true -Xmx512m @@ -102,6 +103,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 attach-javadocs @@ -114,6 +116,7 @@ org.apache.maven.plugins maven-checkstyle-plugin + 2.17 verify-style