[WHISKER-12] Cleanup Build Infrastructure
- Require Maven 3.0.5 to build this project, the same version that is used in Rat

git-svn-id: https://svn.apache.org/repos/asf/creadur/whisker/trunk@1622933 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e6baea2..44c45e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,8 @@
   </organization>
   <!-- ================================ Environment -->
   <prerequisites>
-    <maven>3.0.2</maven>
+    <!-- This is the version of Maven required to build this project -->
+    <maven>3.0.5</maven>
   </prerequisites>
   <issueManagement>
     <system>JIRA</system>