Author: vsiveton Date: Wed Mar 26 04:55:44 2008 New Revision: 641270 URL: http://svn.apache.org/viewvc?rev=641270&view=rev Log: o fixed stagingSiteURL -> http://maven.apache.org/plugin-tools/
Modified: maven/plugin-tools/trunk/pom.xml Modified: maven/plugin-tools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=641270&r1=641269&r2=641270&view=diff ============================================================================== --- maven/plugin-tools/trunk/pom.xml (original) +++ maven/plugin-tools/trunk/pom.xml Wed Mar 26 04:55:44 2008 @@ -152,7 +152,7 @@ <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-6</version> <configuration> - <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins-tools/${project.artifactId}-${project.version}</stagingSiteURL> + <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL> </configuration> </plugin> <plugin>