Author: jvanzyl
Date: Mon Jan 9 09:03:18 2006
New Revision: 367333
URL: http://svn.apache.org/viewcvs?rev=367333&view=rev
Log:
o removing snaps
Modified:
maven/plugins/trunk/maven-surefire-plugin/pom.xml
Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=367333&r1=367332&r2=367333&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Mon Jan 9 09:03:18 2006
@@ -50,12 +50,12 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-booter</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -85,4 +85,4 @@
<url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url>
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>