You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2014/03/10 02:07:28 UTC

git commit: Changed sonar url http://analysis.apache.org to https

Repository: tapestry-5
Updated Branches:
  refs/heads/master c33c963d1 -> 01a478c12


Changed sonar url http://analysis.apache.org to https

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/01a478c1
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/01a478c1
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/01a478c1

Branch: refs/heads/master
Commit: 01a478c12dc7f9466656995f783e0970b52e0988
Parents: c33c963
Author: Bob Harner <bo...@apache.org>
Authored: Mon Mar 3 07:20:37 2014 -0500
Committer: Bob Harner <bo...@apache.org>
Committed: Sun Mar 9 21:02:53 2014 -0400

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/01a478c1/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6013abd..9305312 100755
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ def tapestryVersion() {
 // Let analysis.apache.org get in touch with our builds
 
 project.ext {
-    sonarUrl = System.getProperty("sonarUrl", "http://analysis.apache.org");
+    sonarUrl = System.getProperty("sonarUrl", "https://analysis.apache.org");
     sonarDbUrl = System.getProperty("sonarDbUrl", "");
     sonarDbUsername = System.getProperty("sonarDbUsername", "");
     sonarDbPassword = System.getProperty("sonarDbPassword", "");
@@ -573,4 +573,4 @@ boolean checkJDK() {
     else { // JDK 6 and 5 require the same minor version
         minor > 45
     }
-}
\ No newline at end of file
+}