Author: jvanzyl
Date: Wed Feb 7 11:59:50 2007
New Revision: 504665
URL: http://svn.apache.org/viewvc?view=rev&rev=504665
Log:
o use released parent, seems to be working for staging quite nicely
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=504665&r1=504664&r2=504665
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Feb 7 11:59:50 2007
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>5-SNAPSHOT</version>
+ <version>5</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.plugins</groupId>