updated scm urls
Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/00909780 Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/00909780 Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/00909780 Branch: refs/heads/master Commit: 009097800f86708c2cb6d04a1001e1bf06aa7eb0 Parents: 0658b3c Author: randgalt <[email protected]> Authored: Sat Mar 30 15:45:35 2013 -0700 Committer: randgalt <[email protected]> Committed: Sat Mar 30 15:45:35 2013 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/00909780/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e076bd6..4db1d24 100644 --- a/pom.xml +++ b/pom.xml @@ -60,8 +60,8 @@ <scm> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-curator.git</url> - <connection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection> - <developerConnection>scm:git://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection> + <connection>scm:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection> + <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection> <tag>HEAD</tag> </scm>
