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 2017/04/06 18:44:00 UTC

tapestry-5 git commit: increment version number

Repository: tapestry-5
Updated Branches:
  refs/heads/master 305ce198c -> 112014a51


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/112014a5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/112014a5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/112014a5

Branch: refs/heads/master
Commit: 112014a513fab321369da79eae0879dd3e7fa014
Parents: 305ce19
Author: Jochen Kemnade <jk...@apache.org>
Authored: Thu Apr 6 20:43:44 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Thu Apr 6 20:43:44 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/112014a5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5768b1c..56d1b28 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.5.0"
-    def minor = "-alpha-3"
+    def minor = "-alpha-4"
 
     // 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.