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/10/10 16:06:51 UTC

tapestry-5 git commit: increment version number

Repository: tapestry-5
Updated Branches:
  refs/heads/master 6dd92b5f8 -> 9ee0dab91


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

Branch: refs/heads/master
Commit: 9ee0dab918ff5983f99f88e0a7171cf5a7be379c
Parents: 6dd92b5
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Oct 10 18:05:56 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Oct 10 18:05:56 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9ee0dab9/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0838e52..d53b791 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.5.0"
-    def minor = "-alpha-4"
+    def minor = "-alpha-5"
 
     // 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.