[MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files.

o Updated to use maven-invoker-plugin 3.0.0-SNAPSHOT due make the ITs run on Windows.



git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1776659 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3845c21..3555580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
       </pluginRepositories>
 
       <properties>
-        <invokerPluginVersion>2.0.0</invokerPluginVersion>
+        <invokerPluginVersion>3.0.0-SNAPSHOT</invokerPluginVersion>
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>
         <it.streamLogs>false</it.streamLogs>
         <testVersion>${project.version}</testVersion>