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-build.git


The following commit(s) were added to refs/heads/master by this push:
     new 0651741  change gitmoule urls to allow following submodules in 
github.com
0651741 is described below

commit 065174145d7a110baabc104a536e3abb4878e382
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Aug 15 11:41:40 2022 +0200

    change gitmoule urls to allow following submodules in github.com
    
    Update HEAD commits in submodules, update docu
---
 .gitmodules                    | 8 ++++----
 README_TECHNICAL_GITMODULES.md | 8 ++++++--
 archetypes                     | 2 +-
 core                           | 2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index f72c54d..9d7b511 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,18 +1,18 @@
 [submodule "site"]
        path = site
-       url = https://gitbox.apache.org/repos/asf/turbine-site.git
+       url = https://github.com/apache/turbine-site.git
        branch = master
 [submodule "core"]
        path = core
-       url = https://gitbox.apache.org/repos/asf/turbine-core.git
+       url = https://github.com/apache/turbine-core.git
        branch = trunk
 [submodule "parent"]
        path = parent
-       url = https://gitbox.apache.org/repos/asf/turbine-parent.git
+       url = https://github.com/apache/turbine-parent.git
        branch = master
 [submodule "archetypes"]
        path = archetypes
-       url = https://gitbox.apache.org/repos/asf/turbine-archetypes.git
+       url = https://github.com/apache/turbine-archetypes.git
        branch = master
 [submodule "fulcrum"]
        path = fulcrum
diff --git a/README_TECHNICAL_GITMODULES.md b/README_TECHNICAL_GITMODULES.md
index 580c2eb..bb75c89 100644
--- a/README_TECHNICAL_GITMODULES.md
+++ b/README_TECHNICAL_GITMODULES.md
@@ -8,11 +8,15 @@ Find the similar Git modules for Fulcrum Turbine Fulcrum 
Build on GitHub [here][
 
 ## G I T  S U B M O D U L E S
 
-Show all changes for submodules
+Show all changes for submodules (assuming your default branch is "master")
 
    git submodule foreach "git checkout master || :"
 
-    git submodule foreach "git diff"  > all.diff.patch
+   (core has default branch trunk):
+   
+   git submodule update core
+   
+   git submodule foreach "git diff"  > all.diff.patch
 
 Commit all changes for submodules with default message
 
diff --git a/archetypes b/archetypes
index f5ffe39..e89ecba 160000
--- a/archetypes
+++ b/archetypes
@@ -1 +1 @@
-Subproject commit f5ffe390cda7df86a97ee97b822b4123bd9ccfff
+Subproject commit e89ecbaf5a63708cda15a530220949bc36683f88
diff --git a/core b/core
index 28e9ba2..02de93e 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 28e9ba276b87849e6ffcb143c5a5356a9e269675
+Subproject commit 02de93eb3475b09f9e1f27e67bd3be1c74b80dbc

Reply via email to