Add download page link.
This commit is contained in:
parent
7a9c09161d
commit
8c1153d371
|
@ -101,6 +101,8 @@ patches, or suggestions for improvement, see the Apache Apache Commons Lang webs
|
||||||
|
|
||||||
https://commons.apache.org/proper/commons-lang/
|
https://commons.apache.org/proper/commons-lang/
|
||||||
|
|
||||||
|
Download page: https://commons.apache.org/proper/commons-lang/download_lang.cgi
|
||||||
|
|
||||||
=============================================================================
|
=============================================================================
|
||||||
|
|
||||||
Apache Commons Lang
|
Apache Commons Lang
|
||||||
|
|
|
@ -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,
|
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:
|
patches, or suggestions for improvement, see the Apache ${project.name} website:
|
||||||
|
|
||||||
${project.url}
|
${project.url}
|
||||||
|
|
||||||
|
Download page: ${project.url}download_csv.cgi
|
||||||
|
|
||||||
|
Have fun!
|
||||||
|
-Apache Commons Team
|
||||||
|
|
|
@ -16,13 +16,13 @@ limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
Apache Commons Lang
|
Apache Commons Lang
|
||||||
Version 3.10-SNAPSHOT
|
Version 3.10
|
||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION:
|
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
|
Commons Lang is a set of utility functions and reusable components that should be of use in any
|
||||||
Java environment.
|
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,
|
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:
|
patches, or suggestions for improvement, see the Apache Apache Commons Lang website:
|
||||||
|
|
||||||
https://commons.apache.org/proper/commons-lang/
|
https://commons.apache.org/proper/commons-lang/
|
||||||
|
|
||||||
|
Download page: https://commons.apache.org/proper/commons-lang/download_lang.cgi
|
||||||
|
|
Loading…
Reference in New Issue