Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5 66b93b99a -> 850c31dde
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 (cherry picked from commit 0868dcbd9c91406be8ff867884ee85227f37cce9) Signed-off-by: Lee moon soo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/850c31dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/850c31dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/850c31dd Branch: refs/heads/branch-0.5 Commit: 850c31dde35b169233c07947436c1e7472ebec11 Parents: 66b93b9 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:21:17 2015 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/850c31dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0cb45a5..982c4ba 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>
