You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2018/03/28 13:57:39 UTC

[parquet-format] branch master updated: PARQUET-1258: Update scm developer connection to github (#90)

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

zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new 2174041  PARQUET-1258: Update scm developer connection to github (#90)
2174041 is described below

commit 2174041e93b7e5944f6d1c79d10f0286c82a5a4b
Author: Gabor Szadovszky <ga...@apache.org>
AuthorDate: Wed Mar 28 15:57:37 2018 +0200

    PARQUET-1258: Update scm developer connection to github (#90)
    
    After moving to gitbox the old apache repo is not working anymore.
    The pom.xml had to be updated accordingly.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9689aec..46efd04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   <scm>
     <connection>scm:git:git@github.com:apache/parquet-format.git</connection>
     <url>scm:git:git@github.com:apache/parquet-format.git</url>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/parquet-format.git</developerConnection>
+    <developerConnection>scm:git:git@github.com:apache/parquet-format.git</developerConnection>
     <tag>HEAD</tag>
   </scm>
 

-- 
To stop receiving notification emails like this one, please contact
zivanfi@apache.org.