Skip to content

Commit 3548f0a

Browse files
committed
Update site for release 3.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669792 13f79535-47bb-0310-9956-ffa450edef68
1 parent dfaa656 commit 3548f0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/xdoc/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
5050
The JavaDoc API documents are available online:
5151
</p>
5252
<ul>
53-
<li>The <a href="javadocs/api-3.3.2/index.html">current stable release 3.3.2</a> [Java 6.0+]</li>
53+
<li>The <a href="javadocs/api-3.4/index.html">current stable release 3.4</a> [Java 6.0+]</li>
5454
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li>
5555
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
5656
</ul>
@@ -64,10 +64,10 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
6464
</section>
6565
<!-- ================================================== -->
6666
<section name="Release Information">
67-
<p>The latest stable release of Lang is 3.3.2. You may: </p>
67+
<p>The latest stable release of Lang is 3.4. You may: </p>
6868
<ul>
69-
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3.2</a></li>
70-
<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.2.txt">3.3.2 release notes</a></li>
69+
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.4</a></li>
70+
<li>Read the <a href="release-notes/RELEASE-NOTES-3.4.txt">3.4 release notes</a></li>
7171
<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
7272
<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
7373
</ul>
@@ -76,7 +76,7 @@ Alternatively you can pull it from the central Maven repositories:
7676
<pre>
7777
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
7878
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
79-
&lt;version&gt;3.3.2&lt;/version&gt;
79+
&lt;version&gt;3.4&lt;/version&gt;
8080
</pre>
8181
</p>
8282

0 commit comments

Comments
 (0)