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
commit c910fc44412cb1863a495eb540f214035a56296d Author: Georg Kallidis <[email protected]> AuthorDate: Thu Oct 20 15:57:47 2022 +0200 Update README, README_TECHNICAL_GITMODULES and git modules --- README.md | 2 +- README_TECHNICAL_GITMODULES.md | 10 ++++++++++ archetypes | 2 +- core | 2 +- fulcrum | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d3b5bb..08a5c26 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Turbine Core documenttion is found [here](https://turbine.apache.org/). ## Requirements -Turbine requires Java 8 (since v4). +Turbine requires Java 11 since v5.2 and Java 8 (since v4). ### Contributing diff --git a/README_TECHNICAL_GITMODULES.md b/README_TECHNICAL_GITMODULES.md index bb75c89..495793d 100644 --- a/README_TECHNICAL_GITMODULES.md +++ b/README_TECHNICAL_GITMODULES.md @@ -41,6 +41,16 @@ Check, that all is committed (no diffs anymore): Entering 'parent' Entering 'site' +### Submodule fulcrum + +This is a Git module hierarchy in itself, which requires to fetch it the same way as the parent + + cd fulcrum + git submodule update --init --remote + +Then you could just use the same commands like + + git submodule foreach "git diff" ## License diff --git a/archetypes b/archetypes index e89ecba..a05be1c 160000 --- a/archetypes +++ b/archetypes @@ -1 +1 @@ -Subproject commit e89ecbaf5a63708cda15a530220949bc36683f88 +Subproject commit a05be1cce42f9ceb50fb36cf5e3c46d298552662 diff --git a/core b/core index ac9adbe..0a32a78 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit ac9adbe12b6db498b92af238fd5cccf72d1a86cc +Subproject commit 0a32a78bdde905307459d78fa3cc253cff02652a diff --git a/fulcrum b/fulcrum index 4247bfa..7e04707 160000 --- a/fulcrum +++ b/fulcrum @@ -1 +1 @@ -Subproject commit 4247bfa36184ded3ceff95108d5611bddad8eb7c +Subproject commit 7e047079292e9e030547cc31654435b8522af0cc
