From e87ba6c1e6985dbeb5f5e55ea2bd4f56959178d9 Mon Sep 17 00:00:00 2001
From: Jason van Zyl <jvanzyl@apache.org>
Date: Sun, 22 Oct 2006 15:34:31 +0000
Subject: [PATCH] correcting artifactId and groupId

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466691 13f79535-47bb-0310-9956-ffa450edef68
---
 .../src/test/resources/it0045/pom.xml                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-core-integration-tests/src/test/resources/it0045/pom.xml b/maven-core-integration-tests/src/test/resources/it0045/pom.xml
index f2983c8d10..059a9d8625 100644
--- a/maven-core-integration-tests/src/test/resources/it0045/pom.xml
+++ b/maven-core-integration-tests/src/test/resources/it0045/pom.xml
@@ -1,7 +1,7 @@
 <model>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven</groupId>
-  <artifactId>maven-core-it0045</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0045</artifactId>
   <description>Test non-reactor behavior when plugin declares "@requiresProject false"</description>
   <packaging>pom</packaging>
   <version>1.0</version>