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 07:33:20 UTC

svn commit: r901559 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Thu Jan 21 06:33:10 2010
New Revision: 901559

URL: http://svn.apache.org/viewvc?rev=901559&view=rev
Log:
upgraded Modello plugin to version 1.2

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=901559&r1=901558&r2=901559&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu Jan 21 06:33:10 2010
@@ -240,7 +240,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2</version>
         </plugin>
       </plugins>
     </pluginManagement>