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 d10a2bd  Update site structure, add parent and archetype repo settings
d10a2bd is described below

commit d10a2bd9eefd3cbaa42afedb29b57b3f21b3d79f
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Dec 12 15:26:43 2025 +0100

    Update site structure, add parent and archetype repo settings
---
 README_SITE_STRUCTURE.md | 14 ++++++++------
 archetypes               |  2 +-
 core                     |  2 +-
 parent                   |  2 +-
 site                     |  2 +-
 5 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/README_SITE_STRUCTURE.md b/README_SITE_STRUCTURE.md
index fe4302c..72f859f 100644
--- a/README_SITE_STRUCTURE.md
+++ b/README_SITE_STRUCTURE.md
@@ -1,22 +1,24 @@
 # [Apache T U R B I N E](https://turbine.apache.org/)
 
     
-## T U R B I N E  S I T E  S T R U C T U R E  AND P U B L I S H I N G
+## T U R B I N E   S I T E  S T R U C T U R E  AND  P U B L I S H I N G
 
 Assumptions:
 - asf-site branch exists for each GIT repo.
 - Base Git-Repo: https://gitbox.apache.org/repos/asf/
 
-The table shows the subfolder assignments (in .asf.yaml) from subdir to the 
web site:
+The table shows the subfolder assignments (in .asf.yaml) from subdir to the 
web site (https://turbine.apache.org/):
 
 turbine.apache.org 
 
 | URL context        |  GIT REPO           | .asf.yaml  subdir | Explanation |
 | ------------- |:-------------:| -----:|----:|
-| /     | turbine--site.git  |  .asf.yaml has no subdir set  | the site 
content is published to the root |
-| /turbine/development/turbine-5-1      | turbine-core.git      |    subdir: 
turbine/development/turbine-5-1 | development, usually a SNAPSHOT version  |
-| /turbine/turbine-2-3-3      | turbine-core.git      |   subdir: 
turbine/turbine-2-3-3 |  previous release 2.3.3, (no dots allowed in subdir!) |
-| /turbine/turbine-5-0      | turbine-core.git      |   subdir: 
turbine/turbine-5.0 |  previous release 5.0, (no dots allowed in subdir!) |
+| /     | turbine-site.git  |  .asf.yaml has no subdir set  | the (master) 
site content, which is published into the root. |
+| /turbine/development/turbine-7-1      | turbine-core.git      |    subdir: 
turbine/development/turbine-7-1 | development, usually a SNAPSHOT version  |
+| /turbine/turbine-7-0      | turbine-core.git      |   subdir: 
turbine/turbine-7-0 |  release 7.0, (no dots allowed in subdir!) |
+| /turbine/turbine-2-3-3      | turbine-core.git      |   subdir: 
turbine/turbine-2-3-3 |  example for previous release 2.3.3 |
+| /      | turbine-parent.git      |   subdir: turbine-parent | the Turbine 
parent pom |
+| /      | turbine-archetypes.git      |   subdir: turbine-webapp-archetype | 
the Turbine webapp archetpye |
 | /fulcrum/     | turbine-fulcrum-site.git     |  subdir: fulcrum | wrapper 
for context path fulcrum/  |
 | /fulcrum/fulcrum-intake/    | turbine-fulcrum-intake.git     |  subdir: 
fulcrum/fulcrum-intake |  Fulcrum component intake |
 | /fulcrum/fulcrum-json/     | turbine-fulcrum-site.git     |  subdir: 
fulcrum/fulcrum-json | Fulcrum component json*  |
diff --git a/archetypes b/archetypes
index f141a9e..cb91642 160000
--- a/archetypes
+++ b/archetypes
@@ -1 +1 @@
-Subproject commit f141a9e09f15b1e425ffc08f47896d88005fd945
+Subproject commit cb91642cf2ceeac9cfa6e5753cef474ed7c20f6a
diff --git a/core b/core
index 8a6536d..e0348d5 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 8a6536d995450739998763f5678042c1388fbf63
+Subproject commit e0348d59712451de56a7ae038504d50df62c2948
diff --git a/parent b/parent
index 805751d..1d63cb7 160000
--- a/parent
+++ b/parent
@@ -1 +1 @@
-Subproject commit 805751d78db56b0d68efa5b6f80499e3bfa7e026
+Subproject commit 1d63cb7a7f35acca0d5f435fe501596352f9d952
diff --git a/site b/site
index 3b88b96..4cebb2a 160000
--- a/site
+++ b/site
@@ -1 +1 @@
-Subproject commit 3b88b9666dd4387f90fede16d3bdc786ae85d7bf
+Subproject commit 4cebb2a18b59b0862d67d0d8baf7ee486a45788a

Reply via email to