This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git
commit aabf86ec7c81ded24511e12e5f6e3edfaa3f92b8 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Aug 15 12:04:15 2022 +0200 Use github repo URLS, as Github does not follow submodules outside github.com --- .gitmodules | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitmodules b/.gitmodules index d37ec83..454fd1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,60 +1,60 @@ [submodule "cache"] path = cache - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-cache.git + url = https://github.com/apache/turbine-fulcrum-cache.git branch = master [submodule "factory"] path = factory - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-factory.git + url = https://github.com/apache/turbine-fulcrum-factory.git branch = master [submodule "json"] path = json - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git + url = https://github.com/apache/turbine-fulcrum-json.git branch = master [submodule "localization"] path = localization - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-localization.git + url = https://github.com/apache/turbine-fulcrum-localization.git branch = master [submodule "parser"] path = parser - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git + url = https://github.com/apache/turbine-fulcrum-parser.git branch = master [submodule "pool"] path = pool - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git + url = https://github.com/apache/turbine-fulcrum-pool.git branch = master [submodule "quartz"] path = quartz - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git + url = https://github.com/apache/turbine-fulcrum-quartz.git branch = master [submodule "security"] path = security - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git + url = https://github.com/apache/turbine-fulcrum-security.git branch = master [submodule "site"] path = site - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git + url = https://github.com/apache/turbine-fulcrum-site.git branch = master [submodule "testcontainer"] path = testcontainer - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git + url = https://github.com/apache/turbine-fulcrum-testcontainer.git branch = master [submodule "yaafi"] path = yaafi - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git + url = https://github.com/apache/turbine-fulcrum-yaafi.git branch = master [submodule "yaafi-crypto"] path = yaafi-crypto - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git + url = https://github.com/apache/turbine-fulcrum-yaafi-crypto.git branch = master [submodule "crypto"] path = crypto - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-crypto.git + url = https://github.com/apache/turbine-fulcrum-crypto.git branch = master [submodule "intake"] path = intake - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git + url = https://github.com/apache/turbine-fulcrum-intake.git branch = master [submodule "upload"] path = upload - url = https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git + url = https://github.com/apache/turbine-fulcrum-upload.git branch = master
