Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@minotaur.apache.org Received: (qmail 15172 invoked from network); 5 May 2009 15:33:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 15:33:56 -0000 Received: (qmail 53915 invoked by uid 500); 5 May 2009 15:33:56 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 53858 invoked by uid 500); 5 May 2009 15:33:56 -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 53849 invoked by uid 99); 5 May 2009 15:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 15:33: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; Tue, 05 May 2009 15:33:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0D01238896B; Tue, 5 May 2009 15:33:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r771813 - in /incubator/sling/trunk/bundles: jcr/api/pom.xml scripting/javascript/pom.xml scripting/jsp-taglib/pom.xml servlets/get/pom.xml servlets/post/pom.xml servlets/resolver/pom.xml Date: Tue, 05 May 2009 15:33:32 -0000 To: sling-commits@incubator.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090505153332.C0D01238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cziegeler Date: Tue May 5 15:33:31 2009 New Revision: 771813 URL: http://svn.apache.org/viewvc?rev=771813&view=rev Log: Use released version as dependencies. Modified: incubator/sling/trunk/bundles/jcr/api/pom.xml incubator/sling/trunk/bundles/scripting/javascript/pom.xml incubator/sling/trunk/bundles/scripting/jsp-taglib/pom.xml incubator/sling/trunk/bundles/servlets/get/pom.xml incubator/sling/trunk/bundles/servlets/post/pom.xml incubator/sling/trunk/bundles/servlets/resolver/pom.xml Modified: incubator/sling/trunk/bundles/jcr/api/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/jcr/api/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/jcr/api/pom.xml (original) +++ incubator/sling/trunk/bundles/jcr/api/pom.xml Tue May 5 15:33:31 2009 @@ -29,7 +29,7 @@ org.apache.sling.jcr.api bundle - 2.0.5-incubator-SNAPSHOT + 2.0.3-incubator-SNAPSHOT Apache Sling Repository API Bundle Modified: incubator/sling/trunk/bundles/scripting/javascript/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/scripting/javascript/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/scripting/javascript/pom.xml (original) +++ incubator/sling/trunk/bundles/scripting/javascript/pom.xml Tue May 5 15:33:31 2009 @@ -145,7 +145,7 @@ org.apache.sling org.apache.sling.commons.testing - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator test Modified: incubator/sling/trunk/bundles/scripting/jsp-taglib/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/scripting/jsp-taglib/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/scripting/jsp-taglib/pom.xml (original) +++ incubator/sling/trunk/bundles/scripting/jsp-taglib/pom.xml Tue May 5 15:33:31 2009 @@ -76,7 +76,7 @@ org.apache.sling org.apache.sling.api - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.sling Modified: incubator/sling/trunk/bundles/servlets/get/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/servlets/get/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/servlets/get/pom.xml (original) +++ incubator/sling/trunk/bundles/servlets/get/pom.xml Tue May 5 15:33:31 2009 @@ -79,7 +79,7 @@ org.apache.sling org.apache.sling.api - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.sling @@ -89,12 +89,12 @@ org.apache.sling org.apache.sling.commons.json - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.sling org.apache.sling.commons.osgi - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.felix Modified: incubator/sling/trunk/bundles/servlets/post/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/servlets/post/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/servlets/post/pom.xml (original) +++ incubator/sling/trunk/bundles/servlets/post/pom.xml Tue May 5 15:33:31 2009 @@ -99,7 +99,7 @@ org.apache.sling org.apache.sling.api - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.sling @@ -123,7 +123,7 @@ org.apache.sling org.apache.sling.commons.testing - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator test Modified: incubator/sling/trunk/bundles/servlets/resolver/pom.xml URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/servlets/resolver/pom.xml?rev=771813&r1=771812&r2=771813&view=diff ============================================================================== --- incubator/sling/trunk/bundles/servlets/resolver/pom.xml (original) +++ incubator/sling/trunk/bundles/servlets/resolver/pom.xml Tue May 5 15:33:31 2009 @@ -75,7 +75,7 @@ org.apache.sling org.apache.sling.engine - 2.0.3-incubator-SNAPSHOT + 2.0.4-incubator org.apache.sling