Author: jvanzyl
Date: Sun Oct 22 08:36:46 2006
New Revision: 466735
URL: http://svn.apache.org/viewvc?view=rev&rev=466735
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0090/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0090/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0090/pom.xml?view=diff&rev=466735&r1=466734&r2=466735
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0090/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0090/pom.xml
Sun Oct 22 08:36:46 2006
@@ -1,7 +1,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.it</groupId>
- <artifactId>maven-core-it0090</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0090</artifactId>
<description>Test that ensures that envars are interpolated correctly into
plugin
configurations.</description>
<version>1.0</version>