Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 43582 invoked from network); 14 Oct 2009 06:39:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 06:39:59 -0000 Received: (qmail 28349 invoked by uid 500); 14 Oct 2009 06:39:59 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 28301 invoked by uid 500); 14 Oct 2009 06:39:59 -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 28267 invoked by uid 99); 14 Oct 2009 06:39:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 06:39:56 +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; Wed, 14 Oct 2009 06:39:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1EB7923888EC; Wed, 14 Oct 2009 06:39:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825023 - in /sling/trunk: bundles/engine/ bundles/extensions/bundleresource/ bundles/extensions/event/ bundles/extensions/fsresource/ bundles/extensions/httpauth/ bundles/extensions/openidauth/ bundles/extensions/systemstatus/ bundles/jcr/... Date: Wed, 14 Oct 2009 06:39:30 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091014063931.1EB7923888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Wed Oct 14 06:39:29 2009 New Revision: 825023 URL: http://svn.apache.org/viewvc?rev=825023&view=rev Log: Update to latest release. Modified: sling/trunk/bundles/engine/pom.xml sling/trunk/bundles/extensions/bundleresource/pom.xml sling/trunk/bundles/extensions/event/pom.xml sling/trunk/bundles/extensions/fsresource/pom.xml sling/trunk/bundles/extensions/httpauth/pom.xml sling/trunk/bundles/extensions/openidauth/pom.xml sling/trunk/bundles/extensions/systemstatus/pom.xml sling/trunk/bundles/jcr/classloader/pom.xml sling/trunk/bundles/jcr/contentloader/pom.xml sling/trunk/bundles/jcr/ocm/pom.xml sling/trunk/bundles/jcr/resource/pom.xml sling/trunk/bundles/scripting/javascript/pom.xml sling/trunk/bundles/scripting/jsp/pom.xml sling/trunk/bundles/servlets/get/pom.xml sling/trunk/bundles/servlets/post/pom.xml sling/trunk/bundles/servlets/resolver/pom.xml sling/trunk/contrib/commons/compiler/pom.xml sling/trunk/contrib/commons/fsclassloader/pom.xml sling/trunk/contrib/extensions/i18n/pom.xml sling/trunk/contrib/extensions/rewriter/pom.xml sling/trunk/contrib/jcr/compiler/pom.xml sling/trunk/contrib/scripting/freemarker/pom.xml sling/trunk/contrib/scripting/java/pom.xml sling/trunk/launchpad/bundles/pom.xml sling/trunk/samples/path-based-rtp/pom.xml sling/trunk/samples/post-servlet-extensions/pom.xml sling/trunk/samples/simple-demo/pom.xml Modified: sling/trunk/bundles/engine/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/engine/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/engine/pom.xml (original) +++ sling/trunk/bundles/engine/pom.xml Wed Oct 14 06:39:29 2009 @@ -114,7 +114,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 javax.servlet Modified: sling/trunk/bundles/extensions/bundleresource/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/bundleresource/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/bundleresource/pom.xml (original) +++ sling/trunk/bundles/extensions/bundleresource/pom.xml Wed Oct 14 06:39:29 2009 @@ -93,16 +93,25 @@ org.apache.sling org.apache.sling.api 2.0.8 + provided org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 + provided org.apache.felix org.apache.felix.webconsole 1.2.0 + provided + + + org.apache.jackrabbit + jackrabbit-jcr-commons + 1.6.0 + provided org.apache.felix Modified: sling/trunk/bundles/extensions/event/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/event/pom.xml (original) +++ sling/trunk/bundles/extensions/event/pom.xml Wed Oct 14 06:39:29 2009 @@ -108,7 +108,7 @@ org.apache.sling org.apache.sling.engine - 2.0.2-incubator + 2.0.6 org.apache.sling @@ -118,7 +118,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.4-incubator + 2.0.6 org.apache.sling @@ -133,7 +133,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 org.slf4j Modified: sling/trunk/bundles/extensions/fsresource/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/fsresource/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/fsresource/pom.xml (original) +++ sling/trunk/bundles/extensions/fsresource/pom.xml Wed Oct 14 06:39:29 2009 @@ -79,7 +79,7 @@ org.apache.sling org.apache.sling.adapter - 2.0.2-incubator + 2.0.4 org.apache.felix Modified: sling/trunk/bundles/extensions/httpauth/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/httpauth/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/httpauth/pom.xml (original) +++ sling/trunk/bundles/extensions/httpauth/pom.xml Wed Oct 14 06:39:29 2009 @@ -87,7 +87,7 @@ org.apache.sling org.apache.sling.engine - 2.0.4-incubator + 2.0.6 Modified: sling/trunk/bundles/extensions/openidauth/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/openidauth/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/openidauth/pom.xml (original) +++ sling/trunk/bundles/extensions/openidauth/pom.xml Wed Oct 14 06:39:29 2009 @@ -120,7 +120,7 @@ org.apache.sling org.apache.sling.engine - 2.0.4-incubator + 2.0.6 commons-codec Modified: sling/trunk/bundles/extensions/systemstatus/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/systemstatus/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/extensions/systemstatus/pom.xml (original) +++ sling/trunk/bundles/extensions/systemstatus/pom.xml Wed Oct 14 06:39:29 2009 @@ -79,7 +79,7 @@ org.apache.sling org.apache.sling.engine - 2.0.5-SNAPSHOT + 2.0.6 org.apache.felix Modified: sling/trunk/bundles/jcr/classloader/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/jcr/classloader/pom.xml (original) +++ sling/trunk/bundles/jcr/classloader/pom.xml Wed Oct 14 06:39:29 2009 @@ -98,7 +98,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 provided Modified: sling/trunk/bundles/jcr/contentloader/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentloader/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/jcr/contentloader/pom.xml (original) +++ sling/trunk/bundles/jcr/contentloader/pom.xml Wed Oct 14 06:39:29 2009 @@ -112,7 +112,7 @@ org.apache.sling org.apache.sling.engine - 2.0.2-incubator + 2.0.6 org.slf4j Modified: sling/trunk/bundles/jcr/ocm/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/ocm/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/jcr/ocm/pom.xml (original) +++ sling/trunk/bundles/jcr/ocm/pom.xml Wed Oct 14 06:39:29 2009 @@ -153,7 +153,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.sling Modified: sling/trunk/bundles/jcr/resource/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/jcr/resource/pom.xml (original) +++ sling/trunk/bundles/jcr/resource/pom.xml Wed Oct 14 06:39:29 2009 @@ -128,7 +128,7 @@ org.apache.sling org.apache.sling.adapter - 2.0.2-incubator + 2.0.4 provided @@ -138,7 +138,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 provided Modified: sling/trunk/bundles/scripting/javascript/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/scripting/javascript/pom.xml (original) +++ sling/trunk/bundles/scripting/javascript/pom.xml Wed Oct 14 06:39:29 2009 @@ -98,7 +98,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.jackrabbit @@ -113,7 +113,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 org.apache.sling Modified: sling/trunk/bundles/scripting/jsp/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/scripting/jsp/pom.xml (original) +++ sling/trunk/bundles/scripting/jsp/pom.xml Wed Oct 14 06:39:29 2009 @@ -112,7 +112,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 Modified: sling/trunk/bundles/servlets/get/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/get/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/servlets/get/pom.xml (original) +++ sling/trunk/bundles/servlets/get/pom.xml Wed Oct 14 06:39:29 2009 @@ -84,7 +84,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.sling Modified: sling/trunk/bundles/servlets/post/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/servlets/post/pom.xml (original) +++ sling/trunk/bundles/servlets/post/pom.xml Wed Oct 14 06:39:29 2009 @@ -109,7 +109,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.sling Modified: sling/trunk/bundles/servlets/resolver/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/resolver/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/bundles/servlets/resolver/pom.xml (original) +++ sling/trunk/bundles/servlets/resolver/pom.xml Wed Oct 14 06:39:29 2009 @@ -75,12 +75,12 @@ org.apache.sling org.apache.sling.engine - 2.0.4-incubator + 2.0.6 org.apache.sling org.apache.sling.adapter - 2.0.2-incubator + 2.0.4 org.apache.sling Modified: sling/trunk/contrib/commons/compiler/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/commons/compiler/pom.xml (original) +++ sling/trunk/contrib/commons/compiler/pom.xml Wed Oct 14 06:39:29 2009 @@ -23,7 +23,7 @@ org.apache.sling sling - 6 + 7 ../../../parent/pom.xml Modified: sling/trunk/contrib/commons/fsclassloader/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/fsclassloader/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/commons/fsclassloader/pom.xml (original) +++ sling/trunk/contrib/commons/fsclassloader/pom.xml Wed Oct 14 06:39:29 2009 @@ -85,7 +85,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 provided Modified: sling/trunk/contrib/extensions/i18n/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/i18n/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/extensions/i18n/pom.xml (original) +++ sling/trunk/contrib/extensions/i18n/pom.xml Wed Oct 14 06:39:29 2009 @@ -87,7 +87,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 javax.jcr Modified: sling/trunk/contrib/extensions/rewriter/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/rewriter/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/extensions/rewriter/pom.xml (original) +++ sling/trunk/contrib/extensions/rewriter/pom.xml Wed Oct 14 06:39:29 2009 @@ -102,7 +102,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 provided Modified: sling/trunk/contrib/jcr/compiler/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/compiler/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/jcr/compiler/pom.xml (original) +++ sling/trunk/contrib/jcr/compiler/pom.xml Wed Oct 14 06:39:29 2009 @@ -78,7 +78,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 provided Modified: sling/trunk/contrib/scripting/freemarker/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/freemarker/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/scripting/freemarker/pom.xml (original) +++ sling/trunk/contrib/scripting/freemarker/pom.xml Wed Oct 14 06:39:29 2009 @@ -103,7 +103,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.jackrabbit Modified: sling/trunk/contrib/scripting/java/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/java/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/contrib/scripting/java/pom.xml (original) +++ sling/trunk/contrib/scripting/java/pom.xml Wed Oct 14 06:39:29 2009 @@ -101,7 +101,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 Modified: sling/trunk/launchpad/bundles/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/bundles/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/launchpad/bundles/pom.xml (original) +++ sling/trunk/launchpad/bundles/pom.xml Wed Oct 14 06:39:29 2009 @@ -107,7 +107,7 @@ org.apache.sling org.apache.sling.commons.classloader - 0.9.0 + 1.0.0 provided @@ -231,7 +231,7 @@ org.apache.sling org.apache.sling.engine - 2.0.7-SNAPSHOT + 2.0.6 provided @@ -255,13 +255,13 @@ org.apache.sling org.apache.sling.adapter - 2.0.5-SNAPSHOT + 2.0.4 provided org.apache.sling org.apache.sling.servlets.resolver - 2.0.9-SNAPSHOT + 2.0.8 provided @@ -297,7 +297,7 @@ org.apache.sling org.apache.sling.jcr.classloader - 2.0.5-SNAPSHOT + 3.0.0-SNAPSHOT provided @@ -330,7 +330,7 @@ org.apache.sling org.apache.sling.scripting.core - 2.0.7-SNAPSHOT + 2.0.6 provided Modified: sling/trunk/samples/path-based-rtp/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/samples/path-based-rtp/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/samples/path-based-rtp/pom.xml (original) +++ sling/trunk/samples/path-based-rtp/pom.xml Wed Oct 14 06:39:29 2009 @@ -86,7 +86,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 Modified: sling/trunk/samples/post-servlet-extensions/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/samples/post-servlet-extensions/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/samples/post-servlet-extensions/pom.xml (original) +++ sling/trunk/samples/post-servlet-extensions/pom.xml Wed Oct 14 06:39:29 2009 @@ -87,7 +87,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 Modified: sling/trunk/samples/simple-demo/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/samples/simple-demo/pom.xml?rev=825023&r1=825022&r2=825023&view=diff ============================================================================== --- sling/trunk/samples/simple-demo/pom.xml (original) +++ sling/trunk/samples/simple-demo/pom.xml Wed Oct 14 06:39:29 2009 @@ -147,7 +147,7 @@ org.apache.sling org.apache.sling.jcr.resource - 2.0.2-incubator + 2.0.6 org.apache.sling @@ -157,7 +157,7 @@ org.apache.sling org.apache.sling.engine - 2.0.2-incubator + 2.0.6 org.apache.sling