You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/05/17 15:04:33 UTC

[49/50] [lang] Update website for 3.6 release

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

Branch: refs/heads/release
Commit: cc06d265a7c2a8147cbbd96656263f45ae8a44dc
Parents: 964496a
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Apr 17 14:12:54 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed May 17 10:59:25 2017 -0400

----------------------------------------------------------------------
 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/cc06d265/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/cc06d265/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3afdb1f..d45c82e 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/cc06d265/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5aa7856..09607c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -578,7 +578,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/cc06d265/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a22895..bab6b9a 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-05-17" description="New features and bug fixes. Requires Java 7.">
     <action issue="LANG-1325" type="add" dev="kinow" due-to="Arshad Basha">Increase test coverage of ToStringBuilder class to 100%</action>
     <action issue="LANG-1307" type="add" dev="pschumacher" due-to="Arshad Basha">Add a method in StringUtils to extract only digits out of input string</action>
     <action issue="LANG-1110" type="update" dev="pschumacher" due-to="Bruno P. Kinoshita">Implement HashSetvBitSetTest using JMH</action>
@@ -89,8 +89,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/cc06d265/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/cc06d265/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/cc06d265/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>