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 2010/01/21 23:06:03 UTC

svn commit: r901885 - in /maven/maven-3/trunk: maven-model/pom.xml pom.xml

Author: hboutemy
Date: Thu Jan 21 22:06:03 2010
New Revision: 901885

URL: http://svn.apache.org/viewvc?rev=901885&view=rev
Log:
use modelloVersion property instead of direct version override of the plugin

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

Modified: maven/maven-3/trunk/maven-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model/pom.xml?rev=901885&r1=901884&r2=901885&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model/pom.xml (original)
+++ maven/maven-3/trunk/maven-model/pom.xml Thu Jan 21 22:06:03 2010
@@ -45,7 +45,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.2</version><!-- to be removed when upgrading parent -->
         <configuration>
           <version>4.0.0</version>
           <models>

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=901885&r1=901884&r2=901885&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Thu Jan 21 22:06:03 2010
@@ -48,7 +48,7 @@
     <wagonVersion>1.0-beta-6</wagonVersion>
     <securityDispatcherVersion>1.3</securityDispatcherVersion>
     <cipherVersion>1.4</cipherVersion>
-    <modelloVersion>1.1</modelloVersion>
+    <modelloVersion>1.2</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
   </properties>