From aef011fcfef3df117e3b07826fabb0ca387c1670 Mon Sep 17 00:00:00 2001 From: Michal Kordas Date: Sun, 8 Mar 2015 21:55:36 +0100 Subject: [PATCH] Provide versions of plugins available by default, issue #644 The following plugins didn't have their version specified: - maven-clean-plugin - maven-deploy-plugin - maven-install-plugin - maven-resources-plugin --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 86a3abd79..88b934c1c 100755 --- a/pom.xml +++ b/pom.xml @@ -283,6 +283,18 @@ + + org.apache.maven.plugins + maven-clean-plugin + 2.6.1 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + org.apache.maven.plugins maven-compiler-plugin @@ -293,6 +305,18 @@ + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + org.apache.maven.plugins maven-site-plugin