You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/03/05 17:37:33 UTC

[27/29] commons-release-plugin git commit: Adding README.md and CONTRIBUTING.md to bin assemblies

Adding README.md and CONTRIBUTING.md to bin assemblies


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/db952080
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/db952080
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/db952080

Branch: refs/heads/master
Commit: db952080dc07a0e296c834d1bf6f9bdfc8513da7
Parents: bfb8fd9
Author: Rob Tompkins <ch...@gmail.com>
Authored: Fri Mar 2 07:27:02 2018 -0500
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Fri Mar 2 07:27:02 2018 -0500

----------------------------------------------------------------------
 src/assembly/bin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/db952080/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 6d44c08..5cf5063 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -24,8 +24,10 @@
     <fileSets>
         <fileSet>
             <includes>
+                <include>CONTRIBUTING.md</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>