Update documentation for release 3.5

This commit is contained in:
Benedikt Ritter 2016-10-02 14:40:29 +02:00
parent 86f011d16c
commit c5eb2bf5d3
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
4 changed files with 10 additions and 7 deletions

View File

@ -69,7 +69,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
```

View File

@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="3.5" date="tba" description="New features including Java 9 detection">
<release version="3.5" date="2014-10-02" description="New features including Java 9 detection">
<action issue="LANG-1275" type="add" dev="oheger">Added a tryAcquire() method to TimedSemaphore.</action>
<action issue="LANG-1273" type="add" dev="ebourg" due-to="Jake Wang">Added a new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtils</action>
<action issue="LANG-1255" type="add" dev="britter" due-to="Kaiyuan Wang">Add DateUtils.toCalendar(Date, TimeZone)</action>

View File

@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
The JavaDoc API documents are available online:
</p>
<ul>
<li>The <a href="javadocs/api-3.4/index.html">current stable release 3.4</a> [Java 6.0+]</li>
<li>The <a href="javadocs/api-3.5/index.html">current stable release 3.5</a> [Java 6.0+]</li>
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li>
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
</ul>
@ -64,10 +64,10 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
</section>
<!-- ================================================== -->
<section name="Release Information">
<p>The latest stable release of Lang is 3.4. You may: </p>
<p>The latest stable release of Lang is 3.5. You may: </p>
<ul>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.4</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.4.txt">3.4 release notes</a></li>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.5</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.5.txt">3.5 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>
@ -77,7 +77,7 @@ Alternatively you can pull it from the central Maven repositories:
&lt;dependency&gt;
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
&lt;version&gt;3.4&lt;/version&gt;
&lt;version&gt;3.5&lt;/version&gt;
&lt;/dependency&gt;
</pre>
</p>

View File

@ -31,6 +31,9 @@ limitations under the License.
<tr>
<th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th>
</tr>
<tr>
<td>3.5</td><td>2016-10-02</td><td>6.0</td><td><a href="javadocs/api-3.5/">api-3.5</a></td><td><a href="release-notes/RELEASE-NOTES-3.5.txt">release notes for 3.5</a></td>
</tr>
<tr>
<td>3.4</td><td>2014-04-06</td><td>6.0</td><td><a href="javadocs/api-3.4/">api-3.4</a></td><td><a href="release-notes/RELEASE-NOTES-3.4.txt">release notes for 3.4</a></td>
</tr>