Repository: incubator-zeppelin Updated Branches: refs/heads/master e9a00d65c -> 0868dcbd9
Update scm info to use maven release plugin Update scm information in pom.xml to use maven release plugin. Author: Lee moon soo <[email protected]> Closes #150 from Leemoonsoo/ZEPPELIN-51 and squashes the following commits: 1849b06 [Lee moon soo] Update scm info to use maven release plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0868dcbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0868dcbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0868dcbd Branch: refs/heads/master Commit: 0868dcbd9c91406be8ff867884ee85227f37cce9 Parents: e9a00d6 Author: Lee moon soo <[email protected]> Authored: Fri Jul 10 13:34:16 2015 -0700 Committer: Lee moon soo <[email protected]> Committed: Sat Jul 11 00:20:51 2015 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/0868dcbd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b4762e..a484405 100644 --- a/pom.xml +++ b/pom.xml @@ -55,9 +55,9 @@ </licenses> <scm> - <url>http://zeppelin.incubator.apache.org</url> - <connection>scm:git:git:[email protected]:apache/incubator-zeppelin.git</connection> - <developerConnection>scm:git:[email protected]:apache/incubator-zeppelin.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</developerConnection> </scm> <developers>
