You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/02/02 20:23:30 UTC

svn commit: r374464 - /maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml

Author: carlos
Date: Thu Feb  2 11:23:29 2006
New Revision: 374464

URL: http://svn.apache.org/viewcvs?rev=374464&view=rev
Log:
Fixed artifactId

Modified:
    maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml

Modified: maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml?rev=374464&r1=374463&r2=374464&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/src/it/test2/pom.xml Thu Feb  2 11:23:29 2006
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.surefire</groupId>
-  <artifactId>test1</artifactId>
+  <artifactId>test2</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Test for MSUREFIRE-20</name>
   <description>forkMode=pertest fails to call setUp</description>