aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-02-21 20:36:21 -0500
committerGary Gregory <garydgregory@gmail.com>2021-02-21 20:36:21 -0500
commite73816cb69ee7379b1db317ed9cec02df1b6128b (patch)
tree9df8b7ae426e8663b3570a3d987ce8ad3004f3c4 /src/site
parent6d2e78b58e952d4c7bfec5ff9c9ee50751f8e5d3 (diff)
downloadapache-commons-lang-e73816cb69ee7379b1db317ed9cec02df1b6128b.tar.gz
Use 3.12.0 as the next version label.
Simplify site to use more general terms instead of the version number.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/site.xml24
-rw-r--r--src/site/xdoc/index.xml26
2 files changed, 21 insertions, 29 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index b1f79b9cc..a08e5f0ed 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,21 +24,21 @@
<body>
<menu name="Lang">
- <item name="Overview" href="/index.html"/>
- <item name="Download" href="/download_lang.cgi"/>
- <item name="Users guide" href="/userguide.html"/>
- <item name="Release History" href="/changes-report.html"/>
- <item name="Javadoc" href="javadocs/api-release/index.html"/>
+ <item name="Overview" href="/index.html" />
+ <item name="Download" href="/download_lang.cgi" />
+ <item name="Users guide" href="/userguide.html" />
+ <item name="Release History" href="/changes-report.html" />
+ <item name="Javadoc" href="/apidocs/index.html" />
+ <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-lang3" />
</menu>
<menu name="Development">
- <item name="Building" href="/building.html"/>
- <item name="Mailing Lists" href="/mail-lists.html"/>
- <item name="Issue Tracking" href="/issue-tracking.html"/>
- <item name="Proposal" href="/proposal.html"/>
- <item name="Developer guide" href="/developerguide.html"/>
- <item name="Source Repository" href="/scm.html"/>
- <item name="Javadoc (GIT latest)" href="apidocs/index.html"/>
+ <item name="Building" href="/building.html" />
+ <item name="Mailing Lists" href="/mail-lists.html" />
+ <item name="Issue Tracking" href="/issue-tracking.html" />
+ <item name="Proposal" href="/proposal.html" />
+ <item name="Developer guide" href="/developerguide.html" />
+ <item name="Source Repository" href="/scm.html" />
</menu>
</body>
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>.