[MACR-48] - Upgrade maven-plugins parent to version 32
diff --git a/pom.xml b/pom.xml
index 4292aa1..f45a652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -62,7 +62,6 @@
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
   </properties>