You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/12/15 17:18:56 UTC

tapestry-5 git commit: increment version number

Repository: tapestry-5
Updated Branches:
  refs/heads/master 2672e9847 -> bfb24f4b6


increment version number


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

Branch: refs/heads/master
Commit: bfb24f4b6436b5bcd011af3eb272915a8058bf9f
Parents: 2672e98
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Dec 15 17:18:22 2015 +0100
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Dec 15 17:18:22 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bfb24f4b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a0ffbeb..ad10a66 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 
 def tapestryVersion() {
 
-    def major = "5.4.0"
+    def major = "5.4.1"
     def minor = ""
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.