Repository: aurora
Updated Branches:
  refs/heads/master 4b117395a -> a654b28c3


Use HTTPS for Twitter Maven repository.

Testing Done:
rm -fr ~/.gradle/caches
./gradlew assemble

Reviewed at https://reviews.apache.org/r/36526/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a654b28c
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/a654b28c
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/a654b28c

Branch: refs/heads/master
Commit: a654b28c325c0d559ff81e4810446d6b25cdfdd8
Parents: 4b11739
Author: Kevin Sweeney <[email protected]>
Authored: Wed Jul 15 17:04:05 2015 -0700
Committer: Kevin Sweeney <[email protected]>
Committed: Wed Jul 15 17:04:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/aurora/blob/a654b28c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 87a809f..69e4a91 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,7 @@ allprojects {
   repositories {
     mavenCentral()
     maven {
-      url 'http://maven.twttr.com/'
+      url 'https://maven.twttr.com/'
     }
   }
 

Reply via email to