You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/16 20:47:16 UTC

svn commit: r1720424 - /commons/proper/weaver/trunk/parent/pom.xml

Author: mbenson
Date: Wed Dec 16 19:47:16 2015
New Revision: 1720424

URL: http://svn.apache.org/viewvc?rev=1720424&view=rev
Log:
upgrade to last checkstyle version that runs on Java 6

Modified:
    commons/proper/weaver/trunk/parent/pom.xml

Modified: commons/proper/weaver/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent/pom.xml?rev=1720424&r1=1720423&r2=1720424&view=diff
==============================================================================
--- commons/proper/weaver/trunk/parent/pom.xml (original)
+++ commons/proper/weaver/trunk/parent/pom.xml Wed Dec 16 19:47:16 2015
@@ -36,7 +36,7 @@ under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <ant.version>1.9.4</ant.version>
-    <checkstyle.version>2.11</checkstyle.version>
+    <checkstyle.version>2.15</checkstyle.version>
     <hamcrest.version>1.3</hamcrest.version>
   </properties>