Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 76624 invoked from network); 1 Feb 2011 22:53:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 22:53:02 -0000 Received: (qmail 62812 invoked by uid 500); 1 Feb 2011 22:53:01 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 62782 invoked by uid 500); 1 Feb 2011 22:53:01 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 62773 invoked by uid 99); 1 Feb 2011 22:53:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 22:53:01 +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; Tue, 01 Feb 2011 22:52:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6FDFC23889EA; Tue, 1 Feb 2011 22:52:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1066254 - /sling/whiteboard/justin/junit/extension/pom.xml Date: Tue, 01 Feb 2011 22:52:38 -0000 To: commits@sling.apache.org From: justin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110201225238.6FDFC23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: justin Date: Tue Feb 1 22:52:38 2011 New Revision: 1066254 URL: http://svn.apache.org/viewvc?rev=1066254&view=rev Log: downgrading dependencies Modified: sling/whiteboard/justin/junit/extension/pom.xml Modified: sling/whiteboard/justin/junit/extension/pom.xml URL: http://svn.apache.org/viewvc/sling/whiteboard/justin/junit/extension/pom.xml?rev=1066254&r1=1066253&r2=1066254&view=diff ============================================================================== --- sling/whiteboard/justin/junit/extension/pom.xml (original) +++ sling/whiteboard/justin/junit/extension/pom.xml Tue Feb 1 22:52:38 2011 @@ -93,7 +93,7 @@ org.apache.sling org.apache.sling.api - 2.1.0 + 2.0.2-incubator provided @@ -109,7 +109,7 @@ junit junit - 4.8.2 + ${junit.version} compile