You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/04/07 14:11:00 UTC

[commons-lang] branch release updated (7a9c091 -> e389ce1)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from 7a9c091  Bump to next development version
     add 8c1153d  Add download page link.
     add 36c4cc6  Lambdas.
     add 9747b14  Standardize on American English spelling of 'behavior'.
     add fbcde48  Fix typo in StringUtils's Java-Doc. (#507)
     add 312a7b3  Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.
     add d8a6c67  Missed an update for 3.9 to 3.10.
     add e389ce1  Missed an update for 3.9 to 3.10.

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.txt                                  |  6 ++++--
 pom.xml                                            |  2 +-
 src/changes/changes.xml                            |  8 ++++++--
 src/changes/release-notes.vm                       |  7 ++++++-
 .../java/org/apache/commons/lang3/ArrayUtils.java  |  4 ++--
 .../org/apache/commons/lang3/BooleanUtils.java     |  2 +-
 .../org/apache/commons/lang3/CharSetUtils.java     |  2 +-
 .../java/org/apache/commons/lang3/CharUtils.java   |  2 +-
 .../java/org/apache/commons/lang3/ClassUtils.java  |  2 +-
 .../java/org/apache/commons/lang3/LocaleUtils.java |  4 ++--
 .../java/org/apache/commons/lang3/ObjectUtils.java |  2 +-
 .../apache/commons/lang3/SerializationUtils.java   |  2 +-
 .../java/org/apache/commons/lang3/Streams.java     |  4 ++--
 .../java/org/apache/commons/lang3/StringUtils.java |  2 +-
 .../org/apache/commons/lang3/text/StrBuilder.java  | 22 +++++++++++-----------
 .../org/apache/commons/lang3/text/WordUtils.java   |  2 +-
 .../text/translate/NumericEntityUnescaper.java     |  2 +-
 .../apache/commons/lang3/tuple/ImmutablePair.java  |  2 +-
 .../commons/lang3/tuple/ImmutableTriple.java       |  2 +-
 .../resources/release-notes/RELEASE-NOTES-2.1.txt  |  4 ++--
 .../resources/release-notes/RELEASE-NOTES-2.2.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-2.3.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-2.4.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.10.txt |  8 +++++---
 .../release-notes/RELEASE-NOTES-3.2.1.txt          |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.2.txt  |  2 +-
 .../release-notes/RELEASE-NOTES-3.3.1.txt          |  2 +-
 .../release-notes/RELEASE-NOTES-3.3.2.txt          |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.3.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.4.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.5.txt  |  2 +-
 .../resources/release-notes/RELEASE-NOTES-3.6.txt  |  4 ++--
 .../resources/release-notes/RELEASE-NOTES-3.7.txt  |  4 ++--
 .../release-notes/RELEASE-NOTES-3.8.1.txt          |  4 ++--
 .../resources/release-notes/RELEASE-NOTES-3.8.txt  |  4 ++--
 .../resources/release-notes/RELEASE-NOTES-3.9.txt  |  4 ++--
 src/site/xdoc/article3_0.xml                       |  2 +-
 src/site/xdoc/index.xml                            | 10 +++++-----
 src/site/xdoc/upgradeto2_1.xml                     |  4 ++--
 src/site/xdoc/upgradeto2_3.xml                     |  2 +-
 src/site/xdoc/upgradeto2_4.xml                     |  2 +-
 .../org/apache/commons/lang3/FunctionsTest.java    | 14 ++++++--------
 .../java/org/apache/commons/lang3/StreamsTest.java | 22 +++++++++++-----------
 .../commons/lang3/StringEscapeUtilsTest.java       |  4 ++--
 .../commons/lang3/math/IEEE754rUtilsTest.java      |  6 +++---
 .../apache/commons/lang3/math/NumberUtilsTest.java | 22 +++++++++++-----------
 46 files changed, 115 insertions(+), 104 deletions(-)