You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by ke...@apache.org on 2007/06/05 19:28:18 UTC

svn commit: r544560 - /maven/surefire/trunk/pom.xml

Author: kenney
Date: Tue Jun  5 10:28:18 2007
New Revision: 544560

URL: http://svn.apache.org/viewvc?view=rev&rev=544560
Log:
Use explicit version, as referencing snapshot versions through ${project.version} does not always work because the timestamps are used instead of the string literal SNAPSHOT

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=544560&r1=544559&r2=544560
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Tue Jun  5 10:28:18 2007
@@ -81,12 +81,12 @@
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-api</artifactId>
-        <version>${project.version}</version>
+        <version>2.4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-booter</artifactId>
-        <version>${project.version}</version>
+        <version>2.4-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>