aboutsummaryrefslogtreecommitdiff
path: root/src/site/xdoc/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/xdoc/index.xml')
-rw-r--r--src/site/xdoc/index.xml26
1 files changed, 9 insertions, 17 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6408e4fd2..8365ca957 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -31,13 +31,14 @@ these extra methods.
</p>
<p>
-Lang provides a host of helper utilities for the java.lang API, notably
+Apache Commons Lang provides a host of helper utilities for the java.lang API, notably
String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization
and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with
building methods, such as hashCode, toString and equals.
</p>
<p>
-Note that Lang 3.0 (and subsequent versions) use a different package (<em>org.apache.commons.lang3</em>) than the previous versions (<em>org.apache.commons.lang</em>), allowing it to be used at the same time as an earlier version.
+Note that Commons Lang 3.0 (and subsequent versions) use a different package (<em>org.apache.commons.lang3</em>) than the previous versions (<em>org.apache.commons.lang</em>),
+allowing Commons Lang 3 to be used at the same time as Commons Lang 2.
</p>
</section>
<!-- ================================================== -->
@@ -61,23 +62,14 @@ The <a href="scm.html">git repository</a> can be
</section>
<!-- ================================================== -->
<section name="Release Information">
-<p>The latest stable release of Lang is 3.12. You may: </p>
+<p>The latest stable release of Lang is 3.12.0: </p>
<ul>
-<li>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.12</a></li>
-<li>Read the <a href="release-notes/RELEASE-NOTES-3.12.txt">3.12 release notes</a></li>
-<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
-<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
+<li>Pull it using a build tool like Maven using a <a href="dependency-info.html">dependency management reference</a>.</li>
+<li>Download the latest release from a <a href="https://commons.apache.org/lang/download_lang.cgi">mirror</a>.</li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.12.txt">release notes</a>.</li>
+<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a>.</li>
+<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a>.</li>
</ul>
-<p>
-Alternatively you can pull it from the central Maven repositories:
-<pre>
-&lt;dependency&gt;
- &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
- &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
- &lt;version&gt;3.12&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
-</p>
<p>
For information on previous releases see the <a href="changes-report.html">Release History</a>, and to download previous releases see the <a href="https://archive.apache.org/dist/commons/lang/">Commons Lang Archive</a>.