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


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1753863 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6a69e5a..5ba6337 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.6</version>
           <configuration>
             <escapeString>\</escapeString>
           </configuration>