You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2023/01/05 15:46:41 UTC

[isis-site] branch asf-site updated: switches to -snapshot versions of helloworld and simpleapp

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/isis-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 72ccb94eb switches to -snapshot versions of helloworld and simpleapp
72ccb94eb is described below

commit 72ccb94eb9e5786fe22e51d84adb4004e4ce55d5
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 5 15:44:10 2023 +0000

    switches to -snapshot versions of helloworld and simpleapp
---
 content/docs/2.0.0-M9/about.html               | 8 ++++----
 content/docs/2.0.0-M9/starters/helloworld.html | 2 +-
 content/docs/2.0.0-M9/starters/simpleapp.html  | 2 +-
 content/index.html                             | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/docs/2.0.0-M9/about.html b/content/docs/2.0.0-M9/about.html
index 98a32fc4a..788a2971b 100644
--- a/content/docs/2.0.0-M9/about.html
+++ b/content/docs/2.0.0-M9/about.html
@@ -955,13 +955,13 @@ page.parent doesn't seem to be set...
 <ul>
 <li>
 <p><a href="starters/helloworld.html" class="page">HelloWorld</a>
-(<a href="https://helloworld-jdo.apps.causeway.dev">jdo</a>,
-<a href="https://helloworld-jpa.apps.causeway.dev">jpa</a>)</p>
+(<a href="https://helloworld-jdo-snapshot.apps.causeway.dev">jdo</a>,
+<a href="https://helloworld-jpa-snapshot.apps.causeway.dev">jpa</a>)</p>
 </li>
 <li>
 <p><strong><a href="starters/simpleapp.html" class="page">SimpleApp</a></strong>
-(<a href="https://simpleapp-jdo.apps.causeway.dev">jdo</a>,
-<a href="https://simpleapp-jpa.apps.causeway.dev">jpa</a>)</p>
+(<a href="https://simpleapp-jdo-snapshot.apps.causeway.dev">jdo</a>,
+<a href="https://simpleapp-jpa-snapshot.apps.causeway.dev">jpa</a>)</p>
 </li>
 </ul>
 </div>
diff --git a/content/docs/2.0.0-M9/starters/helloworld.html b/content/docs/2.0.0-M9/starters/helloworld.html
index 973d19f42..64dcf8e7b 100644
--- a/content/docs/2.0.0-M9/starters/helloworld.html
+++ b/content/docs/2.0.0-M9/starters/helloworld.html
@@ -937,7 +937,7 @@ page.parent doesn't seem to be set...
 One variation uses JDO as the ORM, the other uses JPA, so you can focus on whichever ORM you prefer.</p>
 </div>
 <div class="paragraph">
-<p>The application is also deployed online for you to try out,  <a href="https://helloworld-jdo.apps.causeway.dev">here (jdo)</a> and <a href="https://helloworld-jpa.apps.causeway.dev">here (jpa)</a>.</p>
+<p>The application is also deployed online for you to try out,  <a href="https://helloworld-jdo-snapshot.apps.causeway.dev">here (jdo)</a> and <a href="https://helloworld-jpa-snapshot.apps.causeway.dev">here (jpa)</a>.</p>
 </div>
 <div class="paragraph">
 <p>Using the instructions <a href="#downloading-running">below</a>, you can download a minimal Apache Isis app, consisting of a single domain entity (<code>HelloWorldObject</code>) with supporting domain services.
diff --git a/content/docs/2.0.0-M9/starters/simpleapp.html b/content/docs/2.0.0-M9/starters/simpleapp.html
index d5079176e..1e5373eb4 100644
--- a/content/docs/2.0.0-M9/starters/simpleapp.html
+++ b/content/docs/2.0.0-M9/starters/simpleapp.html
@@ -937,7 +937,7 @@ page.parent doesn't seem to be set...
 One variation uses JDO as the ORM, the other uses JPA, so you can focus on whichever ORM you prefer.</p>
 </div>
 <div class="paragraph">
-<p>The application is also deployed online for you to try out, <a href="https://simpleapp-jdo.apps.causeway.dev">here (jdo)</a> and <a href="https://simpleapp-jpa.apps.causeway.dev">here (jpa)</a>.</p>
+<p>The application is also deployed online for you to try out, <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev">here (jdo)</a> and <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev">here (jpa)</a>.</p>
 </div>
 <div class="paragraph">
 <p>As with the <a href="helloworld.html" class="page">HelloWorld</a> starter app, the instructions <a href="#downloading-running">below</a> will download a minimal Apache Isis app consisting of a single entity (<code>SimpleObject</code>) with supporting domain services.</p>
diff --git a/content/index.html b/content/index.html
index f3a498e21..f56f94053 100644
--- a/content/index.html
+++ b/content/index.html
@@ -551,13 +551,13 @@
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Learn about Apache Isis™ by running the minimal <a href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter&nbsp;app.
-                You can see the app running <a href="https://helloworld-jdo.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://helloworld-jpa.apps.causeway.dev/" target="_blank">here (jpa)</a>.
+                You can see the app running <a href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
               </p>
             </div>
             <div class="col-lg-6 text-left text-lg-left">
               <p class="cta-text text-center" style="margin-block-end: 0; ">
                 Develop your own Apache Isis™ app with the structured <a href="docs/2.0.0-M9/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
-                You can see the app running <a href="https://simpleapp-jdo.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://simpleapp-jpa.apps.causeway.dev/" target="_blank">here (jpa)</a>.
+                You can see the app running <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here (jdo)</a> or <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/" target="_blank">here (jpa)</a>.
               </p>
             </div>
           </div>