Commit Graph

226 Commits

Author SHA1 Message Date
Stephan Fuhrmann 8f9e66fbf0 Fix checkstyle config. Error was: [ERROR] Failed to execute
goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle
 (default-cli) on project commons-collections4: An error has occurred in
 Checkstyle report generation.: Failed during checkstyle execution:
Failed
 during checkstyle configuration: unable to parse configuration stream:
 Property ${checkstyle.suppressions.file} has not been set -> [Help 1].
Closes #41.
2018-06-12 16:14:12 -06:00
Rob Tompkins 13ba1cc91e (chore) adding commons-release-plugin properties to pom 2018-05-16 16:39:01 -04:00
Gary Gregory a047296d3e Prepare for release while testing build and release plugins. 2018-05-14 17:51:28 -06:00
Gary Gregory 97842394dc Update tests from EasyMock 3.5.1 to 3.6. 2018-05-10 08:44:10 -06:00
Gary Gregory feeae12051 Update commons-parent from 43 to 46. 2018-05-10 08:40:01 -06:00
Gary Gregory dee97c3ff1 Update Maven PMD plugin from 3.8 to 3.9.0.
Update Maven Checkstyle plugin from 2.17 to 3.0.0.
2018-02-01 12:04:38 -07:00
Gary Gregory db136b93dd Update commons-parent from 42 to 43. 2018-01-07 13:36:31 -07:00
Gary Gregory 92c5e6f1e1 On Java 9: Update Javadoc plugin from 3.0.0-M1 to 3.0.0. Eventually
commons-parent will specify 3.0.0.
2017-12-27 17:07:11 -07:00
Gary Gregory 2288112664 Update tests from Easymock 3.5 to 3.5.1. 2017-12-27 16:15:04 -07:00
Gary Gregory 9639ccb2fc Update tests from Apache Commons Lang 3.6 to 3.7. 2017-12-27 16:11:46 -07:00
ggregory 641aa1c663 Brute force test all available locales (it's fast.) for MapUtils which
previously failed on locales that do not use '.' as the decimal
separator. No main code changes.
2017-10-13 19:01:37 -06:00
Pascal Schumacher 87417154f2 travis: add java 9 to build (closes #27)
pom.xml: add java 9 profile to make build pass
2017-10-12 10:04:05 +02:00
Kavuri, Vamsi b15deac11a override jacoco version for java9 compatibility (closes #30) 2017-10-12 09:54:55 +02:00
pascalschumacher 6f35633878 travis: remove travis profile from pom and use travis-jacoco profile commons-parent 2017-10-02 11:24:41 +02:00
Gary Gregory 10ad95330b Update Maven Checkstyle plugin from 2.9.1 to 2.17. 2017-09-20 11:58:20 -06:00
Gary Gregory 2064caf1e1 maven-antrun-plugin 1.7 -> 1.8. 2017-09-20 11:54:00 -06:00
Gary Gregory 6e096e9fca coveralls-maven-plugin 3.1.0 -> 4.3.0. 2017-09-20 11:02:35 -06:00
Gary Gregory f283f43af5 maven-pmd-plugin 2.7.1 -> 3.8. 2017-09-20 11:00:31 -06:00
Gary Gregory 85e963aa79 Update tests from EasyMock 3.4 to 3.5. 2017-09-20 10:23:07 -06:00
Benedikt Ritter 80ec288ee7
COLLECTIONS-658: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility. 2017-09-20 09:16:53 +02:00
pascalschumacher 44985a1266 pom.xml: add default goal (clean, verify, rat, clirr and javadoc) 2017-09-16 10:49:58 +02:00
Gary Gregory 1081b725be Use FindBugs version from commons-parent. 2017-09-12 16:28:33 -06:00
Gary Gregory 1068d4cd6a GroupId is duplicate of parent groupId. 2017-09-12 14:52:43 -06:00
Gary Gregory 6a10051a7b Update commons-parent from 40 to 42. 2017-09-12 08:45:04 -06:00
pascalschumacher 3633bbd32c use java 8 compatible clirr version 2017-08-02 20:32:20 +02:00
pascalschumacher 1961bdd3e6 remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40 2017-08-02 20:24:53 +02:00
pascalschumacher 41cec319b5 pom.xml: move rat configuration from reporting to build section, so that it also works outside the site life-cycle 2017-08-02 20:18:03 +02:00
pascalschumacher df6474ed2b pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions 2017-08-02 20:12:31 +02:00
Gary Gregory f4a63c4c72 [COLLECTIONS-655] Update platform from Java 6 to Java 7. 2017-07-26 23:40:14 -07:00
Rob Tompkins c25a3efe1b (docs) update site. re. svn -> git 2017-07-18 08:03:24 -04:00
Rob Tompkins f0f364fd9d (fix) adding slash to pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1798504 13f79535-47bb-0310-9956-ffa450edef68
2017-06-12 18:35:54 +00:00
Rob Tompkins dbd1565df9 COLLECTIONS-606: README.md fix, thanks to Vamsi, closes #23
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1798499 13f79535-47bb-0310-9956-ffa450edef68
2017-06-12 18:10:06 +00:00
Rob Tompkins a2609356e0 (chore) adding commons.module.name to pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796463 13f79535-47bb-0310-9956-ffa450edef68
2017-05-28 00:04:41 +00:00
Gary D. Gregory 6cdf7f92d9 Update test from EasyMock 3.2 to 3.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744811 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 23:03:50 +00:00
Gary D. Gregory ff4f018553 Update from JUnit 4.11 to 4.12.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744810 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 23:02:13 +00:00
Gary D. Gregory 64c5aec863 No need to MI my name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744804 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:17:39 +00:00
Gary D. Gregory 42abaae120 commons-parent 39 -> 40.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744803 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:17:04 +00:00
Gary D. Gregory 6870c3363a commons-parent 38 -> 39.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734645 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:30:52 +00:00
Phil Steitz cfffa7138c Removed self from developers.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1728846 13f79535-47bb-0310-9956-ffa450edef68
2016-02-06 15:08:59 +00:00
Thomas Neidhart 123ed9c90d Try out different timestamp format for coverall plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717423 13f79535-47bb-0310-9956-ffa450edef68
2015-12-01 13:09:11 +00:00
Thomas Neidhart 51fb010651 Update pom after release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716920 13f79535-47bb-0310-9956-ffa450edef68
2015-11-27 21:49:23 +00:00
Thomas Neidhart ec24f7bc01 Revert travis env property.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716549 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 21:42:06 +00:00
Thomas Neidhart 3825a0ef30 The buildnumber plugin seems to mess with the coveralls plugin. Disable it when run on travis.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716533 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 20:24:26 +00:00
Thomas Neidhart 17c56dc18c try different property to activate coveralls.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716529 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 20:11:16 +00:00
Thomas Neidhart 597698749d Add travis configuration for jacoco and coveralls. Add badges to Readme.md.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716090 13f79535-47bb-0310-9956-ffa450edef68
2015-11-24 09:25:40 +00:00
Thomas Neidhart eaea717cc6 Update pom with latest release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714321 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 13:37:36 +00:00
Sebastian Bazley 3a9c4718ee Move assembly to standard location
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1696445 13f79535-47bb-0310-9956-ffa450edef68
2015-08-18 15:17:23 +00:00
Sebastian Bazley c87eeaa4f7 CP37 => CP38
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1688413 13f79535-47bb-0310-9956-ffa450edef68
2015-06-30 09:53:30 +00:00
Thomas Neidhart 83e81cb270 Update developer list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682179 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28 09:04:56 +00:00
Thomas Neidhart 0e11402b98 [COLLECTIONS-562] Upgrade minimum java requirement to Java 6. Replace ArrayStack with ArrayDeque.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681434 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 10:49:58 +00:00
Thomas Neidhart 2ff3914b33 Update to latest parent.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1660705 13f79535-47bb-0310-9956-ffa450edef68
2015-02-18 19:35:29 +00:00
Thomas Neidhart 39513f9142 [COLLECTIONS-550] Added IterableUtils#toString(...) to newly created IterableUtils class. Thanks to Goncalo Marques. This closes #7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1656600 13f79535-47bb-0310-9956-ffa450edef68
2015-02-02 23:10:32 +00:00
Thomas Neidhart 943e710f7c Remove cobertura plugin -> switched to jacoco.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651118 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 15:25:06 +00:00
Dipanjan Laha 5310e25a6c [COLLECTIONS-533] Initial commit for MultiValuedLinkedHashMap implementation & tests. Thanks to Geoff Schoeman.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632534 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 10:51:23 +00:00
Gary D. Gregory a49283d408 Update cobertura-maven-plugin from 2.5.2 to 2.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1628472 13f79535-47bb-0310-9956-ffa450edef68
2014-09-30 15:30:08 +00:00
Gary D. Gregory 923580c0b4 Update findbugs-maven-plugin from 2.5.2 to 2.5.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1628471 13f79535-47bb-0310-9956-ffa450edef68
2014-09-30 15:28:33 +00:00
Gary D. Gregory b5ffdaf94a commons-parent 33 -> 34.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1612023 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 06:15:47 +00:00
dlaha a6ebd45286 Update
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1610057 13f79535-47bb-0310-9956-ffa450edef68
2014-07-12 21:20:29 +00:00
Thomas Neidhart 23c6db1db6 Update.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1591833 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 08:59:08 +00:00
Thomas Neidhart 86b584313f Update version and add contributor.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1585336 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 20:00:08 +00:00
Gary D. Gregory a00d396051 Update to commons-parent 33.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1570441 13f79535-47bb-0310-9956-ffa450edef68
2014-02-21 04:24:18 +00:00
Thomas Neidhart ba8758326c [COLLECTIONS-471] Added BoundedIterator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1546220 13f79535-47bb-0310-9956-ffa450edef68
2013-11-27 22:54:05 +00:00
Thomas Neidhart d0ca1f6e1b Exclude binary test data files from rat plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544968 13f79535-47bb-0310-9956-ffa450edef68
2013-11-24 13:19:55 +00:00
Thomas Neidhart 47cafb82d7 Post release updates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544965 13f79535-47bb-0310-9956-ffa450edef68
2013-11-24 12:50:02 +00:00
Emmanuel Bourg fc330e25a4 Upgrade easymock to 3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540660 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 10:40:27 +00:00
Thomas Neidhart 0e3033df28 Add exclude for rat-plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538947 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 11:33:54 +00:00
Thomas Neidhart 105e3d4ca9 Upgrade to latest parent pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538945 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 11:17:31 +00:00
Thomas Neidhart 13ecfda6e8 Start all over again at RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538938 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 10:53:49 +00:00
Thomas Neidhart 894fd838fb [COLLECTIONS-488] Added CollectionUtils.matchesAll(Iterable, Predicate), thanks to Josh Cain.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538935 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 10:50:35 +00:00
Sebastian Bazley f4d27681d5 ASF Branding
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1534196 13f79535-47bb-0310-9956-ffa450edef68
2013-10-21 14:55:04 +00:00
Thomas Neidhart aa94cdbdd3 Added Hollis Waite as contributor.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1521263 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 19:39:13 +00:00
Thomas Neidhart 2355a5ffd0 Update pom.xml after release of 4.0-alpha1, upgrade findbugs plugin to 2.5.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500128 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 20:42:56 +00:00
Thomas Neidhart 834a75f8ea Upgrade easymock dependency: 2.5.2 -> 3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1495857 13f79535-47bb-0310-9956-ffa450edef68
2013-06-23 17:48:50 +00:00
Thomas Neidhart 75bac6a355 Move configuration files to src/conf, update pom, add overrides for site path and scm pub url.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493528 13f79535-47bb-0310-9956-ffa450edef68
2013-06-16 16:26:10 +00:00
Thomas Neidhart 1ee5fd53b5 Update to parent 30, add clirr config.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493524 13f79535-47bb-0310-9956-ffa450edef68
2013-06-16 15:57:03 +00:00
Thomas Neidhart 790c5068f7 Fix jira-report, snippet taken from commons-math.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476594 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 14:45:34 +00:00
Thomas Neidhart 0574dfb035 [COLLECTIONS-422] Added CollectionUtils.permutations(Collection) and PermutationIterator. Thanks for Benoit Corne for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470310 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 15:16:58 +00:00
Thomas Neidhart 9bdfac0fad [COLLECTIONS-433] Improve performance of TreeList#addAll and TreeList(Collection). Thanks to Jeffrey Barnes for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470159 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 13:11:14 +00:00
Thomas Neidhart 8be0b4cfb8 Update component properties in pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469071 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 21:00:36 +00:00
Thomas Neidhart 2e2789cda4 Move author to pom, add version/since tags, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469061 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:29:58 +00:00
Thomas Neidhart 4cffe07904 [COLLECTIONS-382] Change maven coordinates to org.apache.commons.commons-collections4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469010 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:57:32 +00:00
Sebastian Bazley cb3c2d5f79 Fix up URLs so they point to actual sites; this allows relative URLs to work properly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 17:49:27 +00:00
Gary D. Gregory 8e9347eaea cobertura-maven-plugin 2.5.1 -> 2.5.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457877 13f79535-47bb-0310-9956-ffa450edef68
2013-03-18 17:18:34 +00:00
Thomas Neidhart bfc6d92fe0 Ignore site-content directory for rat plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452075 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 17:49:03 +00:00
Thomas Neidhart 4898823d3c [COLLECTIONS-396] Add change record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451281 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 18:31:14 +00:00
Olivier Lamy bb7c225843 use new released parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438964 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 21:10:47 +00:00
Thomas Neidhart 9fa82c7fb4 [COLLECTIONS-322] Added new NodeListIterator to iterate over a dom NodeList, thanks to Thomas Vahrst.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438955 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 20:14:43 +00:00
Thomas Neidhart 71ac99b4e9 Fix wrong end tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437451 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 15:13:19 +00:00
Thomas Neidhart 52d194465d Add myself to pom.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437423 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 14:53:24 +00:00
Thomas Neidhart 3e5d03e527 Update test dependencies: junit 4.10 -> 4.11, easymock 2.0 -> 2.5.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436909 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 13:32:28 +00:00
Thomas Neidhart 8550de1c17 Add checkstyle suppression filter, do not create aggregate results.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436863 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 12:16:42 +00:00
Sebastian Bazley 3712f1a147 Dependency on SNAPSHOT parent causes problem for CI builds (at least on Jenkins)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436532 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 18:20:39 +00:00
Thomas Neidhart df73c74f88 Add findbugs exclude filter.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435977 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:44:05 +00:00
Olivier Lamy 99b53bcce8 disable this profile
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431628 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 20:45:22 +00:00
Olivier Lamy cc4ab3d647 simplify publication of site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431614 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 20:27:46 +00:00
Olivier Lamy 3041d5ded5 fix checkout path
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1430758 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 10:05:36 +00:00
Gary D. Gregory 837e75c49a Do not depend on CP snapshot.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429922 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 17:54:37 +00:00
Olivier Lamy e79d3ffa4b fix property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1423227 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 23:50:37 +00:00
Olivier Lamy 67ef15f8f9 fix some properties names
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422892 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 12:14:43 +00:00
Olivier Lamy e965e69f1b make checkout faster as javadocs folder will not change a lot
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422601 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 15:36:18 +00:00