Author: brianf
Date: Fri Feb 13 23:54:30 2009
New Revision: 744300
URL: http://svn.apache.org/viewvc?rev=744300&view=rev
Log:
use the new parent
Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=744300&r1=744299&r2=744300&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Fri Feb 13 23:54:30 2009
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>10</version>
+ <version>11-SNAPSHOT</version>
<relativePath>../../pom/maven/pom.xml</relativePath>
</parent>
|