Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 73336 invoked from network); 4 Jan 2009 17:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2009 17:58:08 -0000 Received: (qmail 48786 invoked by uid 500); 4 Jan 2009 17:58:08 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 48727 invoked by uid 500); 4 Jan 2009 17:58:08 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 48718 invoked by uid 99); 4 Jan 2009 17:58:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2009 09:58:08 -0800 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; Sun, 04 Jan 2009 17:58:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7648B238899E; Sun, 4 Jan 2009 09:57:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r731302 - /incubator/sling/trunk/commons/testing/pom.xml Date: Sun, 04 Jan 2009 17:57:32 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090104175732.7648B238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Sun Jan 4 09:57:31 2009 New Revision: 731302 URL: http://svn.apache.org/viewvc?rev=731302&view=rev Log: SLING-805 Use Jackrabbit 1.4 (Core 1.4.6) for unit tests to enable unit testing of bundles not really requiring Jackrabbit 1.5 Modified: incubator/sling/trunk/commons/testing/pom.xml Modified: incubator/sling/trunk/commons/testing/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/commons/testing/pom.xml?rev=731302&r1=731301&r2=731302&view=diff ============================================================================== --- incubator/sling/trunk/commons/testing/pom.xml (original) +++ incubator/sling/trunk/commons/testing/pom.xml Sun Jan 4 09:57:31 2009 @@ -81,13 +81,13 @@ org.apache.jackrabbit jackrabbit-api - 1.5.0 + 1.4 compile org.apache.jackrabbit jackrabbit-core - 1.5.0 + 1.4.6 compile