You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by al...@apache.org on 2015/03/06 03:26:45 UTC

incubator-parquet-mr git commit: PARQUET-202 Typo in the connection info in the pom prevents publishing an RC

Repository: incubator-parquet-mr
Updated Branches:
  refs/heads/master 5851e6da7 -> 2d1eaefb0


PARQUET-202 Typo in the connection info in the pom prevents publishing an RC

Author: Alex Levenson <al...@twitter.com>

Closes #134 from isnotinvain/alexlevenson/developerconnection and squashes the following commits:

8734e11 [Alex Levenson] Fix developer connection url


Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/commit/2d1eaefb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/tree/2d1eaefb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/diff/2d1eaefb

Branch: refs/heads/master
Commit: 2d1eaefb0f9ec2d81ea7a89defbaa506c0ed55f5
Parents: 5851e6d
Author: Alex Levenson <al...@twitter.com>
Authored: Thu Mar 5 18:26:31 2015 -0800
Committer: Alex Levenson <al...@twitter.com>
Committed: Thu Mar 5 18:26:31 2015 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/blob/2d1eaefb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6153d09..b9010ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <scm>
     <connection>scm:git:git@github.com:apache/incubator-parquet-mr.git</connection>
     <url>scm:git:git@github.com:apache/incubator-parquet-mr.git</url>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-parquet-format.git</developerConnection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-parquet-mr.git</developerConnection>
   </scm>
 
   <licenses>