From 6b1103ec47338bb3326e978127790bfddadcd4e6 Mon Sep 17 00:00:00 2001 From: Jesse Eichar Date: Thu, 26 Jul 2012 16:06:28 +0200 Subject: [PATCH] updated master's submodules to use https for checking out to avoid firewall problems --- .gitmodules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0b550a3fe48..2b69b903c91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "installer"] path = installer - url = git://github.com/geonetwork/core-installer.git + url = https://github.com/geonetwork/core-installer.git [submodule "gast"] path = gast - url = git://github.com/geonetwork/core-gast.git + url = https://github.com/geonetwork/core-gast.git [submodule "maven_repo"] path = maven_repo - url = git://github.com/geonetwork/core-maven-repo.git + url = https://github.com/geonetwork/core-maven-repo.git [submodule "release"] path = release - url = git://github.com/geonetwork/core-release.git + url = https://github.com/geonetwork/core-release.git [submodule "docs"] path = docs - url = git://github.com/geonetwork/core-doc-sources.git + url = https://github.com/geonetwork/core-doc-sources.git [submodule "geoserver"] path = geoserver - url = git://github.com/geonetwork/core-geoserver.git + url = https://github.com/geonetwork/core-geoserver.git [submodule "web-itest/webspecs"] path = web-itest/webspecs - url = git://github.com/camptocamp/webspecs.git + url = https://github.com/camptocamp/webspecs.git