Author: dennisl Date: Sun Feb 6 00:10:19 2011 New Revision: 1067553 URL: http://svn.apache.org/viewvc?rev=1067553&view=rev Log: o Fix stagingSiteURL
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=1067553&r1=1067552&r2=1067553&view=diff ============================================================================== --- maven/plugin-tools/trunk/pom.xml (original) +++ maven/plugin-tools/trunk/pom.xml Sun Feb 6 00:10:19 2011 @@ -220,7 +220,7 @@ <artifactId>maven-site-plugin</artifactId> <version>2.2</version> <configuration> - <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL> + <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}</stagingSiteURL> </configuration> </plugin> <plugin>