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/12 19:54:51 UTC

[text] Downgrade Checkstyle from 8.8 to 6.19 for Java 7 compatibility.

Repository: commons-text
Updated Branches:
  refs/heads/master 43b77258a -> 93e4a94f0


Downgrade Checkstyle from 8.8 to 6.19 for Java 7 compatibility.

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

Branch: refs/heads/master
Commit: 93e4a94f05c6cb6e04f7dbea09a4fbd04fe22497
Parents: 43b7725
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 12 12:54:48 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 12 12:54:48 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/93e4a94f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ab2bcf..f1466e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
-    <checkstyle.version>8.8</checkstyle.version>
+    <checkstyle.version>6.19</checkstyle.version>
   </properties>
 
   <dependencies>