Author: kenney
Date: Mon Jul 10 07:37:50 2006
New Revision: 420544
URL: http://svn.apache.org/viewvc?rev=420544&view=rev
Log:
Update parent version to 2 to have correct
deployment repositories from distributionManagement.
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=420544&r1=420543&r2=420544&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Jul 10 07:37:50 2006
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>1</version>
+ <version>2</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.plugins</groupId>