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/21 16:48:50 UTC

[ant] branch master updated: go back to Spnar Scanner 2.5.0

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 f9a22ba  go back to Spnar Scanner 2.5.0
f9a22ba is described below

commit f9a22ba57a91ef52c12cca7d79b9dff737cb4dbb
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Wed Aug 21 18:48:31 2019 +0200

    go back to Spnar Scanner 2.5.0
---
 sonarqube.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sonarqube.xml b/sonarqube.xml
index 28ef2f7..6ee4c35 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.6.0.1426.jar"/>
+            value="https://binaries.sonarsource.com/Distribution/sonarqube-ant-task/sonarqube-ant-task-2.5.0"/>
 
   <target name="download">
     <mkdir dir="${downloads}"/>