Repository: storm
Updated Branches:
  refs/heads/1.x-branch 49b95494d -> 8f79e69cd


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/8f79e69c
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8f79e69c
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8f79e69c

Branch: refs/heads/1.x-branch
Commit: 8f79e69cd21c0aa27b0204347886479d4a98ddd7
Parents: 49b9549
Author: Jungtaek Lim <[email protected]>
Authored: Fri Aug 4 15:05:50 2017 +0900
Committer: Jungtaek Lim <[email protected]>
Committed: Fri Aug 4 15:05:50 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8f79e69c/storm-dist/binary/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/src/main/assembly/binary.xml 
b/storm-dist/binary/src/main/assembly/binary.xml
index 7639968..cf9d380 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -386,10 +386,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