From 8c1153d371d4498677605b847f8bfb0e0e743fd5 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 28 Mar 2020 10:17:10 -0400 Subject: [PATCH] Add download page link. --- RELEASE-NOTES.txt | 2 ++ src/changes/release-notes.vm | 7 ++++++- src/site/resources/release-notes/RELEASE-NOTES-3.10.txt | 8 +++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 88bc7eb90..137925409 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -101,6 +101,8 @@ patches, or suggestions for improvement, see the Apache Apache Commons Lang webs https://commons.apache.org/proper/commons-lang/ +Download page: https://commons.apache.org/proper/commons-lang/download_lang.cgi + ============================================================================= Apache Commons Lang diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 7b41e9489..423490829 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -136,4 +136,9 @@ Historical list of changes: ${project.url}changes-report.html For complete information on ${project.name}, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache ${project.name} website: -${project.url} \ No newline at end of file +${project.url} + +Download page: ${project.url}download_csv.cgi + +Have fun! +-Apache Commons Team diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt b/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt index 04e4e067c..ba8b6bf5e 100644 --- a/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt +++ b/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt @@ -16,13 +16,13 @@ limitations under the License. Apache Commons Lang - Version 3.10-SNAPSHOT + Version 3.10 Release Notes INTRODUCTION: -This document contains the release notes for the 3.10-SNAPSHOT version of Apache Commons Lang. +This document contains the release notes for the 3.10 version of Apache Commons Lang. Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment. @@ -116,4 +116,6 @@ Historical list of changes: https://commons.apache.org/proper/commons-lang/chang For complete information on Apache Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons Lang website: -https://commons.apache.org/proper/commons-lang/ \ No newline at end of file +https://commons.apache.org/proper/commons-lang/ + +Download page: https://commons.apache.org/proper/commons-lang/download_lang.cgi