You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/23 17:02:23 UTC

[text] Update Maven Checkstyle Plugin from 2.13 to 2.17, removes 'RedundantThrows' check which is no longer supported.

Repository: commons-text
Updated Branches:
  refs/heads/master 313046521 -> 7134d81d9


Update Maven Checkstyle Plugin from 2.13 to 2.17, removes
'RedundantThrows' check which is no longer supported.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7134d81d
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7134d81d
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7134d81d

Branch: refs/heads/master
Commit: 7134d81d9fa4cf8c8ffb327548d1001ce48e1964
Parents: 3130465
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Sep 23 11:02:20 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Sep 23 11:02:20 2017 -0600

----------------------------------------------------------------------
 checkstyle.xml | 1 -
 pom.xml        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/7134d81d/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 59fa631..2d65b6c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -183,7 +183,6 @@
         <module name="InnerAssignment"/>
         <module name="MagicNumber"/>
         <module name="MissingSwitchDefault"/>
-        <module name="RedundantThrows"/>
         <module name="SimplifyBooleanExpression"/>
         <module name="SimplifyBooleanReturn"/>
 

http://git-wip-us.apache.org/repos/asf/commons-text/blob/7134d81d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac4ca9f..32af8e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
     <!-- Use clirr version that works on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
 
-    <checkstyle.plugin.version>2.13</checkstyle.plugin.version>
+    <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
   </properties>