This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch 2.1.0 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 53379b1dfb24ca704f74247d0aca70fb20dea094 Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 16:51:22 2024 +0100 updates release procedures --- .../modules/ROOT/pages/post-release-successful.adoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc index 4efe430e44..b38d6fcd8a 100644 --- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc +++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc @@ -327,6 +327,18 @@ git reset --hard rel/causeway-{page-causewayrelv2} find . -name antora.yml -exec sed -i 's/latest/{page-causewayrelv2}/g' {} \; ---- + +* update the version for the petclinic tutorial: ++ +[source,bash,subs="attributes+"] +.antora/components/tutorials/antora.yml +---- +asciidoc: + attributes: + tag-version: '{page-causewayrelv2}' + jdk-version: '{page-causewayjdkv2}' +---- + * build framework + [source,bash,subs="attributes+"] @@ -336,7 +348,7 @@ mvnd clean install -T1C -DskipTests -Dgithub popd ---- -* if necessary, build the module tooling, as per xref:release-process-prereqs.adoc#doc-tooling[doc tooling prereqs] process. +* build and link to the module tooling jar, as per xref:release-process-prereqs.adoc#doc-tooling[doc tooling prereqs] process * generate the website: +
