Author: epunzalan
Date: Thu Aug 10 03:46:07 2006
New Revision: 430355
URL: http://svn.apache.org/viewvc?rev=430355&view=rev
Log:
fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT
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?rev=430355&r1=430354&r2=430355&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 2006
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model-converter</artifactId>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>