You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/30 23:18:53 UTC

svn commit: r1776659 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: schulte
Date: Fri Dec 30 23:18:52 2016
New Revision: 1776659

URL: http://svn.apache.org/viewvc?rev=1776659&view=rev
Log:
[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.


Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1776659&r1=1776658&r2=1776659&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Dec 30 23:18:52 2016
@@ -367,7 +367,7 @@ under the License.
       </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>