You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2019/02/27 22:05:36 UTC

[geode-examples] branch develop updated: GEODE-6463: Use https://storage.googleapis.com for maven snapshots

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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new a6d6e70  GEODE-6463: Use https://storage.googleapis.com for maven snapshots
a6d6e70 is described below

commit a6d6e709e424b078a110b66ceb87508f3e6e3ed7
Author: Dan Smith <up...@apache.org>
AuthorDate: Wed Feb 27 11:51:51 2019 -0800

    GEODE-6463: Use https://storage.googleapis.com for maven snapshots
    
    Point directly at the gcloud bucket for nightly snapshots of geode.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d7810b4..e82f2cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ allprojects {
         }
         mavenCentral()
         maven {
-            url 'http://maven.apachegeode-ci.info/snapshots'
+            url 'https://storage.googleapis.com/maven.apachegeode-ci.info/snapshots'
         }
     }
 }