svn commit: r1841296 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

2018-09-19 Thread britter
Author: britter Date: Wed Sep 19 08:06:17 2018 New Revision: 1841296 URL: http://svn.apache.org/viewvc?rev=1841296&view=rev Log: COMMONSSITE-124: Revert change in commons.scmPubUrl in Parent 47 Modified: commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/c

svn commit: r1841297 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

2018-09-19 Thread britter
Author: britter Date: Wed Sep 19 08:11:41 2018 New Revision: 1841297 URL: http://svn.apache.org/viewvc?rev=1841297&view=rev Log: Format changes.xml Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml URL:

svn commit: r1841298 - /commons/proper/commons-parent/trunk/pom.xml

2018-09-19 Thread britter
Author: britter Date: Wed Sep 19 08:13:47 2018 New Revision: 1841298 URL: http://svn.apache.org/viewvc?rev=1841298&view=rev Log: Remove redundant information that is already in changes.xml Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom

[07/48] commons-csv git commit: Next version will be 1.6 due to new auto-flush feature just added.

2018-09-19 Thread britter
Next version will be 1.6 due to new auto-flush feature just added. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5ca0f91f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5ca0f91f Diff: http://git-wip

[48/48] commons-csv git commit: Update website for commons-csv 1.6 release

2018-09-19 Thread britter
Update website for commons-csv 1.6 release Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/2596582d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/2596582d Diff: http://git-wip-us.apache.org/repos/as

[31/48] commons-csv git commit: [CSV-225] Parse method should avoid creating a redundant BufferedReader.

2018-09-19 Thread britter
[CSV-225] Parse method should avoid creating a redundant BufferedReader. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f5a1968b Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f5a1968b Diff: http://g

[17/48] commons-csv git commit: [CSV-219] The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s). [CSV-172] Don't quote cells just because they have U

2018-09-19 Thread britter
[CSV-219] The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s). [CSV-172] Don't quote cells just because they have UTF-8 encoded characters. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/re

[10/48] commons-csv git commit: findbugs-maven-plugin 3.0.4 -> 3.0.5.

2018-09-19 Thread britter
findbugs-maven-plugin 3.0.4 -> 3.0.5. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/27cdc557 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/27cdc557 Diff: http://git-wip-us.apache.org/repos/asf/comm

[47/48] commons-csv git commit: Fix link to release archive

2018-09-19 Thread britter
Fix link to release archive Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6c87f1fe Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/6c87f1fe Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/d

[02/48] commons-csv git commit: Update CSV 1.5 release date in changes.xml

2018-09-19 Thread britter
Update CSV 1.5 release date in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/edb87f3a Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/edb87f3a Diff: http://git-wip-us.apache.org/repos/as

[01/48] commons-csv git commit: Bump to next development version

2018-09-19 Thread britter
Repository: commons-csv Updated Branches: refs/heads/release f76a13570 -> 2596582d6 Bump to next development version Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3e3c2365 Tree: http://git-wip-us.apache.org/r

[26/48] commons-csv git commit: Typo: 'JavaDoc' -> 'Javadoc'.

2018-09-19 Thread britter
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c00f4d42 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c00f4d42 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/

[24/48] commons-csv git commit: [CSV-209] Create CSVFormat.ORACLE preset. Also: Fix and complete documentation for other formats.

2018-09-19 Thread britter
[CSV-209] Create CSVFormat.ORACLE preset. Also: Fix and complete documentation for other formats. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/a9daab69 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tre

[25/48] commons-csv git commit: Update release for 1.6 to this year.

2018-09-19 Thread britter
Update release for 1.6 to this year. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/00583b2a Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/00583b2a Diff: http://git-wip-us.apache.org/repos/asf/commo

[42/48] commons-csv git commit: CSV-231: Add more documentation to CSVPrinter

2018-09-19 Thread britter
CSV-231: Add more documentation to CSVPrinter Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/71459b6d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/71459b6d Diff: http://git-wip-us.apache.org/repos

[20/48] commons-csv git commit: [CSV-220] Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().

2018-09-19 Thread britter
[CSV-220] Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator(). Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3a203443 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3a203443 Diff: h

[21/48] commons-csv git commit: Update to commons-parent version 43

2018-09-19 Thread britter
Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f3f48be1 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f3f48be1 Diff: http://git-wip-us.apache.org/repos/asf/commo

[45/48] commons-csv git commit: Add temporary fix for COMMONSSITE-125

2018-09-19 Thread britter
Add temporary fix for COMMONSSITE-125 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/af261c8f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/af261c8f Diff: http://git-wip-us.apache.org/repos/asf/com

[36/48] commons-csv git commit: Add missing predefined formats to class documentation

2018-09-19 Thread britter
Add missing predefined formats to class documentation Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3d4a7e67 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3d4a7e67 Diff: http://git-wip-us.apache.o

[11/48] commons-csv git commit: travis: add java 9 to build (closes #23)

2018-09-19 Thread britter
travis: add java 9 to build (closes #23) pom.xml: add java 9 profile and override jacoco version to make build pass Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/d20e5aba Tree: http://git-wip-us.apache.org/repos

[32/48] commons-csv git commit: Remove trailing white spaces on all lines.

2018-09-19 Thread britter
Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/05e2f776 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/05e2f776 Diff: http://git-wip-us.apache.org/repos/asf

[43/48] commons-csv git commit: Remove empty paragraph from JavaDoc

2018-09-19 Thread britter
Remove empty paragraph from JavaDoc Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/4e1802db Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/4e1802db Diff: http://git-wip-us.apache.org/repos/asf/commo

[23/48] commons-csv git commit: [CSV-223] Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL. Apply modified patch from Samuel Martin. Closes #26.

2018-09-19 Thread britter
[CSV-223] Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL. Apply modified patch from Samuel Martin. Closes #26. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/83cd8088 Tree: http://git-wip-us.apache.org/re

[06/48] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Remove println() in test.

2018-09-19 Thread britter
[CSV-217] Add autoFlush option for CsvPrinter. Remove println() in test. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/3c0a73b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3c0a73b3 Diff: http://g

[18/48] commons-csv git commit: Sort methods.

2018-09-19 Thread britter
Sort methods. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/4f58df6d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/4f58df6d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/4f58df6d B

[33/48] commons-csv git commit: Normalize caps.

2018-09-19 Thread britter
Normalize caps. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/98d44079 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/98d44079 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/98d44079

[13/48] commons-csv git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-csv.git

2018-09-19 Thread britter
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-csv.git Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/1521cc28 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/1521cc28 Diff:

[34/48] commons-csv git commit: The the patrol.

2018-09-19 Thread britter
The the patrol. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/ea13687e Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/ea13687e Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/ea13687e

[46/48] commons-csv git commit: Adopt commons-jcs way of generating SHA-512 checksums

2018-09-19 Thread britter
Adopt commons-jcs way of generating SHA-512 checksums Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/79adf78d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/79adf78d Diff: http://git-wip-us.apache.o

[08/48] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Use current version of Mockito.

2018-09-19 Thread britter
[CSV-217] Add autoFlush option for CsvPrinter. Use current version of Mockito. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b4a084ed Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/b4a084ed Diff: ht

[30/48] commons-csv git commit: [CSV-225] Parse method should avoid creating a redundant BufferedReader.

2018-09-19 Thread britter
[CSV-225] Parse method should avoid creating a redundant BufferedReader. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/865872e0 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/865872e0 Diff: http://g

[09/48] commons-csv git commit: Use final.

2018-09-19 Thread britter
Use final. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0c216e78 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0c216e78 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0c216e78 Bran

[35/48] commons-csv git commit: Fix checkstyle errors

2018-09-19 Thread britter
Fix checkstyle errors Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/39e8ee6f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/39e8ee6f Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/39

[03/48] commons-csv git commit: Add version 1.6 to changes.

2018-09-19 Thread britter
Add version 1.6 to changes. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/10977ae1 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/10977ae1 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/di

[14/48] commons-csv git commit: Fix Javadocs typos

2018-09-19 Thread britter
Fix Javadocs typos Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0051a83d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0051a83d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0051a

[37/48] commons-csv git commit: Method in package private class does not need to be public

2018-09-19 Thread britter
Method in package private class does not need to be public Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/768f656c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/768f656c Diff: http://git-wip-us.apa

[16/48] commons-csv git commit: Update tests from Apache Commons Lang 3.6 to 3.7.

2018-09-19 Thread britter
Update tests from Apache Commons Lang 3.6 to 3.7. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/e76c4d80 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/e76c4d80 Diff: http://git-wip-us.apache.org/re

[05/48] commons-csv git commit: Next version will be 1.6 due to new auto-flush feature just added.

2018-09-19 Thread britter
Next version will be 1.6 due to new auto-flush feature just added. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9c203414 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9c203414 Diff: http://git-wip

[12/48] commons-csv git commit: Update tests from Apache Commons IO 2.5 to 2.6.

2018-09-19 Thread britter
Update tests from Apache Commons IO 2.5 to 2.6. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0e39fe3b Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0e39fe3b Diff: http://git-wip-us.apache.org/repo

[40/48] commons-csv git commit: Remove duplicated code by calling printRecords(Iterable)

2018-09-19 Thread britter
Remove duplicated code by calling printRecords(Iterable) Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/7694e8f9 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/7694e8f9 Diff: http://git-wip-us.apach

[41/48] commons-csv git commit: CR and LF are already statically imported

2018-09-19 Thread britter
CR and LF are already statically imported Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/e5b2413c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/e5b2413c Diff: http://git-wip-us.apache.org/repos/asf

[39/48] commons-csv git commit: Call flush instead of duplicating the logic

2018-09-19 Thread britter
Call flush instead of duplicating the logic Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/676a580c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/676a580c Diff: http://git-wip-us.apache.org/repos/a

[19/48] commons-csv git commit: Sort methods.

2018-09-19 Thread britter
Sort methods. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/34262e8c Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/34262e8c Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/34262e8c B

[44/48] commons-csv git commit: Update to latest commons-parent

2018-09-19 Thread britter
Update to latest commons-parent Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/62515c52 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/62515c52 Diff: http://git-wip-us.apache.org/repos/asf/commons-c

[38/48] commons-csv git commit: Update tests from Apache Commons Lang 3.7 to 3.8.

2018-09-19 Thread britter
Update tests from Apache Commons Lang 3.7 to 3.8. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/47dbc8fd Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/47dbc8fd Diff: http://git-wip-us.apache.org/re

[28/48] commons-csv git commit: Fix compiler warning.

2018-09-19 Thread britter
Fix compiler warning. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/33f662b2 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/33f662b2 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/33f

[04/48] commons-csv git commit: [CSV-217] Add autoFlush option for CsvPrinter. Applying modified patch This closes #24.

2018-09-19 Thread britter
[CSV-217] Add autoFlush option for CsvPrinter. Applying modified patch This closes #24. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/7e471527 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/7e471527

[29/48] commons-csv git commit: [CSV-224] Some Multi Iterator Parsing Peek Sequences Incorrectly Consume Elements.

2018-09-19 Thread britter
[CSV-224] Some Multi Iterator Parsing Peek Sequences Incorrectly Consume Elements. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f368f64f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f368f64f Diff

[22/48] commons-csv git commit: Slightly better Javadoc.

2018-09-19 Thread britter
Slightly better Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/eede739d Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/eede739d Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/

[27/48] commons-csv git commit: Remove trailing whitespace.

2018-09-19 Thread britter
Remove trailing whitespace. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5c0d27c0 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5c0d27c0 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/di

[15/48] commons-csv git commit: Remove trailing white spaces on all lines.

2018-09-19 Thread britter
Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/c6cd6ce8 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/c6cd6ce8 Diff: http://git-wip-us.apache.org/repos/asf

commons-build-plugin git commit: Update documentation according to new plugin goalPrefix

2018-09-19 Thread britter
Repository: commons-build-plugin Updated Branches: refs/heads/master 4a97cc48c -> 4a2fda52d Update documentation according to new plugin goalPrefix Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/co

svn commit: r1841307 - in /commons/cms-site/trunk/content/xdoc: new-sandbox-component.xml releases/prepare.xml

2018-09-19 Thread britter
Author: britter Date: Wed Sep 19 09:47:29 2018 New Revision: 1841307 URL: http://svn.apache.org/viewvc?rev=1841307&view=rev Log: Update documentation to reflect new commons-build-plugin goalPrefix Modified: commons/cms-site/trunk/content/xdoc/new-sandbox-component.xml commons/cms-site/tru

[3/5] commons-csv git commit: Add release date

2018-09-19 Thread britter
Add release date Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/b3bb9776 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/b3bb9776 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/b3bb977

[2/5] commons-csv git commit: Add RELEASE-NOTES for release 1.6

2018-09-19 Thread britter
Add RELEASE-NOTES for release 1.6 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/a6458f15 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/a6458f15 Diff: http://git-wip-us.apache.org/repos/asf/commons

[5/5] commons-csv git commit: Update NOTICE.txt

2018-09-19 Thread britter
Update NOTICE.txt Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/11b557ee Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/11b557ee Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/11b557

[4/5] commons-csv git commit: Regenerate GitHub documentation

2018-09-19 Thread britter
Regenerate GitHub documentation Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/544400be Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/544400be Diff: http://git-wip-us.apache.org/repos/asf/commons-c

[1/5] commons-csv git commit: Generate download page for release 1.6

2018-09-19 Thread britter
Repository: commons-csv Updated Branches: refs/heads/release 2596582d6 -> 11b557ee4 Generate download page for release 1.6 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/61820130 Tree: http://git-wip-us.apache

commons-csv git commit: Update version numbers for commons-csv release 1.6

2018-09-19 Thread britter
Repository: commons-csv Updated Branches: refs/heads/release 11b557ee4 -> 2596fdeeb Update version numbers for commons-csv release 1.6 Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/2596fdee Tree: http://git-w

[commons-csv] Git Push Summary

2018-09-19 Thread britter
Repository: commons-csv Updated Tags: refs/tags/csv-1.6-RC1 [created] 3c2d7919f

svn commit: r29508 - in /dev/commons/csv/1.6-RC1: ./ binaries/ source/

2018-09-19 Thread britter
Author: britter Date: Wed Sep 19 11:57:06 2018 New Revision: 29508 Log: Add Apache Commons CSV 1.6 RC1 Added: dev/commons/csv/1.6-RC1/ dev/commons/csv/1.6-RC1/RELEASE-NOTES.txt dev/commons/csv/1.6-RC1/binaries/ dev/commons/csv/1.6-RC1/binaries/commons-csv-1.6-bin.tar.gz (with pr

Nexus: Staging Completed

2018-09-19 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Apache Commons CSV 1.6 RC1Deployer properties:"userAgent" = "Apache-Maven/3.5.4 (Java 1.8.0_161; Mac OS X 10.13.6)""userId" = "britter""ip" = "87.191.39.154"Details:The following artifacts have been staged/org/apache/commons/commons-csv/1.6/com

commons-collections git commit: Update description.

2018-09-19 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 12ba7bd76 -> ad442e3c7 Update description. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/ad442e3c Tree: http://git-wip-us.ap

[2/2] commons-collections git commit: [COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR #51.

2018-09-19 Thread ggregory
[COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR #51. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/d6800c60 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/

[1/2] commons-collections git commit: [COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR #51.

2018-09-19 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master ad442e3c7 -> d6800c606 [COLLECTIONS-696] AbstractReferenceMap made easier for subclassing; PR #51. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/common

svn commit: r29512 - /dev/commons/lang/3.8-RC1/

2018-09-19 Thread chtompki
Author: chtompki Date: Wed Sep 19 15:13:27 2018 New Revision: 29512 Log: Cleaning out staging area for lang 3.8.1 Removed: dev/commons/lang/3.8-RC1/

[commons-lang] Git Push Summary

2018-09-19 Thread chtompki
Repository: commons-lang Updated Tags: refs/tags/LANG_3_8_1_RC1 [created] e90d91984

svn commit: r29513 - in /dev/commons/lang/3.8.1-RC1: ./ binaries/ site/ site/apidocs/ site/apidocs/org/ site/apidocs/org/apache/ site/apidocs/org/apache/commons/ site/apidocs/org/apache/commons/lang3/

2018-09-19 Thread chtompki
Author: chtompki Date: Wed Sep 19 15:27:51 2018 New Revision: 29513 Log: Staging release: commons-lang3, version: 3.8.1 [This commit notification would consist of 523 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

Nexus: Staging Completed

2018-09-19 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:commons-lang3-3.8.1-RC1Deployer properties:"userAgent" = "Apache-Maven/3.5.4 (Java 1.8.0_172; Mac OS X 10.13.6)""userId" = "chtompki""ip" = "199.76.125.10"Details:The following artifacts have been staged/org/apache/commons/commons-lang3/3.8.1/c

svn commit: r1841361 - in /commons/proper/daemon/trunk/src: changes/changes.xml native/windows/src/registry.c

2018-09-19 Thread ggregory
Author: ggregory Date: Wed Sep 19 18:15:55 2018 New Revision: 1841361 URL: http://svn.apache.org/viewvc?rev=1841361&view=rev Log: [DAEMON-393] Revered code comments for JRE and JDK locations in the registry. Modified: commons/proper/daemon/trunk/src/changes/changes.xml commons/proper/daem

svn commit: r1841363 - in /commons/proper/daemon/trunk/src: changes/changes.xml native/windows/src/registry.c

2018-09-19 Thread ggregory
Author: ggregory Date: Wed Sep 19 18:49:37 2018 New Revision: 1841363 URL: http://svn.apache.org/viewvc?rev=1841363&view=rev Log: [DAEMON-392] Undefined behaviour in registry.c dwRegKey = dwRegKey++ Modified: commons/proper/daemon/trunk/src/changes/changes.xml commons/proper/daemon/trunk/

svn commit: r1841400 - in /commons/proper/vfs/trunk: commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java src/changes/changes.xml

2018-09-19 Thread ggregory
Author: ggregory Date: Wed Sep 19 22:34:40 2018 New Revision: 1841400 URL: http://svn.apache.org/viewvc?rev=1841400&view=rev Log: [VFS-675] NullPointerException at AbstractFileObject.java:221. Modified: commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/Abst