Repository: ant-ivy
Updated Branches:
  refs/heads/master c470b7589 -> 994fff7f6


Bump up version of Checkstyle (use the latest of 7 series)

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/994fff7f
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/994fff7f
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/994fff7f

Branch: refs/heads/master
Commit: 994fff7f6244279f0703a612fb078e44fabcaa16
Parents: c470b75
Author: Gintas Grigelionis <gin...@apache.org>
Authored: Sat Feb 3 07:11:57 2018 +0100
Committer: Gintas Grigelionis <gin...@apache.org>
Committed: Sat Feb 3 07:11:57 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/994fff7f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3452eb0..18dbf81 100644
--- a/build.xml
+++ b/build.xml
@@ -564,7 +564,7 @@
     </target>
 
     <target name="init-checkstyle" depends="jar">
-        <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" 
revision="7.8.1"
+        <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" 
revision="7.8.2"
                        inline="true" conf="default" 
pathid="checkstyle.classpath" log="download-only"/>
         <taskdef uri="antlib:com.puppycrawl.tools.checkstyle.ant"
                  resource="com/puppycrawl/tools/checkstyle/ant/antlib.xml" 
classpathref="checkstyle.classpath"/>

Reply via email to