You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2019/08/22 07:35:12 UTC

[ant] branch master updated: fix file name

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 41db83c  fix file name
41db83c is described below

commit 41db83c2c6af12994a19284761f27ee6d48a96d2
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Thu Aug 22 09:35:00 2019 +0200

    fix file name
---
 sonarqube.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sonarqube.xml b/sonarqube.xml
index 6ee4c35..6f09e00 100644
--- a/sonarqube.xml
+++ b/sonarqube.xml
@@ -10,7 +10,7 @@
   <property name="downloads" location="build/downloads"/>
   <property name="sonarqube-ant-task-jar" location="${downloads}/sonarqube-ant-task.jar"/>
   <property name="sonarqube-ant-task-url"
-            value="https://binaries.sonarsource.com/Distribution/sonarqube-ant-task/sonarqube-ant-task-2.5.0"/>
+            value="https://binaries.sonarsource.com/Distribution/sonarqube-ant-task/sonarqube-ant-task-2.5.jar"/>
 
   <target name="download">
     <mkdir dir="${downloads}"/>