You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2018/01/16 23:58:14 UTC

[geode] branch develop updated: GEODE-4292: Update scm refs in maven pom to github (#1280)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2a52890  GEODE-4292: Update scm refs in maven pom to github (#1280)
2a52890 is described below

commit 2a528902ce9baa9cb87489f6d043b123ebb94f84
Author: Sai Boorlagadda <sa...@gmail.com>
AuthorDate: Tue Jan 16 15:58:11 2018 -0800

    GEODE-4292: Update scm refs in maven pom to github (#1280)
    
      Updated scm refs to github in the published maven pom.
---
 gradle/publish.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/publish.gradle b/gradle/publish.gradle
index e818468..bb558a7 100644
--- a/gradle/publish.gradle
+++ b/gradle/publish.gradle
@@ -78,9 +78,9 @@ subprojects {
       url 'http://geode.apache.org'
   
       scm {
-        url 'https://git-wip-us.apache.org/repos/asf?p=geode.git;a=tree'
-        connection 'scm:https://git-wip-us.apache.org/repos/asf/geode.git'
-        developerConnection 'scm:https://git-wip-us.apache.org/repos/asf/geode.git'
+        url 'https://github.com/apache/geode'
+        connection 'scm:git:https://github.com:apache/geode.git'
+        developerConnection 'scm:git:https://github.com:apache/geode.git'
       }
   
       licenses {

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