mirror of https://github.com/apache/maven.git
correcting artifactId and groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d41fe39a4
commit
79b5ba5f54
|
@ -1,7 +1,7 @@
|
||||||
<model>
|
<model>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.maven.it</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>maven-core-it0053</artifactId>
|
<artifactId>maven-it-it0053</artifactId>
|
||||||
<description>Test that attached artifacts have the same buildnumber and timestamp
|
<description>Test that attached artifacts have the same buildnumber and timestamp
|
||||||
as the main artifact. This will not correctly verify until we have
|
as the main artifact. This will not correctly verify until we have
|
||||||
some way to pattern-match the buildnumber/timestamp...</description>
|
some way to pattern-match the buildnumber/timestamp...</description>
|
||||||
|
|
Loading…
Reference in New Issue