Return-Path: Delivered-To: apmail-tapestry-commits-archive@locus.apache.org Received: (qmail 45582 invoked from network); 22 Jun 2007 15:25:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 15:25:28 -0000 Received: (qmail 39966 invoked by uid 500); 22 Jun 2007 15:25:31 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 39945 invoked by uid 500); 22 Jun 2007 15:25:31 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 39936 invoked by uid 99); 22 Jun 2007 15:25:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 08:25:31 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Fri, 22 Jun 2007 08:25:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3E2EB1A981A; Fri, 22 Jun 2007 08:25:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r549843 - /tapestry/tapestry4/trunk/pom.xml Date: Fri, 22 Jun 2007 15:25:07 -0000 To: commits@tapestry.apache.org From: jkuhnert@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070622152507.3E2EB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jkuhnert Date: Fri Jun 22 08:25:06 2007 New Revision: 549843 URL: http://svn.apache.org/viewvc?view=rev&rev=549843 Log: Updated ognl dependency to new released 2.7. Modified: tapestry/tapestry4/trunk/pom.xml Modified: tapestry/tapestry4/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=549843&r1=549842&r2=549843 ============================================================================== --- tapestry/tapestry4/trunk/pom.xml (original) +++ tapestry/tapestry4/trunk/pom.xml Fri Jun 22 08:25:06 2007 @@ -170,7 +170,7 @@ ognl ognl - 2.7-SNAPSHOT + 2.7 javax.servlet @@ -407,6 +407,12 @@ opencomponentry.com Open Componentry OGNL Repository http://opencomponentry.com/repository/m2-snapshot-repo + + false + + + false + openqa