You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/06/23 17:59:38 UTC

[3/4] git commit: Advance version number to 5.4-beta-13

Advance version number to 5.4-beta-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/da47422e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/da47422e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/da47422e

Branch: refs/heads/master
Commit: da47422e3f0cade99c6351bc5c54f808fe6f2160
Parents: fcf0e3e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 23 08:58:30 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 23 08:58:30 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/da47422e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index cd03ae7..31a8a0e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-12"
+    def minor = "-beta-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.