You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2019/09/25 16:16:06 UTC

[parquet-format] branch master updated: PARQUET-1608: Update developerConnection to github.

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

blue 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 0205ad9  PARQUET-1608: Update developerConnection to github.
0205ad9 is described below

commit 0205ad965b914fbcd121fb1d817a82c7ff39edff
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Wed Sep 25 09:14:41 2019 -0700

    PARQUET-1608: Update developerConnection to github.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89818c1..422fe86 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:git@github.com:apache/parquet-format.git</developerConnection>
+    <developerConnection>scm:git:https://github.com/apache/parquet-mr.git</developerConnection>
     <tag>HEAD</tag>
   </scm>