You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/02/10 05:31:28 UTC

[2/4] incubator-apex-core git commit: APEXCORE-337 update number of checkstyle violations and upgrade checkstyle to 6.15

APEXCORE-337 update number of checkstyle violations and upgrade checkstyle to 6.15


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/8856939b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8856939b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8856939b

Branch: refs/heads/master
Commit: 8856939b3007e4a7d47cb566e26da046daa87479
Parents: bbc4257
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Tue Feb 9 17:35:05 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Tue Feb 9 17:35:05 2016 -0800

----------------------------------------------------------------------
 engine/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8856939b/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index ab9ed37..7924221 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -149,7 +149,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>3224</maxAllowedViolations>
+          <maxAllowedViolations>3184</maxAllowedViolations>
           <logViolationsToConsole>${checkstyle.console}</logViolationsToConsole>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/8856939b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5432ae..14a3149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>6.14</version>
+              <version>6.15</version>
             </dependency>
           </dependencies>
           <executions>