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/10 11:13:47 UTC

tapestry-5 git commit: Revert "increment version number"

Repository: tapestry-5
Updated Branches:
  refs/heads/5.4.x 83ab06b40 -> b60235838


Revert "increment version number"

This reverts commit b8ed0cd75425d0d6b077afc507311277fe74cda2.


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

Branch: refs/heads/5.4.x
Commit: b6023583876cbf31e8655204a266b2b2276de1d4
Parents: 83ab06b
Author: Jochen Kemnade <jk...@apache.org>
Authored: Mon Apr 10 13:03:45 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Mon Apr 10 13:03:45 2017 +0200

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


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