Repository: storm
Updated Branches:
  refs/heads/master bfa26e4e5 -> 77354fee0


Remove CHANGELOG from binary distribution


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/77354fee
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/77354fee
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/77354fee

Branch: refs/heads/master
Commit: 77354fee0b517d680c4eca11ffec69b79d6b0c00
Parents: bfa26e4
Author: Jungtaek Lim <[email protected]>
Authored: Fri Aug 4 14:58:03 2017 +0900
Committer: Jungtaek Lim <[email protected]>
Committed: Fri Aug 4 14:58:03 2017 +0900

----------------------------------------------------------------------
 storm-dist/binary/final-package/src/main/assembly/binary.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/77354fee/storm-dist/binary/final-package/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/final-package/src/main/assembly/binary.xml 
b/storm-dist/binary/final-package/src/main/assembly/binary.xml
index d8db068..40e5f90 100644
--- a/storm-dist/binary/final-package/src/main/assembly/binary.xml
+++ b/storm-dist/binary/final-package/src/main/assembly/binary.xml
@@ -372,10 +372,6 @@
             <source>${project.basedir}/../../../README.markdown</source>
             <outputDirectory>/</outputDirectory>
         </file>
-        <file>
-            <source>${project.basedir}/../../../CHANGELOG.md</source>
-            <outputDirectory>/</outputDirectory>
-        </file>
 
         <file>
             <source>${project.basedir}/../../../SECURITY.md</source>

Reply via email to