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/35288d10
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/35288d10
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/35288d10

Branch: refs/heads/master
Commit: 35288d109e106c55f7bce280b775ff07ada126f7
Parents: 844d02c
Author: Benedikt Ritter <brit...@apache.org>
Authored: Mon Apr 17 14:12:54 2017 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Fri Jun 9 11:38:15 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/35288d10/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/35288d10/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index f871142..1639447 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/35288d10/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be3c2cf..bdcfef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,7 +579,7 @@
     <commons.module.name>org.apache.commons.lang3</commons.module.name>
     <!-- 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/35288d10/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56c2071..0ac4019 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-06-08" description="New features and bug 
fixes. Requires Java 7.">
     <action issue="LANG-1338" type="update" dev="britter">Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
     <action issue="LANG-1336" type="add" dev="britter" due-to="Beluga 
Behr">Add NUL Byte To CharUtils</action>
     <action issue="LANG-1337" type="fix" dev="kinow">Fix test failures in IBM 
JDK 8 for ToStringBuilderTest</action>
@@ -95,8 +95,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1313" type="add" dev="pschumacher" 
due-to="Tomschi">Add ArchUtils - An utility class for the "os.arch" system 
property</action>
     <action issue="LANG-1272" type="add" dev="ebourg">Add shuffle methods to 
ArrayUtils</action>
     <action issue="LANG-1317" type="add" dev="pschumacher" due-to="Yasser 
Zamani">Add MethodUtils#findAnnotation and extend 
MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface 
methods</action>
-    <action issue="LANG-1331" type="add" dev="ggregory">Add 
ImmutablePair.nullPair()</action>    
-    <action issue="LANG-1332" type="add" dev="ggregory">Add 
ImmutableTriple.nullTriple()</action>    
+    <action issue="LANG-1331" type="add" dev="ggregory">Add 
ImmutablePair.nullPair()</action>
+    <action issue="LANG-1332" type="add" dev="ggregory">Add 
ImmutableTriple.nullTriple()</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including 
Java 9 detection">

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/35288d10/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/35288d10/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index e85850b..2d8b15e 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.6</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/35288d10/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