You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2017/09/18 23:05:39 UTC

[geode] branch feature/GEODE-3629 updated: GEODE-3629: Update url to point to releases and not snapshots

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

jasonhuynh pushed a commit to branch feature/GEODE-3629
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3629 by this push:
     new 3b8d586  GEODE-3629: Update url to point to releases and not snapshots
3b8d586 is described below

commit 3b8d5868a4fa4767e59328d106a42de14a300c0b
Author: Jason Huynh <hu...@gmail.com>
AuthorDate: Mon Sep 18 16:04:42 2017 -0700

    GEODE-3629: Update url to point to releases and not snapshots
---
 geode-old-versions/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-old-versions/build.gradle b/geode-old-versions/build.gradle
index e2578c3..ddd6288 100644
--- a/geode-old-versions/build.gradle
+++ b/geode-old-versions/build.gradle
@@ -21,7 +21,7 @@ disableMavenPublishing()
 repositories {
   maven { url "https://plugins.gradle.org/m2/" }
   maven {
-    url 'https://repository.apache.org/content/repositories/snapshots'
+    url 'https://repository.apache.org/content/repositories/releases'
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].