Author: brianf
Date: Sat Mar 22 19:56:16 2008
New Revision: 640143

URL: http://svn.apache.org/viewvc?rev=640143&view=rev
Log:
fixing the deprecated property syntax

Modified:
    maven/release/trunk/maven-release-plugin/pom.xml

Modified: maven/release/trunk/maven-release-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?rev=640143&r1=640142&r2=640143&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/pom.xml Sat Mar 22 19:56:16 2008
@@ -89,7 +89,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>


Reply via email to