Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 4b2c88444 -> 2da100065
Adjust violation count (due to checkstyle plugin update?) 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/2da10006 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/2da10006 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/2da10006 Branch: refs/heads/devel-3 Commit: 2da1000656b23f0ada2eb7f5a64a3f7cb76c7255 Parents: 4b2c884 Author: Thomas Weise <[email protected]> Authored: Thu Dec 31 15:14:28 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Thu Dec 31 15:14:28 2015 -0800 ---------------------------------------------------------------------- engine/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/2da10006/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 5c59dce..f345410 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>4402</maxAllowedViolations> + <maxAllowedViolations>4403</maxAllowedViolations> </configuration> </plugin> <plugin>
