Skip to content

Commit

Permalink
updated master's submodules to use https for checking out to avoid fi…
Browse files Browse the repository at this point in the history
…rewall problems
  • Loading branch information
Jesse Eichar committed Jul 26, 2012
1 parent bb7430f commit 6b1103e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6b1103e

Please sign in to comment.