You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/01/05 23:32:32 UTC

[2/8] accumulo git commit: ACCUMULO-4089 Fix checkstyle for JDK6 (1.6 branch only)

ACCUMULO-4089 Fix checkstyle for JDK6 (1.6 branch only)


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/288a2e10
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/288a2e10
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/288a2e10

Branch: refs/heads/1.7
Commit: 288a2e108e1a3a3f0cd3bb083c77c56bec97bf08
Parents: e581d5b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jan 5 16:11:42 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jan 5 16:11:42 2016 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/288a2e10/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8f39b9..833bf44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -517,7 +517,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.13</version>
+          <version>2.15</version>
         </plugin>
         <plugin>
           <groupId>com.github.ekryd.sortpom</groupId>
@@ -1026,7 +1026,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>6.6</version>
+            <version>6.1.1</version>
           </dependency>
         </dependencies>
         <executions>