You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/12/22 03:02:10 UTC

git commit: Advance version number to alpha-2

Updated Branches:
  refs/heads/master cf19bd9b1 -> 445cead53


Advance version number to alpha-2


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/445cead5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/445cead5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/445cead5

Branch: refs/heads/master
Commit: 445cead53a65fa639d6de713d28fa40c0c4824c1
Parents: cf19bd9
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Dec 21 18:02:07 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Dec 21 18:02:07 2012 -0800

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/445cead5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5953de1..398fe5a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ project.ext.versions = [
 ]
 
 // Provided so that the CI server can override the normal version number for nightly builds.
-project.version =  "5.4-alpha-1" + suffix()
+project.version =  "5.4-alpha-2" + suffix()
 
 def suffix() {
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.