APEX-229 #resolve upgraded checkstyle maven plugin to 2.17 and checkstyle to 6.11.2 APEX-228 #resolve added maven 3.0.5 as prerequisite.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/8a960152 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8a960152 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8a960152 Branch: refs/heads/feature-module Commit: 8a960152d4a290c547affff00e0227d5e3753e1a Parents: 9049be7 Author: Vlad Rozov <[email protected]> Authored: Wed Oct 28 16:13:51 2015 -0700 Committer: Vlad Rozov <[email protected]> Committed: Wed Oct 28 16:13:51 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8a960152/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cbb6a81..d4ef633 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,10 @@ </license> </licenses> + <prerequisites> + <maven>3.0.5</maven> + </prerequisites> + <repositories> <!-- added for semantic versioning check, won't be needed once we publish to central --> <repository> @@ -307,12 +311,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.16</version> + <version>2.17</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>6.11</version> + <version>6.11.2</version> </dependency> </dependencies> <executions>
