Author: jvanzyl
Date: Sun Oct 22 08:37:23 2006
New Revision: 466747
URL: http://svn.apache.org/viewvc?view=rev&rev=466747
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml?view=diff&rev=466747&r1=466746&r2=466747
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
Sun Oct 22 08:37:23 2006
@@ -1,7 +1,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.it0103</groupId>
- <artifactId>root</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0103</artifactId>
<description>Verify that multimodule builds where one project references
another as
a parent can build, even if that parent is not correctly referenced by
<relativePath/> and is not in the local repository.
[MNG-2196]</description>