Repository: commons-fileupload Updated Branches: refs/heads/master 422caf46e -> 5832cbfbb
Add link to release notes to project website Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/a6fd4ca6 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/a6fd4ca6 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/a6fd4ca6 Branch: refs/heads/master Commit: a6fd4ca68567e7a5fbebc680e7511e0c3bb924cf Parents: 422caf4 Author: Benedikt Ritter <[email protected]> Authored: Mon Sep 25 19:29:15 2017 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Mon Sep 25 19:29:15 2017 +0200 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/a6fd4ca6/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index d74b763..7384a29 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -62,6 +62,7 @@ <li><a href="./javadocs/api-release/index.html">JavaDoc API (Latest release)</a></li> <li><a href="./apidocs/index.html">JavaDoc API (Latest development)</a></li> <li><a href="./project-reports.html">Project Reports</a></li> + <li><a href="https://dist.apache.org/repos/dist/release/commons/fileupload/RELEASE-NOTES.txt">Release Notes</a></li> </ul> <p>You can also <a href="./source-repository.html">browse</a> the Subversion repository.</p> </section>
