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-mr.git
commit 0098e48ba33fefcfd0dce434dfc0214b84546fd4 Author: Zoltan Ivanfi <[email protected]> AuthorDate: Fri Nov 23 13:54:36 2018 +0100 PARQUET-1258: Update scm developer connection to github --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b0dda0..9324a1a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <scm> <connection>scm:git:[email protected]:apache/parquet-mr.git</connection> <url>scm:git:[email protected]:apache/parquet-mr.git</url> - <developerConnection>scm:git:https://github.com/apache/parquet-mr.git</developerConnection> + <developerConnection>scm:git:[email protected]:apache/parquet-mr.git</developerConnection> <tag>HEAD</tag> </scm>
