This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 0a8bea924a fixes quickstart instructions on home page
0a8bea924a is described below
commit 0a8bea924a58386387a5e62060955965975d1abd
Author: danhaywood <[email protected]>
AuthorDate: Mon Apr 29 09:52:20 2024 +0100
fixes quickstart instructions on home page
... have patched live site already
---
antora/supplemental-ui/index.html | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/antora/supplemental-ui/index.html
b/antora/supplemental-ui/index.html
index 418ff32ef1..de3430a142 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -628,15 +628,12 @@ docker run -p 8080:8080
apache/causeway-app-helloworld:latest</pre>
Build from source (JPA or JDO) using:
<pre id="helloworld-jpa-text">
APP=causeway-app-helloworld
-BRANCH=v3-jpa # or: v3-jdo ; v2-jpa ; v2-jdo
-curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
-cd $APP-$BRANCH
+VARIANT="3-jpa" # or: "3-jdo" ; "2-jpa" ; "2-jdo"
+curl https://codeload.github.com/apache/$APP/zip/v$VARIANT | jar xv
+cd $APP-$VARIANT
mvn clean install -Dskip.staging -Dskip.nightly
mvn spring-boot:run</pre>
- <p class="cta-text text-center" style="margin-block-end: 0;
margin-top: -10px;">
- <span id="helloworld-jpa-copy" style="cursor:
pointer;"><img src="_/img/home/clipboard-copy.png" width="16"
height="16"/> Copy text for helloworld (jpa)</span>
- </p>
</div>
<div class="col-lg-6 text-left text-lg-left">
<h4 class="cta-text">Develop your own ...</h4>
@@ -652,15 +649,12 @@ docker run -p 8080:8080
apache/causeway-app-simpleapp:latest</pre>
Build from source (JPA or JDO) using:
<pre id="simpleapp-jpa-text">
APP=causeway-app-simpleapp
-BRANCH=v3-jpa # or: v3-jdo ; v2-jpa ; v2-jdo
-curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
-cd $APP-$BRANCH
+VARIANT="3-jpa" # or: "3-jdo" ; "2-jpa" ; "2-jdo"
+curl https://codeload.github.com/apache/$APP/zip/v$VARIANT | jar xv
+cd $APP-$VARIANT
mvn clean install -Dskip.staging -Dskip.nightly
mvn -pl webapp spring-boot:run</pre>
- <p class="cta-text text-center" style="margin-block-end: 0;
margin-top: -10px;">
- <span id="simpleapp-jpa-copy" style="cursor:
pointer;"><img src="_/img/home/clipboard-copy.png" width="16"
height="16"/> Copy text for simpleapp (jpa)</span>
- </p>
</div>
</div>
<div class="row">