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 2018/02/14 14:38:02 UTC

commons-release-plugin git commit: Update Maven Checkstyle plugin from 2.17 to 3.3.0.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master e9706b2a6 -> 16cfa278d


Update Maven Checkstyle plugin from 2.17 to 3.3.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/16cfa278
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/16cfa278
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/16cfa278

Branch: refs/heads/master
Commit: 16cfa278de34a17cdf42e06c32030ccf791f86c3
Parents: e9706b2
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Feb 14 07:38:01 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Feb 14 07:38:01 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/16cfa278/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa969fe..bf20a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
             https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}
         </commons.scmPubUrl>
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-        <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+        <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
         <checkstyle.version>6.19</checkstyle.version>
         <commons.jacoco.version>0.8.0</commons.jacoco.version>
         <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>