From 8b352cdaddac145834eb3c4a1a8ffe9b9309222f Mon Sep 17 00:00:00 2001 From: Romain Verduci Date: Wed, 21 Nov 2018 11:15:10 +0100 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 96ab1323e..8a6ab2da5 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