You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2012/07/31 11:19:36 UTC

git commit: Fix release notes suffix

Updated Branches:
  refs/heads/piper ade0e115f -> 53e0d34fb


Fix release notes suffix


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/53e0d34f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/53e0d34f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/53e0d34f

Branch: refs/heads/piper
Commit: 53e0d34fb40df384efeb03d47c8a965f4bb4c0cc
Parents: ade0e11
Author: Matthieu Morel <mm...@apache.org>
Authored: Tue Jul 31 13:11:13 2012 +0200
Committer: Matthieu Morel <mm...@apache.org>
Committed: Tue Jul 31 13:11:13 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/53e0d34f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 58bf125..60577de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -212,7 +212,7 @@ task copyRequiredFilesForBinaryRelease (type: Copy) {
         from (rootDir) {
             include "README.md"
             include "DISCLAIMER"
-            include "RELEASE_NOTES.txt"
+            include "RELEASE_NOTES.html"
             include "gradlew"
             include "gradle.bat"
             include "s4"