From 18e4f66fdfaf9e7388fa510978e4f1a7656894cd Mon Sep 17 00:00:00 2001 From: Nipuna Perera Date: Mon, 4 Feb 2019 23:19:51 -0600 Subject: [PATCH] fix:(plugins) use a better version of maven plugins --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 8bce6c286..9d307cfbd 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,16 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1