Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 3160 invoked from network); 1 Sep 2009 09:31:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 09:31:28 -0000 Received: (qmail 27478 invoked by uid 500); 1 Sep 2009 09:31:28 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 27366 invoked by uid 500); 1 Sep 2009 09:31:28 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 27355 invoked by uid 99); 1 Sep 2009 09:31:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 09:31:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 09:31:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3F1B32388878; Tue, 1 Sep 2009 09:31:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r809929 - in /maven/core-integration-testing/trunk/core-it-support/core-it-plugins: maven-it-plugin-class-loader/dep-a/ maven-it-plugin-class-loader/dep-b/ maven-it-plugin-class-loader/maven-it-plugin-class-loader/ maven-it-plugin-log4j/ Date: Tue, 01 Sep 2009 09:31:06 -0000 To: commits@maven.apache.org From: bentmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090901093106.3F1B32388878@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bentmann Date: Tue Sep 1 09:31:05 2009 New Revision: 809929 URL: http://svn.apache.org/viewvc?rev=809929&view=rev Log: o Fixed parent references Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml?rev=809929&r1=809928&r2=809929&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml Tue Sep 1 09:31:05 2009 @@ -26,6 +26,7 @@ maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT + ../../pom.xml org.apache.maven.its.plugins.class-loader Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml?rev=809929&r1=809928&r2=809929&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml Tue Sep 1 09:31:05 2009 @@ -26,6 +26,7 @@ maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT + ../../pom.xml org.apache.maven.its.plugins.class-loader Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml?rev=809929&r1=809928&r2=809929&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml Tue Sep 1 09:31:05 2009 @@ -26,6 +26,7 @@ maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT + ../../pom.xml maven-it-plugin-class-loader Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml?rev=809929&r1=809928&r2=809929&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml Tue Sep 1 09:31:05 2009 @@ -23,7 +23,7 @@ 4.0.0 - maven-it-plugin-core-stubs + maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT