You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/19 15:08:43 UTC

svn commit: r805789 - /maven/maven-2/branches/maven-2.2.x/pom.xml

Author: vsiveton
Date: Wed Aug 19 13:08:42 2009
New Revision: 805789

URL: http://svn.apache.org/viewvc?rev=805789&view=rev
Log:
MNG-4289: Bump to latest Modello

o using latest modello

Modified:
    maven/maven-2/branches/maven-2.2.x/pom.xml

Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=805789&r1=805788&r2=805789&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Wed Aug 19 13:08:42 2009
@@ -186,7 +186,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0.1</version>
+          <version>1.0.2</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>