Repository: tapestry-5
Updated Branches:
  refs/heads/master 97c104560 -> c4eb575e7


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

Branch: refs/heads/master
Commit: c4eb575e7cff21ec6d3dece7a0bc07a12b99e1e8
Parents: 97c1045
Author: Jochen Kemnade <[email protected]>
Authored: Mon Apr 3 15:15:18 2017 +0200
Committer: Jochen Kemnade <[email protected]>
Committed: Mon Apr 3 15:15:18 2017 +0200

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


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

Reply via email to