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:18:25 UTC

[parquet-format] branch master updated: PARQUET-1608: Fix URL in pom.xml

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 bf1a74b  PARQUET-1608: Fix URL in pom.xml
bf1a74b is described below

commit bf1a74b87d4c286fb8075c28252fc6e1f0280ff9
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Wed Sep 25 09:18:05 2019 -0700

    PARQUET-1608: Fix URL in pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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