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/06/13 17:13:11 UTC

commons-release-plugin git commit: Update Checkstyle 6.19 -> 8.10.1. OK: mvn clean site -Dskip.animal.sniffer (no Checkstykle errors, warnings, or infos with both versions.)

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 97238d3ff -> 13210c797


Update Checkstyle 6.19 -> 8.10.1. OK: mvn clean site
-Dskip.animal.sniffer (no Checkstykle errors, warnings, or infos with
both versions.)

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/13210c79
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/13210c79
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/13210c79

Branch: refs/heads/master
Commit: 13210c797d64213c6167010914391379a75f4076
Parents: 97238d3
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 13 11:13:06 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 13 11:13:06 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/13210c79/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72025b1..2cb4d73 100755
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     </commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
-    <checkstyle.version>6.19</checkstyle.version>
+    <checkstyle.version>8.10.1</checkstyle.version>
     <maven-scm.version>1.10.0</maven-scm.version>
     <commons.jacoco.version>0.8.0</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>