You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2018/07/14 17:57:44 UTC

tapestry-5 git commit: Fix svn comment in build.gradle; no functional changes.

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 <bo...@gmail.com>
Authored: Sat Jul 14 13:57:12 2018 -0400
Committer: Bob Harner <bo...@gmail.com>
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