Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 9df652132 -> 7ae902eb3
Adjust checkstyle violation count. 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/7ae902eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/7ae902eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/7ae902eb Branch: refs/heads/release-3.2 Commit: 7ae902eb3d631137e6aaff465a6feb36327aaa78 Parents: 9df6521 Author: Thomas Weise <[email protected]> Authored: Tue Mar 1 00:11:43 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Tue Mar 1 00:11:43 2016 -0800 ---------------------------------------------------------------------- engine/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/7ae902eb/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 286960e..f190bd1 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>2322</maxAllowedViolations> + <maxAllowedViolations>2323</maxAllowedViolations> </configuration> </plugin> </plugins>
