Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D46870C9 for ; Mon, 24 Oct 2011 19:17:08 +0000 (UTC) Received: (qmail 95068 invoked by uid 500); 24 Oct 2011 19:17:08 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 95041 invoked by uid 500); 24 Oct 2011 19:17:08 -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 95034 invoked by uid 99); 24 Oct 2011 19:17:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 19:17:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 24 Oct 2011 19:17:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 150662388A32 for ; Mon, 24 Oct 2011 19:16:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1188312 - /tapestry/tapestry5/trunk/build.gradle Date: Mon, 24 Oct 2011 19:16:45 -0000 To: commits@tapestry.apache.org From: hlship@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111024191645.150662388A32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hlship Date: Mon Oct 24 19:16:44 2011 New Revision: 1188312 URL: http://svn.apache.org/viewvc?rev=1188312&view=rev Log: Roll version number to 5.3-beta-27 Modified: tapestry/tapestry5/trunk/build.gradle Modified: tapestry/tapestry5/trunk/build.gradle URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1188312&r1=1188311&r2=1188312&view=diff ============================================================================== --- tapestry/tapestry5/trunk/build.gradle (original) +++ tapestry/tapestry5/trunk/build.gradle Mon Oct 24 19:16:44 2011 @@ -2,7 +2,7 @@ description = "Apache Tapestry 5 Project // Remember that when generating a release, this should be incremented. Also don't forget to // tag the release in Subversion. -tapestryVersion = "5.3-beta-26" +tapestryVersion = "5.3-beta-27" jettyVersion = '7.0.0.v20091005' tomcatVersion = '6.0.30'