Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 30410 invoked from network); 9 Apr 2008 11:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 11:17:31 -0000 Received: (qmail 27731 invoked by uid 500); 9 Apr 2008 11:17:31 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 27708 invoked by uid 500); 9 Apr 2008 11:17:31 -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 27698 invoked by uid 99); 9 Apr 2008 11:17:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 04:17:30 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 11:16:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EB70C1A9832; Wed, 9 Apr 2008 04:17:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r646269 - in /incubator/sling/trunk: jcr/base/pom.xml parent/pom.xml Date: Wed, 09 Apr 2008 11:17:01 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080409111706.EB70C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Wed Apr 9 04:16:55 2008 New Revision: 646269 URL: http://svn.apache.org/viewvc?rev=646269&view=rev Log: SLING-369 Use most recently release Jackrabbit modules Modified: incubator/sling/trunk/jcr/base/pom.xml incubator/sling/trunk/parent/pom.xml Modified: incubator/sling/trunk/jcr/base/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=646269&r1=646268&r2=646269&view=diff ============================================================================== --- incubator/sling/trunk/jcr/base/pom.xml (original) +++ incubator/sling/trunk/jcr/base/pom.xml Wed Apr 9 04:16:55 2008 @@ -95,8 +95,6 @@ org.apache.jackrabbit jackrabbit-jcr-rmi - - 1.5-SNAPSHOT compile Modified: incubator/sling/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=646269&r1=646268&r2=646269&view=diff ============================================================================== --- incubator/sling/trunk/parent/pom.xml (original) +++ incubator/sling/trunk/parent/pom.xml Wed Apr 9 04:16:55 2008 @@ -437,7 +437,7 @@ provided - + javax.jcr jcr @@ -453,19 +453,19 @@ org.apache.jackrabbit jackrabbit-jcr-commons - 1.4 + 1.4.2 provided org.apache.jackrabbit jackrabbit-core - 1.4 + 1.4.2 provided org.apache.jackrabbit jackrabbit-jcr-rmi - 1.4 + 1.4.1 provided