Author: wsmoak Date: Sat Jun 2 18:26:45 2007 New Revision: 543822 URL: http://svn.apache.org/viewvc?view=rev&rev=543822 Log: Use snapshot parent to experiment with versioned plugin sites.
Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?view=diff&rev=543822&r1=543821&r2=543822 ============================================================================== --- maven/plugins/trunk/maven-site-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Jun 2 18:26:45 2007 @@ -22,7 +22,7 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>8</version> + <version>9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-site-plugin</artifactId>