This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 5f1a1f6038ea98acd4bb6a081e2ff483e4e15b71 Author: Dan Haywood <[email protected]> AuthorDate: Wed Jul 10 10:54:15 2024 +0100 updates parameterized version in .adoc's, for v3 not v2 --- antora/components/docs/modules/ROOT/pages/landing-page/releases.adoc | 2 +- extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc | 2 +- starters/adoc/modules/starters/pages/about.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora/components/docs/modules/ROOT/pages/landing-page/releases.adoc b/antora/components/docs/modules/ROOT/pages/landing-page/releases.adoc index 90a0eac507..466ed4b5a6 100644 --- a/antora/components/docs/modules/ROOT/pages/landing-page/releases.adoc +++ b/antora/components/docs/modules/ROOT/pages/landing-page/releases.adoc @@ -16,7 +16,7 @@ If your app inherits from the xref:docs:parent-pom:about.adoc[Parent POM], then <parent> <groupId>org.apache.causeway.app</groupId> <artifactId>causeway-app-starter-parent</artifactId> - <version>{page-causewayprevv2}</version> <!--.--> + <version>{page-causewayprevv3}</version> <!--.--> </parent> ---- <.> update as required. diff --git a/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc b/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc index 6faeb82fad..1bf6f538f8 100644 --- a/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc +++ b/extensions/core/titlecache/adoc/modules/titlecache/pages/about.adoc @@ -19,7 +19,7 @@ The current implementation uses the link:https://github.com/ben-manes/caffeine[C <artifactId>causeway-extensions-titlecache</artifactId> <scope>import</scope> <type>pom</type> - <version>{page-causewayprevv2}</version> + <version>{page-causewayprevv3}</version> </dependency> </dependencies> </dependencyManagement> diff --git a/starters/adoc/modules/starters/pages/about.adoc b/starters/adoc/modules/starters/pages/about.adoc index 468662f15c..9350c348f3 100644 --- a/starters/adoc/modules/starters/pages/about.adoc +++ b/starters/adoc/modules/starters/pages/about.adoc @@ -52,7 +52,7 @@ For both apps you can bump to newer versions of the framework just by updating t <parent> <groupId>org.apache.causeway.app</groupId> <artifactId>causeway-app-starter-parent</artifactId> - <version>{page-causewayprevv2}</version> <!--.--> + <version>{page-causewayprevv3}</version> <!--.--> </parent> ---- <.> update as required.
