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 2022/10/18 13:18:57 UTC

[isis] branch master updated (6a6b58c258 -> 1ac9ca6fcd)

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

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 6a6b58c258 Merge pull request #1144 from apache/dependabot/maven/master/io.swagger-swagger-core-1.6.8
     add 8f090bdae6 ISIS-3248: removes spurious entries in supplemental-models.xml
     add 71a556e70f ISIS-3248: updates project.build.outputTimestamp
     add cf8ff9c30e ISIS-3248: updates after previewing website
     add ff8de4a6ea ISIS-3248: bumps version to 2.0.0-M9
     add 4b91252f16 ISIS-3248: resetting version
     add 21889e912c ISIS-3248: updates release notes, STATUS and doap_isis.rdf
     new 57e67b8102 ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches.
     new 0963222da1 Revert "ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches."
     new 1330d53d80 Merge branch 'release-2.0.0-M9-RC1'
     new e5ffdae37a  - bumps site.yml attribs
     new 1ac9ca6fcd bumps BASELINE

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../workflows/ci-build-artifacts-no-push-maven.yml |   2 +-
 STATUS                                             |   4 +-
 .../applib/pages/index/annotation/Snapshot.adoc    |   2 +
 .../pages/index/value/semantics/Renderer.adoc      |   2 +
 antora/components/relnotes/modules/ROOT/nav.adoc   |   1 +
 .../modules/ROOT/pages/2022/2.0.0-M8/relnotes.adoc |   3 +-
 .../modules/ROOT/pages/2022/2.0.0-M9/relnotes.adoc |  41 +++
 .../relnotes/modules/ROOT/pages/about.adoc         |  14 +-
 antora/playbooks/site.yml                          |   4 +-
 antora/supplemental-ui/doap_isis.rdf               |   8 +
 bom/pom.xml                                        |   2 +-
 core/adoc/modules/_overview/pages/about.adoc       | 289 ++++++++++++++++++++-
 .../src/main/resources/supplemental-models.xml     |  75 ------
 13 files changed, 357 insertions(+), 90 deletions(-)
 create mode 100644 antora/components/relnotes/modules/ROOT/pages/2022/2.0.0-M9/relnotes.adoc


[isis] 01/05: ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches.

Posted by da...@apache.org.
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/isis.git

commit 57e67b81026b8ebd7d30fedda1b06270666b6d80
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 12:26:29 2022 +0100

    ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches.
    
    (cherry picked from commit ea7ddb75aa3fb8bcaac1c7a1d02febf8f80dec01)
---
 antora/playbooks/site.yml         | 150 +++++++++++++++++++-------------------
 antora/supplemental-ui/index.html |  26 +++----
 2 files changed, 88 insertions(+), 88 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 2fe8a252e1..84fe5e7a8d 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -26,265 +26,265 @@ content:
 # antora
     - url: .
       start_path: antora/components/docs # docs
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/comguide # comguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/conguide # conguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/relnotes # relnotes
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/setupguide # setupguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/refguide # refguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/refguide-index # refguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/userguide # userguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # api
     - url: .
       start_path: api/schema/src/main/adoc # refguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # core
     - url: .
       start_path: core/adoc  # core (design docs)
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: commons/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/config/src/main/adoc # refguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/interaction/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/internaltestsupport/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/metamodel/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/runtime/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/runtimeservices/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/security/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/transaction/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: core/webapp/src/main/adoc # core
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # examples
     - url: .
       start_path: examples/demo/domain/src/main/adoc # docs
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: HEAD
+      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # extensions
     - url: .
       start_path: extensions/adoc # extensions
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/flyway/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/core/quartz/adoc # userguide
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/security/secman/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/security/shiro-realm-ldap/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
     - url: .
       start_path: extensions/vw/exceldownload/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/vw/gmap3/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
 
 # incubator
     - url: .
       start_path: incubator/adoc # incubator
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: incubator/clients/kroviz/adoc # incubator
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: HEAD
+      branches: [2.0.0-M8, 2.0.0-M9]
 #    - url: .
 #      start_path: incubator/viewers/javafx/adoc # incubator
-#      branches: HEAD
+#      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: incubator/viewers/vaadin/adoc # incubator
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # mavendeps
     - url: .
       start_path: mavendeps/adoc # starters
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # persistence
     - url: .
       start_path: persistence/jpa/adoc # pjpa
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: persistence/jdo/adoc # pjdo
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # regression tests
     - url: .
       start_path: regressiontests/adoc # regressiontests
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # security
     - url: .
       start_path: security/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: security/bypass/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: security/shiro/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: security/keycloak/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: security/spring/src/main/adoc # security
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # starters
     - url: .
       start_path: starters/adoc # toc
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 
 # testing
     - url: .
       start_path: testing/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/fakedata/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/fixtures/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/h2console/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/hsqldbmgr/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/integtestsupport/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/specsupport/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: testing/unittestsupport/adoc # testing
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # tooling
     - url: .
       start_path: tooling/adoc # toc
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: tooling/cli/adoc # cli
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 # valuetypes
     - url: .
       start_path: valuetypes/adoc # valuetypes
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 #    - url: .
 #      start_path: valuetypes/jodatime/adoc # valuetypes
 #      branches: HEAD
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: valuetypes/vega/adoc # valuetypes
-      branches: HEAD
+      branches: [2.0.0-M8]
 
 # viewers
     - url: .
       start_path: viewers/restfulobjects/adoc # vro
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: HEAD
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
 
 
 ui:
diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html
index c23ad10509..7067c796e5 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -70,8 +70,8 @@
       -->
     </div>
     <div class="social-links float-right">
-      <a href="docs/latest/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
-      <a href="docs/latest/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
+      <a href="docs/2.0.0-M9/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
+      <a href="docs/2.0.0-M9/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
       <a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" class="bug"><i class="fa fa-bug"></i></a>
       <a href="https://stackoverflow.com/questions/tagged/isis" class="stackoverflow"><i class="fa fa-stack-overflow"></i></a>
       <a href="https://twitter.com/ApacheIsis" class="twitter"><i class="fa fa-twitter"></i></a>
@@ -114,15 +114,15 @@
         </li>
         <li><a href="#call-to-action">Quick Start</a></li>
         <li class="menu-has-children">
-          <a href="docs/2.0.0-M8/about.html">Docs</a>
+          <a href="docs/2.0.0-M9/about.html">Docs</a>
           <ul>
-            <li><a href="docs/2.0.0-M8/about.html">Table of Contents</a></li>
+            <li><a href="docs/2.0.0-M9/about.html">Table of Contents</a></li>
             <li><hr/></li>
-            <li><a href="docs/2.0.0-M8/starters/about.html">Starter Apps</a></li>
-            <li><a href="docs/2.0.0-M8/landing-page/guides.html">Guides</a></li>
-            <li><a href="docs/2.0.0-M8/landing-page/components.html">Components</a></li>
-            <li><a href="docs/2.0.0-M8/landing-page/catalogs.html">Catalogs</a></li>
-            <li><a href="docs/2.0.0-M8/landing-page/releases.html">Releases</a></li>
+            <li><a href="docs/2.0.0-M9/starters/about.html">Starter Apps</a></li>
+            <li><a href="docs/2.0.0-M9/landing-page/guides.html">Guides</a></li>
+            <li><a href="docs/2.0.0-M9/landing-page/components.html">Components</a></li>
+            <li><a href="docs/2.0.0-M9/landing-page/catalogs.html">Catalogs</a></li>
+            <li><a href="docs/2.0.0-M9/landing-page/releases.html">Releases</a></li>
           </ul>
         </li>
         <li><a href="#contact">Support</a></li>
@@ -211,7 +211,7 @@
     <div class="container">
       <div class="section-header">
         <h2>Quotes</h2>
-        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/2.0.0-M8/quotes/quotes.html">here</a>.</p>
+        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/2.0.0-M9/quotes/quotes.html">here</a>.</p>
       </div>
       <div class="owl-carousel testimonials-carousel">
 
@@ -542,13 +542,13 @@
           <div class="row">
             <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-M8/starters/helloworld.html">helloworld</a> starter&nbsp;app.
+                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.isis.incode.work/" target="_blank">here (jdo)</a> and <a href="https://helloworld.jpa.isis.incode.work/" 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-M8/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
+                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.isis.incode.work/" target="_blank">here (jdo)</a> and <a href="https://simpleapp.jpa.isis.incode.work/" target="_blank">here (jpa)</a>.
               </p>
             </div>
@@ -697,7 +697,7 @@ mvn -pl webapp jetty:run</pre>
           <div class="contact-email">
             <i class="ion-ios-filing-outline"></i>
             <h3>Slack</h3>
-            <p><a href="docs/2.0.0-M8/support/slack-channel.html">Join #apache-isis <br/>(on the ASF slack workspace)</a></p>
+            <p><a href="docs/2.0.0-M9/support/slack-channel.html">Join #apache-isis <br/>(on the ASF slack workspace)</a></p>
           </div>
         </div>
 


[isis] 05/05: bumps BASELINE

Posted by da...@apache.org.
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/isis.git

commit 1ac9ca6fcdebcbd1f10d00325c0c6f064ff912cd
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 14:18:43 2022 +0100

    bumps BASELINE
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index c746bb9a5c..9b5a3d5a0b 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       # to be shared among all steps of this job
-      BASELINE: 2.0.0-M8
+      BASELINE: 2.0.0-M9
       PROJECT_ROOT_PATH: ${{ github.workspace }}
       CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
 


[isis] 04/05: - bumps site.yml attribs

Posted by da...@apache.org.
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/isis.git

commit e5ffdae37a3d0b35dc606c45729ef7346aaac377
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 13:58:47 2022 +0100

     - bumps site.yml attribs
---
 antora/playbooks/site.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 2fe8a252e1..efe4aa20c5 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -310,8 +310,8 @@ asciidoc:
     kroki-default-options: interactive # only available for SVG
     kroki-fetch-diagram: true
     kroki-server-url: https://kroki.io # (default)
-    page-isisprev: "2.0.0-M8"
-    page-isisrel: "2.0.0-M9"
+    page-isisprev: "2.0.0-M9"
+    page-isisrel: "2.0.0-RC1"
 
 output:
   dir: antora/target/site


[isis] 02/05: Revert "ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches."

Posted by da...@apache.org.
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/isis.git

commit 0963222da1bf8a3054c8be1a378eaddc273f0284
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 13:36:25 2022 +0100

    Revert "ISIS-3248 : updates both index.html to refer to current branch, and site.yml to all branches."
    
    This reverts commit 57e67b81026b8ebd7d30fedda1b06270666b6d80.
---
 antora/playbooks/site.yml         | 150 +++++++++++++++++++-------------------
 antora/supplemental-ui/index.html |  26 +++----
 2 files changed, 88 insertions(+), 88 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 84fe5e7a8d..2fe8a252e1 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -26,265 +26,265 @@ content:
 # antora
     - url: .
       start_path: antora/components/docs # docs
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/comguide # comguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/conguide # conguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/relnotes # relnotes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/setupguide # setupguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/refguide # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/refguide-index # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/userguide # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # api
     - url: .
       start_path: api/schema/src/main/adoc # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # core
     - url: .
       start_path: core/adoc  # core (design docs)
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: commons/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/config/src/main/adoc # refguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/interaction/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/internaltestsupport/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/metamodel/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/runtime/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/runtimeservices/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/security/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/transaction/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: core/webapp/src/main/adoc # core
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # examples
     - url: .
       start_path: examples/demo/domain/src/main/adoc # docs
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # extensions
     - url: .
       start_path: extensions/adoc # extensions
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/flyway/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/core/quartz/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/security/secman/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/security/shiro-realm-ldap/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: [2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
     - url: .
       start_path: extensions/vw/exceldownload/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/vw/gmap3/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # incubator
     - url: .
       start_path: incubator/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: incubator/clients/kroviz/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: [2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 #    - url: .
 #      start_path: incubator/viewers/javafx/adoc # incubator
-#      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+#      branches: HEAD
     - url: .
       start_path: incubator/viewers/vaadin/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # mavendeps
     - url: .
       start_path: mavendeps/adoc # starters
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # persistence
     - url: .
       start_path: persistence/jpa/adoc # pjpa
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: persistence/jdo/adoc # pjdo
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # regression tests
     - url: .
       start_path: regressiontests/adoc # regressiontests
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # security
     - url: .
       start_path: security/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: security/bypass/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: security/shiro/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: security/keycloak/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: security/spring/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # starters
     - url: .
       start_path: starters/adoc # toc
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 
 # testing
     - url: .
       start_path: testing/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: [2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/fakedata/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/fixtures/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/h2console/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/hsqldbmgr/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/integtestsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/specsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: testing/unittestsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # tooling
     - url: .
       start_path: tooling/adoc # toc
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: tooling/cli/adoc # cli
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 # valuetypes
     - url: .
       start_path: valuetypes/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 #    - url: .
 #      start_path: valuetypes/jodatime/adoc # valuetypes
 #      branches: HEAD
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: valuetypes/vega/adoc # valuetypes
-      branches: [2.0.0-M8]
+      branches: HEAD
 
 # viewers
     - url: .
       start_path: viewers/restfulobjects/adoc # vro
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8, 2.0.0-M9]
+      branches: HEAD
 
 
 ui:
diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html
index 7067c796e5..c23ad10509 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -70,8 +70,8 @@
       -->
     </div>
     <div class="social-links float-right">
-      <a href="docs/2.0.0-M9/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
-      <a href="docs/2.0.0-M9/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
+      <a href="docs/latest/support/mailing-list.html" class="email"><i class="fa fa-at"></i></a>
+      <a href="docs/latest/support/slack-channel.html" class="slack"><i class="fa fa-slack"></i></a>
       <a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" class="bug"><i class="fa fa-bug"></i></a>
       <a href="https://stackoverflow.com/questions/tagged/isis" class="stackoverflow"><i class="fa fa-stack-overflow"></i></a>
       <a href="https://twitter.com/ApacheIsis" class="twitter"><i class="fa fa-twitter"></i></a>
@@ -114,15 +114,15 @@
         </li>
         <li><a href="#call-to-action">Quick Start</a></li>
         <li class="menu-has-children">
-          <a href="docs/2.0.0-M9/about.html">Docs</a>
+          <a href="docs/2.0.0-M8/about.html">Docs</a>
           <ul>
-            <li><a href="docs/2.0.0-M9/about.html">Table of Contents</a></li>
+            <li><a href="docs/2.0.0-M8/about.html">Table of Contents</a></li>
             <li><hr/></li>
-            <li><a href="docs/2.0.0-M9/starters/about.html">Starter Apps</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/guides.html">Guides</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/components.html">Components</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/catalogs.html">Catalogs</a></li>
-            <li><a href="docs/2.0.0-M9/landing-page/releases.html">Releases</a></li>
+            <li><a href="docs/2.0.0-M8/starters/about.html">Starter Apps</a></li>
+            <li><a href="docs/2.0.0-M8/landing-page/guides.html">Guides</a></li>
+            <li><a href="docs/2.0.0-M8/landing-page/components.html">Components</a></li>
+            <li><a href="docs/2.0.0-M8/landing-page/catalogs.html">Catalogs</a></li>
+            <li><a href="docs/2.0.0-M8/landing-page/releases.html">Releases</a></li>
           </ul>
         </li>
         <li><a href="#contact">Support</a></li>
@@ -211,7 +211,7 @@
     <div class="container">
       <div class="section-header">
         <h2>Quotes</h2>
-        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/2.0.0-M9/quotes/quotes.html">here</a>.</p>
+        <p>We gathered together some quotes from current users of the framework.  You can find out who said what <a href="docs/2.0.0-M8/quotes/quotes.html">here</a>.</p>
       </div>
       <div class="owl-carousel testimonials-carousel">
 
@@ -542,13 +542,13 @@
           <div class="row">
             <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.
+                Learn about Apache Isis™ by running the minimal <a href="docs/2.0.0-M8/starters/helloworld.html">helloworld</a> starter&nbsp;app.
                 You can see the app running <a href="https://helloworld.jdo.isis.incode.work/" target="_blank">here (jdo)</a> and <a href="https://helloworld.jpa.isis.incode.work/" 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.
+                Develop your own Apache Isis™ app with the structured <a href="docs/2.0.0-M8/starters/simpleapp.html">simpleapp</a> starter&nbsp;app.
                 You can see the app running <a href="https://simpleapp.jdo.isis.incode.work/" target="_blank">here (jdo)</a> and <a href="https://simpleapp.jpa.isis.incode.work/" target="_blank">here (jpa)</a>.
               </p>
             </div>
@@ -697,7 +697,7 @@ mvn -pl webapp jetty:run</pre>
           <div class="contact-email">
             <i class="ion-ios-filing-outline"></i>
             <h3>Slack</h3>
-            <p><a href="docs/2.0.0-M9/support/slack-channel.html">Join #apache-isis <br/>(on the ASF slack workspace)</a></p>
+            <p><a href="docs/2.0.0-M8/support/slack-channel.html">Join #apache-isis <br/>(on the ASF slack workspace)</a></p>
           </div>
         </div>
 


[isis] 03/05: Merge branch 'release-2.0.0-M9-RC1'

Posted by da...@apache.org.
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/isis.git

commit 1330d53d80731485b5ef48bd581e943d90665cf6
Merge: 6a6b58c258 0963222da1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 13:56:59 2022 +0100

    Merge branch 'release-2.0.0-M9-RC1'

 STATUS                                             |   4 +-
 .../applib/pages/index/annotation/Snapshot.adoc    |   2 +
 .../pages/index/value/semantics/Renderer.adoc      |   2 +
 antora/components/relnotes/modules/ROOT/nav.adoc   |   1 +
 .../modules/ROOT/pages/2022/2.0.0-M8/relnotes.adoc |   3 +-
 .../modules/ROOT/pages/2022/2.0.0-M9/relnotes.adoc |  41 +++
 .../relnotes/modules/ROOT/pages/about.adoc         |  14 +-
 antora/supplemental-ui/doap_isis.rdf               |   8 +
 bom/pom.xml                                        |   2 +-
 core/adoc/modules/_overview/pages/about.adoc       | 289 ++++++++++++++++++++-
 .../src/main/resources/supplemental-models.xml     |  75 ------
 11 files changed, 354 insertions(+), 87 deletions(-)