Repository: incubator-apex-malhar Updated Branches: refs/heads/master 1afb4a26f -> 9c557fca1
APEXMALHAR-1995 Upgrade Apex Core dependency to 3.3.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/5df199d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/5df199d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/5df199d7 Branch: refs/heads/master Commit: 5df199d79195641c51adf9b9ab7816b2660bd76f Parents: 1eb554f Author: Thomas Weise <[email protected]> Authored: Sat Feb 13 22:05:24 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Sat Feb 13 22:05:24 2016 -0800 ---------------------------------------------------------------------- checkstyle-suppressions.xml | 27 +++++++++++++++++++++++++++ pom.xml | 7 ++++--- 2 files changed, 31 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/5df199d7/checkstyle-suppressions.xml ---------------------------------------------------------------------- diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml new file mode 100644 index 0000000..08763a3 --- /dev/null +++ b/checkstyle-suppressions.xml @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> +<!DOCTYPE suppressions PUBLIC + "-//Puppy Crawl//DTD Suppressions 1.0//EN" + "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd"> + +<suppressions> +</suppressions> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/5df199d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a5c2772..7d804f6 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.2.0-incubating</version> + <version>3.3.0-incubating</version> </parent> <groupId>org.apache.apex</groupId> @@ -49,8 +49,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.deploy.skip>false</maven.deploy.skip> - <apex.core.version>3.2.0-incubating</apex.core.version> + <apex.core.version>3.3.0-incubating</apex.core.version> <semver.plugin.skip>false</semver.plugin.skip> + <checkstyle.console>false</checkstyle.console> </properties> <build> @@ -93,7 +94,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>8252</maxAllowedViolations> + <maxAllowedViolations>15967</maxAllowedViolations> </configuration> </plugin> </plugins>
