Update website for 3.6 release

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

Branch: refs/heads/release
Commit: 2b10273cbec1ccfc6bc7a55d5b862dd4ae95c300
Parents: 046ccf1
Author: Benedikt Ritter <brit...@apache.org>
Authored: Mon Apr 17 14:12:54 2017 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Mon Apr 17 14:13:55 2017 +0200

----------------------------------------------------------------------
 README.md                         |  2 +-
 RELEASE-NOTES.txt                 |  2 +-
 pom.xml                           |  2 +-
 src/changes/changes.xml           |  2 +-
 src/site/xdoc/download_lang.xml   |  2 +-
 src/site/xdoc/index.xml           | 10 +++++-----
 src/site/xdoc/release-history.xml |  3 +++
 7 files changed, 13 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dd44aab..ae5aee2 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.5</version>
+  <version>3.6</version>
 </dependency>
 ```
 

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 381ad17..8d28fd1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -9,7 +9,7 @@ This document contains the release notes for the 3.6 version of
 Apache Commons Lang as well as a history all changes in the Commons Lang 3.x
 release line. Commons Lang is a set of utility functions and reusable
 components that should be of use in any Java environment. Commons Lang 3.6 at
-least requires Java 7. Note that this has changed from Commons Lang 3.5, which
+least requires Java 7.0. Note that this has changed from Commons Lang 3.5, 
which
 only required Java 1.6.
 
 For the advice on upgrading from 2.x to 3.x, see the following page:

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a82a7e1..cb20170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
     <commons.componentid>lang3</commons.componentid>
     <!-- Current 3.x release series -->
     <commons.release.version>3.6</commons.release.version>
-    <commons.release.desc>(Java 6.0+)</commons.release.desc>
+    <commons.release.desc>(Java 7.0+)</commons.release.desc>
     <!-- Previous 2.x release series -->
     <commons.release.2.version>2.6</commons.release.2.version>
     <commons.release.2.desc>(Requires Java 1.2 or 
later)</commons.release.2.desc>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5724717..ce095b4 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.6" date="2017-MM-DD" description="TBD">
+  <release version="3.6" date="2017-04-17" description="New features and bug 
fixes">
     <action issue="LANG-1312" type="fix" dev="britter">LocaleUtils#toLocale 
does not support language followed by UN M.49 numeric-3 area code followed by 
variant</action>
     <action issue="LANG-1300" type="fix" dev="chtompki" due-to="Mark 
Dacek">Clarify or improve behaviour of int-based indexOf methods in 
StringUtils</action>
     <action issue="LANG-1299" type="add" dev="djones">Add method for 
converting string to an array of code points</action>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/src/site/xdoc/download_lang.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download_lang.xml b/src/site/xdoc/download_lang.xml
index 3f752c8..55e00dd 100644
--- a/src/site/xdoc/download_lang.xml
+++ b/src/site/xdoc/download_lang.xml
@@ -111,7 +111,7 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Lang 3.6 (Java 6.0+)">
+    <section name="Apache Commons Lang 3.6 (Java 7.0+)">
       <subsection name="Binaries">
         <table>
           <tr>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e85850b..c25cac9 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.5/index.html">current stable release 3.5</a> 
[Java 6.0+]</li>
+<li>The <a href="javadocs/api-3.6/index.html">current stable release 3.7</a> 
[Java 7.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>
@@ -61,10 +61,10 @@ The <a href="source-repository.html">git repository</a> can 
be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Lang is 3.5. You may: </p>
+<p>The latest stable release of Lang is 3.6. You may: </p>
 <ul>
-<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>Download <a 
href="http://commons.apache.org/lang/download_lang.cgi";>3.6</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.6.txt">3.6 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>
@@ -74,7 +74,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.5&lt;/version&gt;
+  &lt;version&gt;3.6&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </p>

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2b10273c/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index 8a805e1..57ba62d 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.6</td><td>2016-04-17</td><td>7.0</td><td><a 
href="javadocs/api-3.6/">api-3.6</a></td><td><a 
href="release-notes/RELEASE-NOTES-3.6.txt">release notes for 3.6</a></td>
+        </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>

Reply via email to