Author: brianf
Date: Sat Mar 22 19:48:24 2008
New Revision: 640138

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

Modified:
    maven/enforcer/trunk/   (props changed)
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml

Propchange: maven/enforcer/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Mar 22 19:48:24 2008
@@ -3,3 +3,4 @@
 target-eclipse
 .classpath
 .project
+.settings

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=640138&r1=640137&r2=640138&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Sat Mar 22 19:48:24 2008
@@ -83,7 +83,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