You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/11/20 07:30:13 UTC

svn commit: r1411559 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Tue Nov 20 06:30:12 2012
New Revision: 1411559

URL: http://svn.apache.org/viewvc?rev=1411559&view=rev
Log:
[MNG-5380] [MNG-5336] use Modello 1.6, which adds xml:space="preserve" support for DOM and fixes xdoc propoerties output

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1411559&r1=1411558&r2=1411559&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Tue Nov 20 06:30:12 2012
@@ -53,7 +53,7 @@
     <wagonVersion>2.3-SNAPSHOT</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>
-    <modelloVersion>1.4.1</modelloVersion>
+    <modelloVersion>1.6</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <aetherVersion>1.13.1</aetherVersion>
     <slf4jVersion>1.7.2</slf4jVersion>