Author: jvanzyl
Date: Sun Oct 22 08:33:41 2006
New Revision: 466675
URL: http://svn.apache.org/viewvc?view=rev&rev=466675
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0028/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0028/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0028/pom.xml?view=diff&rev=466675&r1=466674&r2=466675
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0028/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0028/pom.xml
Sun Oct 22 08:33:41 2006
@@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core-it0028</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0028</artifactId>
<description>Test that unused configuration parameters from the POM don't
cause the
mojo to fail...they will show up as warnings in the -X output
instead.</description>
<packaging>jar</packaging>