389 Commits

Author SHA1 Message Date
Maxim Solodovnik
5f959fd8e7
Release candidate. 2018-12-18 21:53:01 +07:00
Gary Gregory
b5585aaa60 Update EasyMock from 3.6 to 4.0 to fix testing on Java 11. 2018-10-28 09:03:46 -06:00
Gary Gregory
12ba7bd769 Update tests from Apache Commons Lang 3.7 to 3.8. 2018-08-21 08:53:25 -06:00
Gary Gregory
734f7f3dbd [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:25:22 -06:00
Gary Gregory
482762a13f [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:08:27 -06:00
Gary Gregory
8cb8ac8372 Bump to next development version 2018-07-11 15:23:00 -06:00
Gary Gregory
483cbbbf5a Remove trailing whitepace. 2018-07-07 18:18:18 -06:00
Gary Gregory
37a7c44093 Update version numbers for Apache Commons Collections release 4.2 2018-07-07 17:49:32 -06:00
Gary Gregory
f5d8bfdcb5 Remove commons.distSvnStagingUrl since is now set this value in
commons-parent as of version 47.
2018-07-07 16:50:44 -06:00
Gary Gregory
35a1503978 JDK 9 profile: maven-javadoc-plugin 3.0.0 -> 3.0.1. 2018-07-07 15:49:01 -06:00
Gary Gregory
5b26a6d2e2 maven-pmd-plugin 3.9.0 -> 3.10.0. 2018-07-07 15:48:15 -06:00
Gary Gregory
71140f3db6 Pickup JaCoCo 0.8.1 from commons-parent. 2018-07-07 15:43:56 -06:00
Gary Gregory
0062fe65d1 Update commons-parent from 46 to 47. 2018-07-07 10:46:45 -06:00
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