Author: jvanzyl
Date: Sun Oct 22 08:34:56 2006
New Revision: 466699
URL: http://svn.apache.org/viewvc?view=rev&rev=466699
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0053/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0053/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0053/pom.xml?view=diff&rev=466699&r1=466698&r2=466699
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0053/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0053/pom.xml
Sun Oct 22 08:34:56 2006
@@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.it</groupId>
- <artifactId>maven-core-it0053</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0053</artifactId>
<description>Test that attached artifacts have the same buildnumber and
timestamp
as the main artifact. This will not correctly verify until we have
some way to pattern-match the buildnumber/timestamp...</description>