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 a9fa2f4  Update submodules to 7.0 version
a9fa2f4 is described below

commit a9fa2f4e7773588d86aabc60eea4a27cb7f7a4cb
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jun 20 13:44:04 2025 +0200

    Update submodules to 7.0 version
---
 .gitignore                     | 2 ++
 README_TECHNICAL_GITMODULES.md | 4 ++++
 archetypes                     | 2 +-
 core                           | 2 +-
 site                           | 2 +-
 5 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 46e9946..d2d87bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,7 @@ target/
 .idea/
 .settings/
 .gdsl/
+.run*
 *~
+*.iml
 .vscode/
\ No newline at end of file
diff --git a/README_TECHNICAL_GITMODULES.md b/README_TECHNICAL_GITMODULES.md
index 1fd9064..9512173 100644
--- a/README_TECHNICAL_GITMODULES.md
+++ b/README_TECHNICAL_GITMODULES.md
@@ -20,6 +20,10 @@ N.B. The submodules are included with a relative URL. If you 
are cloning with ht
 If you want later update the remote URLS you could use the sync command to 
achieve this:
 
     git submodule sync
+    
+Later check the status of submodules by
+
+    git submodule status --recursive
 
 After cloning this repo (turbine-build) fetch the sub repos:
 
diff --git a/archetypes b/archetypes
index 7427413..f141a9e 160000
--- a/archetypes
+++ b/archetypes
@@ -1 +1 @@
-Subproject commit 74274139707ea57529fe3c6be2d7947f2569738e
+Subproject commit f141a9e09f15b1e425ffc08f47896d88005fd945
diff --git a/core b/core
index f05c20d..8a6536d 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit f05c20da8f05d0f9c1727cae21ccd2bf43ec2246
+Subproject commit 8a6536d995450739998763f5678042c1388fbf63
diff --git a/site b/site
index 02d8cf8..3b88b96 160000
--- a/site
+++ b/site
@@ -1 +1 @@
-Subproject commit 02d8cf80cc8df4f55534f94003120f2ac3a460e1
+Subproject commit 3b88b9666dd4387f90fede16d3bdc786ae85d7bf

Reply via email to