Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 28776 invoked from network); 1 Nov 2006 02:54:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 02:54:27 -0000 Received: (qmail 54248 invoked by uid 500); 1 Nov 2006 02:54:38 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 54189 invoked by uid 500); 1 Nov 2006 02:54:38 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 54173 invoked by uid 99); 1 Nov 2006 02:54:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 18:54:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Tue, 31 Oct 2006 18:54:24 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id BB5BC1A9846; Tue, 31 Oct 2006 18:54:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r469756 - in /myfaces: core/branches/jsf12/api/pom.xml core/branches/jsf12/impl/pom.xml shared/branches/3_0_0/pom.xml Date: Wed, 01 Nov 2006 02:54:00 -0000 To: commits@myfaces.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061101025400.BB5BC1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wsmoak Date: Tue Oct 31 18:53:59 2006 New Revision: 469756 URL: http://svn.apache.org/viewvc?view=rev&rev=469756 Log: Update dependencies to the latest Tomcat 6 snapshot, which has been deployed to the Apache snapshot repo. Modified: myfaces/core/branches/jsf12/api/pom.xml myfaces/core/branches/jsf12/impl/pom.xml myfaces/shared/branches/3_0_0/pom.xml Modified: myfaces/core/branches/jsf12/api/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=469756&r1=469755&r2=469756 ============================================================================== --- myfaces/core/branches/jsf12/api/pom.xml (original) +++ myfaces/core/branches/jsf12/api/pom.xml Tue Oct 31 18:53:59 2006 @@ -91,12 +91,12 @@ org.apache.tomcat el-api - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT org.apache.tomcat jasper-el - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT commons-lang Modified: myfaces/core/branches/jsf12/impl/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=469756&r1=469755&r2=469756 ============================================================================== --- myfaces/core/branches/jsf12/impl/pom.xml (original) +++ myfaces/core/branches/jsf12/impl/pom.xml Tue Oct 31 18:53:59 2006 @@ -222,12 +222,12 @@ org.apache.tomcat el-api - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT org.apache.tomcat jasper-el - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT javax.servlet Modified: myfaces/shared/branches/3_0_0/pom.xml URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/pom.xml?view=diff&rev=469756&r1=469755&r2=469756 ============================================================================== --- myfaces/shared/branches/3_0_0/pom.xml (original) +++ myfaces/shared/branches/3_0_0/pom.xml Tue Oct 31 18:53:59 2006 @@ -43,12 +43,12 @@ org.apache.tomcat el-api - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT org.apache.tomcat jasper-el - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT easymock