You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/11/13 13:42:09 UTC

svn commit: r835828 - /maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Author: olamy
Date: Fri Nov 13 12:42:09 2009
New Revision: 835828

URL: http://svn.apache.org/viewvc?rev=835828&view=rev
Log:
fix interpolation with using ${project.}

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=835828&r1=835827&r2=835828&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Fri Nov 13 12:42:09 2009
@@ -231,7 +231,7 @@
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0.1</version>
           <configuration>
-            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-testing/${artifactId}-${version}</stagingSiteURL>
+            <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-testing/${project.artifactId}-${project.version}</stagingSiteURL>
           </configuration>
         </plugin>
         <plugin>