Removed hard coded version of maven-invoker-plugin and
let the parent do it's work.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1705999 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index aee3ae3..25dd3b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.10</version>
             <configuration>
               <goals>
                 <goal>install</goal>