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 2013/07/20 03:06:48 UTC

git commit: Roll version forward to 5.4-alpha-13

Updated Branches:
  refs/heads/master 22a6f129e -> 44ddc9ad0


Roll version forward to 5.4-alpha-13


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

Branch: refs/heads/master
Commit: 44ddc9ad0b2e7762b3ca7b14f0ed3edaa499e7a3
Parents: 22a6f12
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jul 19 18:06:41 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jul 19 18:06:41 2013 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/44ddc9ad/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e4b5104..4ecaa77 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-12"
+    def minor = "-alpha-13"
 
     // 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.