You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/17 00:50:00 UTC

svn commit: r556759 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: dennisl
Date: Mon Jul 16 15:49:47 2007
New Revision: 556759

URL: http://svn.apache.org/viewvc?view=rev&rev=556759
Log:
o Use the latest snapshot of maven-model-converter.

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

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?view=diff&rev=556759&r1=556758&r2=556759
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Mon Jul 16 15:49:47 2007
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-model-converter</artifactId>
-      <version>2.1</version>
+      <version>2.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>