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 df...@apache.org on 2007/12/27 02:05:47 UTC

svn commit: r606986 - /maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml

Author: dfabulich
Date: Wed Dec 26 17:05:45 2007
New Revision: 606986

URL: http://svn.apache.org/viewvc?rev=606986&view=rev
Log:
Don't depend explicitly on 2.4-SNAPSHOT

Modified:
    maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml

Modified: maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml?rev=606986&r1=606985&r2=606986&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng-junit-together/pom.xml Wed Dec 26 17:05:45 2007
@@ -48,11 +48,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4-SNAPSHOT</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>