checkstyle and semver maven plugin upgrade
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/07bc9690 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/07bc9690 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/07bc9690 Branch: refs/heads/master Commit: 07bc9690e2517be4dd7ba04c3a30c55202f4f1f0 Parents: 3f76dcb Author: MalharJenkins <[email protected]> Authored: Mon Dec 28 10:00:13 2015 -0800 Committer: Vlad Rozov <[email protected]> Committed: Wed Dec 30 21:01:04 2015 -0800 ---------------------------------------------------------------------- engine/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/07bc9690/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 6bf8283..5c59dce 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -145,7 +145,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>4400</maxAllowedViolations> + <maxAllowedViolations>4402</maxAllowedViolations> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/07bc9690/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4cd1a5d..89c60c9 100644 --- a/pom.xml +++ b/pom.xml @@ -306,7 +306,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>6.13</version> + <version>6.14</version> </dependency> </dependencies> <executions> @@ -336,7 +336,7 @@ <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.6.1</version> + <version>0.6.2</version> <configuration> <parameter> <onlyModified>true</onlyModified>
