You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2018/01/23 17:47:45 UTC

storm git commit: remove CHANGELOG.md reference from binary distribution

Repository: storm
Updated Branches:
  refs/heads/1.1.x-branch 3623e6a6f -> 544aa6450


remove CHANGELOG.md reference 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/544aa645
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/544aa645
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/544aa645

Branch: refs/heads/1.1.x-branch
Commit: 544aa6450dc9ce0ea3e06e66638266cc90b154d0
Parents: 3623e6a
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jan 23 12:47:29 2018 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jan 23 12:47:29 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/544aa645/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 636bf45..bd4cd76 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -379,11 +379,6 @@
             <outputDirectory>/</outputDirectory>
         </file>
         <file>
-            <source>${project.basedir}/../../CHANGELOG.md</source>
-            <outputDirectory>/</outputDirectory>
-        </file>
-
-        <file>
             <source>${project.basedir}/../../SECURITY.md</source>
             <outputDirectory>/</outputDirectory>
         </file>