Repository: commons-collections Updated Branches: refs/heads/master 4a9bcd0f5 -> dee97c3ff
Update Maven PMD plugin from 3.8 to 3.9.0. Update Maven Checkstyle plugin from 2.17 to 3.0.0. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/dee97c3f Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/dee97c3f Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/dee97c3f Branch: refs/heads/master Commit: dee97c3ff1c9746282fae7ed39e16993cbe9d3de Parents: 4a9bcd0 Author: Gary Gregory <[email protected]> Authored: Thu Feb 1 12:04:38 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Feb 1 12:04:38 2018 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/dee97c3f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c896e8..8cf5194 100644 --- a/pom.xml +++ b/pom.xml @@ -507,7 +507,7 @@ <commons.jira.pid>12310465</commons.jira.pid> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC1</commons.rc.version> - <checkstyle.version>2.17</checkstyle.version> + <checkstyle.version>3.0.0</checkstyle.version> <commons.site.path>collections</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl> @@ -665,7 +665,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.8</version> + <version>3.9.0</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>
