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/03/29 13:32:51 UTC

tapestry-5 git commit: increment version number after preview release

Repository: tapestry-5
Updated Branches:
  refs/heads/master 42e550da4 -> ae196b3cc


increment version number after preview 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/ae196b3c
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ae196b3c
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ae196b3c

Branch: refs/heads/master
Commit: ae196b3cc23f13441f410374ae59e7b65ada4367
Parents: 42e550d
Author: Jochen Kemnade <jk...@apache.org>
Authored: Wed Mar 29 15:32:16 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Wed Mar 29 15:32:16 2017 +0200

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


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