Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 21957 invoked from network); 11 Mar 2011 17:26:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 17:26:30 -0000 Received: (qmail 96335 invoked by uid 500); 11 Mar 2011 17:26:29 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 96322 invoked by uid 99); 11 Mar 2011 17:26:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 17:26:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 11 Mar 2011 17:26:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CD29A23888CB; Fri, 11 Mar 2011 17:26:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1080685 - /db/jdo/trunk/tck/pom.xml Date: Fri, 11 Mar 2011 17:26:06 -0000 To: jdo-commits@db.apache.org From: madams@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110311172606.CD29A23888CB@eris.apache.org> Author: madams Date: Fri Mar 11 17:26:06 2011 New Revision: 1080685 URL: http://svn.apache.org/viewvc?rev=1080685&view=rev Log: fixed typo in tck/pom.xml Modified: db/jdo/trunk/tck/pom.xml Modified: db/jdo/trunk/tck/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1080685&r1=1080684&r2=1080685&view=diff ============================================================================== --- db/jdo/trunk/tck/pom.xml (original) +++ db/jdo/trunk/tck/pom.xml Fri Mar 11 17:26:06 2011 @@ -93,7 +93,7 @@ fetchgroup.conf fetchplan.conf inheritance1.conf - -inheritance2.conf + inheritance2.conf inheritance3.conf inheritance4.conf instancecallbacks.conf @@ -194,7 +194,7 @@ fetchgroup.conf fetchplan.conf inheritance1.conf - -inheritance2.conf + inheritance2.conf inheritance3.conf inheritance4.conf instancecallbacks.conf