You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/10/20 18:10:54 UTC

tapestry-5 git commit: increment version number after release

Repository: tapestry-5
Updated Branches:
  refs/heads/master 5820fb8cb -> 36aee89df


increment version number after release


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

Branch: refs/heads/master
Commit: 36aee89df55a7fab1e1774acb7096cf01506c6b0
Parents: 5820fb8
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Oct 20 18:09:17 2015 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Oct 20 18:09:17 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/36aee89d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3025cf0..7492df0 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-38"
+    def minor = "-beta-39"
 
     // 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.