From e65e17c72477a7cd398190c3628bf96d224ea78a Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 23 Feb 2013 21:10:53 -0800 Subject: [PATCH] Require Maven 3.0.5 to stop users from using insecure 3.0.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bedf89c9ff..3b0e09bb7c 100644 --- a/pom.xml +++ b/pom.xml @@ -273,7 +273,7 @@ [1.7.0,) - [3.0.4,) + [3.0.5,)