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 2012/07/05 00:34:55 UTC

svn commit: r1357434 - /maven/surefire/trunk/maven-failsafe-plugin/pom.xml

Author: olamy
Date: Wed Jul  4 22:34:55 2012
New Revision: 1357434

URL: http://svn.apache.org/viewvc?rev=1357434&view=rev
Log:
use ${project.version}

Modified:
    maven/surefire/trunk/maven-failsafe-plugin/pom.xml

Modified: maven/surefire/trunk/maven-failsafe-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/pom.xml?rev=1357434&r1=1357433&r2=1357434&view=diff
==============================================================================
--- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Wed Jul  4 22:34:55 2012
@@ -165,7 +165,7 @@
     <dependency>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-surefire-plugin</artifactId>
-      <version>2.13-SNAPSHOT</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>zip</type>
       <classifier>site-source</classifier>