From 79b5ba5f54fac6a7a78eb6257dc70bb2e3946a34 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 22 Oct 2006 15:34:56 +0000 Subject: [PATCH] correcting artifactId and groupId git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466699 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0053/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-core-integration-tests/src/test/resources/it0053/pom.xml b/maven-core-integration-tests/src/test/resources/it0053/pom.xml index e1ab910d94..7109af9011 100644 --- a/maven-core-integration-tests/src/test/resources/it0053/pom.xml +++ b/maven-core-integration-tests/src/test/resources/it0053/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.apache.maven.it - maven-core-it0053 + org.apache.maven.its + maven-it-it0053 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...