Repository: tapestry-5 Updated Branches: refs/heads/TAP5-2588 [created] f6e3cb2d1
Fix svn comment in build.gradle; no functional changes. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f6e3cb2d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f6e3cb2d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f6e3cb2d Branch: refs/heads/TAP5-2588 Commit: f6e3cb2d16d9152db4376316645c31f6b1d4da94 Parents: 73e327b Author: Bob Harner <[email protected]> Authored: Sat Jul 14 13:57:12 2018 -0400 Committer: Bob Harner <[email protected]> Committed: Sat Jul 14 13:57:12 2018 -0400 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f6e3cb2d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index c48a8c7..215e7af 100755 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ ext.continuousIntegrationBuild = Boolean.getBoolean("ci") project.version = tapestryVersion() // Remember that when generating a release, this should be incremented. Also don"t forget to -// tag the release in Subversion. +// tag the release in Git. // Version number is always "5.x(.y)?-SNAPSHOT" and only gets fixed, e.g. to 5.4-alpha-1 // during a release
