You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/29 03:16:00 UTC

svn commit: r329340 - /maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml

Author: jvanzyl
Date: Fri Oct 28 18:15:57 2005
New Revision: 329340

URL: http://svn.apache.org/viewcvs?rev=329340&view=rev
Log:
[maven-release-plugin] prepare release maven-surefire-plugin-2.0

Modified:
    maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml?rev=329340&r1=329339&r2=329340&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml Fri Oct 28 18:15:57 2005
@@ -8,7 +8,7 @@
   <artifactId>maven-surefire-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Surefire Plugin</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
+  <version>2.0</version>
   <contributors>
     <contributor>
       <name>Joakim Erdfelt</name>
@@ -29,19 +29,8 @@
       <scope>runtime</scope>
       <exclusions>
         <exclusion>
-          <groupId>plexus</groupId>
           <artifactId>plexus-utils</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>surefire</groupId>
-      <artifactId>surefire-booter</artifactId>
-      <version>1.4</version>
-      <exclusions>
-        <exclusion>
           <groupId>plexus</groupId>
-          <artifactId>plexus-utils</artifactId>
         </exclusion>
       </exclusions>
     </dependency>
@@ -55,5 +44,16 @@
       <artifactId>maven-artifact</artifactId>
       <version>2.0</version>
     </dependency>
+    <dependency>
+      <groupId>surefire</groupId>
+      <artifactId>surefire-booter</artifactId>
+      <version>1.4</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>plexus-utils</artifactId>
+          <groupId>plexus</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file