Author: jvanzyl
Date: Sun Oct 22 08:33:01 2006
New Revision: 466662
URL: http://svn.apache.org/viewvc?view=rev&rev=466662
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0014/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0014/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0014/pom.xml?view=diff&rev=466662&r1=466661&r2=466662
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0014/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0014/pom.xml
Sun Oct 22 08:33:01 2006
@@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core-it0014</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0014</artifactId>
<description>Test POM configuration by settings the -source and -target for
the
compiler to 1.4</description>
<packaging>jar</packaging>