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 8408310896 for ; Mon, 22 Jul 2013 23:57:30 +0000 (UTC) Received: (qmail 18521 invoked by uid 500); 22 Jul 2013 23:57:29 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 18415 invoked by uid 500); 22 Jul 2013 23:57:29 -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 18153 invoked by uid 99); 22 Jul 2013 23:57:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2013 23:57:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3EBD08B14B8; Mon, 22 Jul 2013 23:57:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hlship@apache.org To: commits@tapestry.apache.org Date: Mon, 22 Jul 2013 23:57:33 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/8] git commit: Roll version number forward to 5.4-alpha-14 Roll version number forward to 5.4-alpha-14 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f649276c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f649276c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f649276c Branch: refs/heads/master Commit: f649276c93b6f8fd6c3bbc0082c5c2a809b1453c Parents: 01cfeb1 Author: Howard M. Lewis Ship Authored: Mon Jul 22 09:45:10 2013 -0700 Committer: Howard M. Lewis Ship Committed: Mon Jul 22 09:45:10 2013 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f649276c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 13dd9e3..4b330a8 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-alpha-13" + def minor = "-alpha-14" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build. // When building normally, or for a release, no suffix is desired.