Updated Branches:
  refs/heads/master dd64fe4b7 -> 015816ed4

version number is always -SNAPSHOT and only gets fixed during the 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/015816ed
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/015816ed
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/015816ed

Branch: refs/heads/master
Commit: 015816ed47278faeba6c07face61a2f0aeb906b4
Parents: dd64fe4
Author: Ulrich Staerk <u...@apache.org>
Authored: Mon Oct 29 11:23:24 2012 +0100
Committer: Ulrich Staerk <u...@apache.org>
Committed: Mon Oct 29 11:23:24 2012 +0100

----------------------------------------------------------------------
 build.gradle |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/015816ed/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e481a94..c698f3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,9 @@ apply from: "md5.gradle"
 project.ext.versions = [
   // Remember that when generating a release, this should be incremented. Also 
don"t forget to
   // tag the release in Subversion.
-  tapestry: "5.4-alpha-1",
+  // Version number is always "5.x(.y)?-SNAPSHOT" and only gets fixed, e.g. to 
5.4-alpha-1
+  // during a release
+  tapestry: "5.4-SNAPSHOT",
   jetty: "7.0.0.v20091005",
   tomcat: "6.0.30",
   testng: "6.5.2",

Reply via email to