Author: brianf Date: Sat Mar 22 19:09:58 2008 New Revision: 640130 URL: http://svn.apache.org/viewvc?rev=640130&view=rev Log: fixing the deprecated property syntax
Modified: maven/archetype/trunk/archetype-plugin/pom.xml Modified: maven/archetype/trunk/archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/pom.xml?rev=640130&r1=640129&r2=640130&view=diff ============================================================================== --- maven/archetype/trunk/archetype-plugin/pom.xml (original) +++ maven/archetype/trunk/archetype-plugin/pom.xml Sat Mar 22 19:09:58 2008 @@ -79,7 +79,7 @@ <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> - <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL> + <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL> </configuration> </plugin> </plugins>