Author: jvanzyl
Date: Sun Oct 22 21:05:24 2006
New Revision: 466926

URL: http://svn.apache.org/viewvc?view=rev&rev=466926
Log:
o aligning with new decoupled IT plugins

Modified:
    
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0044/pom.xml

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0044/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0044/pom.xml?view=diff&rev=466926&r1=466925&r2=466926
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0044/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0044/pom.xml
 Sun Oct 22 21:05:24 2006
@@ -5,13 +5,12 @@
   <artifactId>maven-it-it0044</artifactId>
   <description>Test --settings CLI option</description>
   <version>1.0-SNAPSHOT</version>
-  
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-core-it-plugin</artifactId>
-        <version>1.0</version>
+        <groupId>org.apache.maven.its.plugins</groupId>
+        <artifactId>maven-it-plugin-touch</artifactId>
+        <version>1.0-SNAPSHOT</version>
         <configuration>
           <pluginItem>${test}</pluginItem>
         </configuration>


Reply via email to