[text] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master d4890a893 -> e0b744e52 pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[lang] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

2017-05-04 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 1375e931d -> 340f5f70e pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/2] commons-compress git commit: COMPRESS-390 record change

2017-05-04 Thread bodewig
COMPRESS-390 record change closes #22 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/092bcac5 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/092bcac5 Diff:

[1/2] commons-compress git commit: COMPRESS-390: Expose stream offsets and size

2017-05-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master b19bf2b7e -> 092bcac5b COMPRESS-390: Expose stream offsets and size Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3bf400ed Tree:

[lang] StrBuilder: remove commented-out code

2017-05-04 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 7ddfc8ae1 -> 1375e931d StrBuilder: remove commented-out code Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1375e931 Tree:

[2/3] [text] fix some javadoc typos

2017-05-04 Thread pascalschumacher
fix some javadoc typos Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/aa2a77ef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/aa2a77ef Diff:

[3/3] [text] StrBuilder: remove commented-out code

2017-05-04 Thread pascalschumacher
StrBuilder: remove commented-out code Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d4890a89 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/d4890a89 Diff:

[1/3] [text] use System.lineSeparator() instead of System.getProperty("line.separator")

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 4d84a33e4 -> d4890a893 use System.lineSeparator() instead of System.getProperty("line.separator") Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[3/3] [text] WordUtils: correct since javadoc tags

2017-05-04 Thread pascalschumacher
WordUtils: correct since javadoc tags Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4d84a33e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4d84a33e Diff:

[1/3] [text] port changes from commons-lang WordUtils to commons-text WordUtils

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0b6a285bb -> 4d84a33e4 port changes from commons-lang WordUtils to commons-text WordUtils Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0f7877b

[2/3] [text] checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls

2017-05-04 Thread pascalschumacher
checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8140c6a7 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8140c6a7 Diff:

svn commit: r1793749 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

2017-05-04 Thread sebb
Author: sebb Date: Thu May 4 08:17:49 2017 New Revision: 1793749 URL: http://svn.apache.org/viewvc?rev=1793749=rev Log: Add info on checking for SNAPSHOT depends Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified:

commons-compress git commit: fix inconsistency

2017-05-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master ccf55ddf2 -> b19bf2b7e fix inconsistency Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b19bf2b7 Tree:

[1/3] commons-compress git commit: COMPRESS-392 record Brotli support

2017-05-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 037209cb3 -> ccf55ddf2 COMPRESS-392 record Brotli support Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ac73d23c Tree:

[3/3] commons-compress git commit: COMPRESS-392 remove matches method if it doesn't work

2017-05-04 Thread bodewig
COMPRESS-392 remove matches method if it doesn't work closes #23 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ccf55ddf Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ccf55ddf

[2/3] commons-compress git commit: COMPRESS-392 make test for Brotli check for the library itself

2017-05-04 Thread bodewig
COMPRESS-392 make test for Brotli check for the library itself Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c4ad0b75 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c4ad0b75 Diff: