Update documentation for release 3.5

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c5eb2bf5
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c5eb2bf5
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c5eb2bf5

Branch: refs/heads/release
Commit: c5eb2bf5d314166a310eaf791787b8fb1d4411e8
Parents: 86f011d
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Oct 2 14:40:29 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Thu Oct 13 20:52:15 2016 +0200

----------------------------------------------------------------------
 README.md                         |  2 +-
 src/changes/changes.xml           |  2 +-
 src/site/xdoc/index.xml           | 10 +++++-----
 src/site/xdoc/release-history.xml |  3 +++
 4 files changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c5eb2bf5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 216c07b..c3763fd 100644
--- a/README.md
+++ b/README.md
@@ -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>
 ```
 

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c5eb2bf5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3489eb9..7ebb7d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c5eb2bf5/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 197a33d..b1fb5e6 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c5eb2bf5/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index 2fe4679..8a805e1 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -32,6 +32,9 @@ limitations under the License.
           <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>
         <tr>

Reply via email to