Author: jvanzyl
Date: Sun Oct 22 21:04:22 2006
New Revision: 466925
URL: http://svn.apache.org/viewvc?view=rev&rev=466925
Log:
o aligning with new decoupled IT plugins
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0041/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0041/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0041/pom.xml?view=diff&rev=466925&r1=466924&r2=466925
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0041/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0041/pom.xml
Sun Oct 22 21:04:22 2006
@@ -16,9 +16,9 @@
<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-packaging</artifactId>
+ <version>1.0-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>