Repository: logging-log4j2 Updated Branches: refs/heads/master 0a6da7eb4 -> 9003d0e6c
Fix release notes file name in assembly configuration Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9003d0e6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9003d0e6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9003d0e6 Branch: refs/heads/master Commit: 9003d0e6cba4f278326c91c5f25252973de4a254 Parents: 0a6da7e Author: Matt Sicker <[email protected]> Authored: Sun Apr 2 14:45:13 2017 -0500 Committer: Matt Sicker <[email protected]> Committed: Sun Apr 2 14:45:13 2017 -0500 ---------------------------------------------------------------------- log4j-distribution/src/assembly/bin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9003d0e6/log4j-distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/src/assembly/bin.xml b/log4j-distribution/src/assembly/bin.xml index 19880d6..c961e59 100644 --- a/log4j-distribution/src/assembly/bin.xml +++ b/log4j-distribution/src/assembly/bin.xml @@ -48,9 +48,9 @@ limitations under the License. </fileSets> <files> <file> - <source>../RELEASE-NOTES.txt</source> + <source>../RELEASE-NOTES.md</source> <outputDirectory>.</outputDirectory> - <destName>RELEASE-NOTES.txt</destName> + <destName>RELEASE-NOTES.md</destName> </file> </files> </assembly>
