From 02400552a05d13c3c318311b8af6fb4eef945d0e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 30 Apr 2010 22:16:18 +0200 Subject: [PATCH] Lock down maven plugin versions This prevents surprises by implicit updates to newer versions. Change-Id: I06508036d468fa5299ea774e26a73312bb286ec2 Signed-off-by: Matthias Sohn --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e57e6f4..9e4e2812 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,8 @@ org.apache.maven.plugins - maven-jar-plugin + maven-jar-plugin + 2.3 @@ -185,6 +186,18 @@ + org.apache.maven.plugins + maven-source-plugin + 2.1.1 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.6.1 + + + org.codehaus.mojo build-helper-maven-plugin 1.3 -- 2.11.4.GIT