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 2011/11/25 21:43:28 UTC

svn commit: r1206310 - /maven/plugin-testing/trunk/pom.xml

Author: olamy
Date: Fri Nov 25 20:43:27 2011
New Revision: 1206310

URL: http://svn.apache.org/viewvc?rev=1206310&view=rev
Log:
fix expression warning with using project.

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

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1206310&r1=1206309&r2=1206310&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Fri Nov 25 20:43:27 2011
@@ -160,7 +160,7 @@ under the License.
           <artifactId>maven-site-plugin</artifactId>
           <version>3.0</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>