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/0658b3cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/0658b3cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/0658b3cc Branch: refs/heads/master Commit: 0658b3cc608b21e9ad6a2c47af092cd93bc42713 Parents: cf01815 Author: randgalt <[email protected]> Authored: Sat Mar 30 15:44:21 2013 -0700 Committer: randgalt <[email protected]> Committed: Sat Mar 30 15:44:21 2013 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/0658b3cc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9bd1e84..e076bd6 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:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-curator.git</developerConnection> + <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> <tag>HEAD</tag> </scm>
