Skip to content

Commit

Permalink
fixed submodule urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Jun 15, 2012
1 parent f7ac2de commit 1bbc75c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "installer"]
path = installer
url = git://github.com:geonetwork/core-installer.git
url = git://github.com/geonetwork/core-installer.git
[submodule "gast"]
path = gast
url = git://github.com:geonetwork/core-gast.git
url = git://github.com/geonetwork/core-gast.git
[submodule "maven_repo"]
path = maven_repo
url = git://github.com:geonetwork/core-maven-repo.git
url = git://github.com/geonetwork/core-maven-repo.git
[submodule "release"]
path = release
url = git://github.com:geonetwork/core-release.git
url = git://github.com/geonetwork/core-release.git
[submodule "docs"]
path = docs
url = git://github.com:geonetwork/core-doc-sources.git
url = git://github.com/geonetwork/core-doc-sources.git

0 comments on commit 1bbc75c

Please sign in to comment.