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 2015/12/31 23:14:13 UTC

incubator-apex-core git commit: checkstyle and semver maven plugin upgrade

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3 3f76dcbfa -> 07bc9690e


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/devel-3
Commit: 07bc9690e2517be4dd7ba04c3a30c55202f4f1f0
Parents: 3f76dcb
Author: MalharJenkins <je...@datatorrent.com>
Authored: Mon Dec 28 10:00:13 2015 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
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>