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/06 13:16:42 UTC

[isis] branch master updated (8c5c8cc590 -> d14d7e80c7)

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 8c5c8cc590 ISIS-3232: remove outdated comment
     add 1a0e2a02ef ISIS-2965: updates project build timestamp
     add 6a25b20184 ISIS-2965: bumps version to 2.0.0-M8
     add d20f986610 ISIS-2965: resetting version
     add de521b89d2 ISIS-2965: updates release notes, STATUS and doap_isis.rdf
     add fb189679b9 ISIS-2965 : copying changed schemas in website
     add 70c4adc6bb ISIS-2965: bumps antora.yml versions to 2.0.0-M8
     new f98bb08381 Revert "ISIS-2965: bumps antora.yml versions to 2.0.0-M8"
     new ea7ddb75aa ISIS-2965: updates references to version in index.html and site.yml
     new d9bb817f45 ISIS-2965: updates release docs
     new b66e532ab2 ISIS-2965 : update site.yml, reference other older branches also
     new 18732b7f1f ISIS-2965: minor change from regen of docs, remove testdomain
     new e97119f095 ISIS-2965: add in entries to site-valuetypes.xml (HEAD, so can cherry pick)
     new 05107e44a3 ISIS-2965: update site.yml reference to component branches
     new aec41fef30 ISIS-2965: reverts site.yml to HEAD
     new 474c8a1c65 ISIS-2965: improves release process docs
     new 23f0ef7734 Merge branch 'release-2.0.0-M8-RC5'
     new d14d7e80c7 ISIS-2965: updates page-isisrel in site.yml

The 11 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:
 STATUS                                             |   2 +
 .../ROOT/pages/post-release-successful.adoc        |  96 ++-
 .../ROOT/partials/publish-and-index-website.adoc   |   2 +-
 antora/components/relnotes/modules/ROOT/nav.adoc   |   1 +
 .../modules/ROOT/pages/2022/2.0.0-M8/mignotes.adoc |  35 +-
 .../modules/ROOT/pages/2022/2.0.0-M8/relnotes.adoc | 287 ++++++++-
 .../ROOT/pages/2022/2.0.0-RC1/mignotes.adoc        |   3 +-
 .../ROOT/pages/2022/2.0.0-RC1/relnotes.adoc        |  25 +
 .../relnotes/modules/ROOT/pages/about.adoc         |  43 +-
 antora/playbooks/site-valuetypes.yml               |   6 +
 antora/playbooks/site.yml                          |  10 +-
 antora/supplemental-ui/doap_isis.rdf               |   8 +
 antora/supplemental-ui/index.html                  |  22 +-
 .../supplemental-ui/schema/common/common-2.0.xsd   | 476 +++++++-------
 antora/supplemental-ui/schema/common/common.xsd    | 478 +++++++-------
 .../schema/metamodel/metamodel-2.0.xsd             | 691 +++++++++++---------
 .../supplemental-ui/schema/metamodel/metamodel.xsd | 693 ++++++++++++---------
 bom/pom.xml                                        |   2 +-
 core/adoc/modules/_overview/pages/about.adoc       |  27 +-
 19 files changed, 1707 insertions(+), 1200 deletions(-)


[isis] 11/11: ISIS-2965: updates page-isisrel in site.yml

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 d14d7e80c76269884af44b4283751ee0ea8a53c1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 14:16:26 2022 +0100

    ISIS-2965: updates page-isisrel in site.yml
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc | 12 +++++++-----
 antora/playbooks/site.yml                                    |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

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 87ce349ed3..5bf940b87d 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -406,16 +406,18 @@ include::partial$publish-and-index-website.adoc[]
 
 Because we release from a branch, the changes made in the branch should be merged back from the release branch back into the `master` branch.
 
-In the `isis` repo (adjust RC number as required):
+In the `isis` repo ():
 
 [source,bash,subs="attributes+"]
 ----
-git checkout master                              # update master with latest
+RC=RC1                                                <.>
+git checkout master
 git pull
-git merge release-{page-isisrel}-RC1                  # merge branch onto master
-git push origin --delete release-{page-isisrel}-RC1   # remote branch no longer needed
-git branch -d release-{page-isisrel}-RC1              # branch no longer needed
+git merge release-{page-isisrel}-$RC
+git push origin --delete release-{page-isisrel}-$RC
+git branch -d release-{page-isisrel}-$RC
 ----
+<.> adjust RC number as required
 
 == Bump \{page-isisrel} in `site.yml`
 
diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index c0c52d93d4..2fe8a252e1 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-M7"
-    page-isisrel: "2.0.0-M8"
+    page-isisprev: "2.0.0-M8"
+    page-isisrel: "2.0.0-M9"
 
 output:
   dir: antora/target/site


[isis] 01/11: Revert "ISIS-2965: bumps antora.yml versions to 2.0.0-M8"

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 f98bb08381921eeb1f029ae7c4ac464b58454a7b
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 10:33:55 2022 +0100

    Revert "ISIS-2965: bumps antora.yml versions to 2.0.0-M8"
    
    This reverts commit 70c4adc6bbcb39e247ee48b3f23f46c8db218603.
---
 antora/components/comguide/antora.yml                      | 2 +-
 antora/components/conguide/antora.yml                      | 2 +-
 antora/components/docs/antora.yml                          | 2 +-
 antora/components/refguide-index/antora.yml                | 2 +-
 antora/components/refguide/antora.yml                      | 2 +-
 antora/components/relnotes/antora.yml                      | 2 +-
 antora/components/setupguide/antora.yml                    | 2 +-
 antora/components/tutorials/antora.yml                     | 2 +-
 antora/components/userguide/antora.yml                     | 2 +-
 api/schema/src/main/adoc/antora.yml                        | 2 +-
 commons/src/main/adoc/antora.yml                           | 2 +-
 core/adoc/antora.yml                                       | 2 +-
 core/codegen-bytebuddy/src/main/adoc/antora.yml            | 2 +-
 core/config/src/main/adoc/antora.yml                       | 2 +-
 core/interaction/src/main/adoc/antora.yml                  | 2 +-
 core/internaltestsupport/src/main/adoc/antora.yml          | 2 +-
 core/metamodel/src/main/adoc/antora.yml                    | 2 +-
 core/runtime/src/main/adoc/antora.yml                      | 2 +-
 core/runtimeservices/src/main/adoc/antora.yml              | 2 +-
 core/security/src/main/adoc/antora.yml                     | 2 +-
 core/transaction/src/main/adoc/antora.yml                  | 2 +-
 core/webapp/src/main/adoc/antora.yml                       | 2 +-
 examples/demo/domain/src/main/adoc/antora.yml              | 2 +-
 extensions/adoc/antora.yml                                 | 2 +-
 extensions/core/commandlog/adoc/antora.yml                 | 2 +-
 extensions/core/excel/adoc/antora.yml                      | 2 +-
 extensions/core/executionlog/adoc/antora.yml               | 2 +-
 extensions/core/executionlog/adoc/modules/antora.yml       | 2 +-
 extensions/core/executionoutbox/adoc/antora.yml            | 2 +-
 extensions/core/executionoutbox/adoc/modules/antora.yml    | 2 +-
 extensions/core/executionrepublisher/adoc/antora.yml       | 2 +-
 extensions/core/flyway/adoc/antora.yml                     | 2 +-
 extensions/core/quartz/adoc/antora.yml                     | 2 +-
 extensions/security/audittrail/adoc/antora.yml             | 2 +-
 extensions/security/secman/adoc/antora.yml                 | 2 +-
 extensions/security/sessionlog/adoc/antora.yml             | 2 +-
 extensions/security/shiro-realm-ldap/adoc/antora.yml       | 2 +-
 extensions/security/spring-oauth2/src/main/adoc/antora.yml | 2 +-
 extensions/vro/cors/adoc/antora.yml                        | 2 +-
 extensions/vw/exceldownload/adoc/antora.yml                | 2 +-
 extensions/vw/fullcalendar/adoc/antora.yml                 | 2 +-
 extensions/vw/gmap3/adoc/antora.yml                        | 2 +-
 extensions/vw/pdfjs/adoc/antora.yml                        | 2 +-
 extensions/vw/sse/adoc/antora.yml                          | 2 +-
 incubator/adoc/antora.yml                                  | 2 +-
 incubator/clients/kroviz/adoc/antora.yml                   | 2 +-
 incubator/extensions/core/commandreplay/adoc/antora.yml    | 2 +-
 incubator/viewers/graphql/adoc/antora.yml                  | 2 +-
 incubator/viewers/javafx/adoc/antora.yml                   | 2 +-
 incubator/viewers/vaadin/adoc/antora.yml                   | 2 +-
 mavendeps/adoc/antora.yml                                  | 2 +-
 persistence/jdo/adoc/antora.yml                            | 2 +-
 persistence/jpa/adoc/antora.yml                            | 2 +-
 regressiontests/adoc/antora.yml                            | 2 +-
 security/adoc/antora.yml                                   | 2 +-
 security/bypass/src/main/adoc/antora.yml                   | 2 +-
 security/keycloak/src/main/adoc/antora.yml                 | 2 +-
 security/shiro/src/main/adoc/antora.yml                    | 2 +-
 security/spring/src/main/adoc/antora.yml                   | 2 +-
 starters/adoc/antora.yml                                   | 2 +-
 testing/adoc/antora.yml                                    | 2 +-
 testing/archtestsupport/adoc/antora.yml                    | 2 +-
 testing/fakedata/adoc/antora.yml                           | 2 +-
 testing/fixtures/adoc/antora.yml                           | 2 +-
 testing/h2console/adoc/antora.yml                          | 2 +-
 testing/hsqldbmgr/adoc/antora.yml                          | 2 +-
 testing/integtestsupport/adoc/antora.yml                   | 2 +-
 testing/specsupport/adoc/antora.yml                        | 2 +-
 testing/unittestsupport/adoc/antora.yml                    | 2 +-
 tooling/adoc/antora.yml                                    | 2 +-
 tooling/cli/adoc/antora.yml                                | 2 +-
 valuetypes/adoc/antora.yml                                 | 2 +-
 valuetypes/asciidoc/adoc/antora.yml                        | 2 +-
 valuetypes/markdown/adoc/antora.yml                        | 2 +-
 valuetypes/vega/adoc/antora.yml                            | 2 +-
 viewers/restfulobjects/adoc/antora.yml                     | 2 +-
 viewers/wicket/adoc/antora.yml                             | 2 +-
 77 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/antora/components/comguide/antora.yml b/antora/components/comguide/antora.yml
index 1eeeb31450..9551f2a38b 100644
--- a/antora/components/comguide/antora.yml
+++ b/antora/components/comguide/antora.yml
@@ -17,7 +17,7 @@
 
 name: comguide
 title: "Committers' Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/conguide/antora.yml b/antora/components/conguide/antora.yml
index 9df22a38f9..057398dd70 100644
--- a/antora/components/conguide/antora.yml
+++ b/antora/components/conguide/antora.yml
@@ -17,7 +17,7 @@
 
 name: conguide
 title: "Contributors' Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/docs/antora.yml b/antora/components/docs/antora.yml
index 37123e0aca..b8b03a35d1 100644
--- a/antora/components/docs/antora.yml
+++ b/antora/components/docs/antora.yml
@@ -17,7 +17,7 @@
 
 name: docs
 title: " "
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/refguide-index/antora.yml b/antora/components/refguide-index/antora.yml
index 67c2e15363..60e96cf28a 100644
--- a/antora/components/refguide-index/antora.yml
+++ b/antora/components/refguide-index/antora.yml
@@ -16,7 +16,7 @@
 #  under the License.
 
 name: refguide
-version: 2.0.0-M8
+version: latest
 
 
 
diff --git a/antora/components/refguide/antora.yml b/antora/components/refguide/antora.yml
index a68ed29e55..86ade944c7 100644
--- a/antora/components/refguide/antora.yml
+++ b/antora/components/refguide/antora.yml
@@ -17,7 +17,7 @@
 
 name: refguide
 title: "Reference Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/relnotes/antora.yml b/antora/components/relnotes/antora.yml
index 0e3460239f..eb0cb20477 100644
--- a/antora/components/relnotes/antora.yml
+++ b/antora/components/relnotes/antora.yml
@@ -17,7 +17,7 @@
 
 name: relnotes
 title: "Release Notes"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/setupguide/antora.yml b/antora/components/setupguide/antora.yml
index b6b6e5682f..18768b2d3c 100644
--- a/antora/components/setupguide/antora.yml
+++ b/antora/components/setupguide/antora.yml
@@ -17,7 +17,7 @@
 
 name: setupguide
 title: "Setup Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/antora/components/tutorials/antora.yml b/antora/components/tutorials/antora.yml
index a2479240d8..0352027dbf 100644
--- a/antora/components/tutorials/antora.yml
+++ b/antora/components/tutorials/antora.yml
@@ -17,7 +17,7 @@
 
 name: tutorials
 title: "Tutorials"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
   - modules/ROOT/nav.adoc
diff --git a/antora/components/userguide/antora.yml b/antora/components/userguide/antora.yml
index ba9894de2b..70880f4d83 100644
--- a/antora/components/userguide/antora.yml
+++ b/antora/components/userguide/antora.yml
@@ -17,7 +17,7 @@
 
 name: userguide
 title: "User Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/api/schema/src/main/adoc/antora.yml b/api/schema/src/main/adoc/antora.yml
index 06ecf272b0..847bc30a71 100644
--- a/api/schema/src/main/adoc/antora.yml
+++ b/api/schema/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: refguide
-version: 2.0.0-M8
+version: latest
diff --git a/commons/src/main/adoc/antora.yml b/commons/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/commons/src/main/adoc/antora.yml
+++ b/commons/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/adoc/antora.yml b/core/adoc/antora.yml
index bcbf18f8cf..f1f3633c6c 100644
--- a/core/adoc/antora.yml
+++ b/core/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: core
 title: "Design Docs"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/core/codegen-bytebuddy/src/main/adoc/antora.yml b/core/codegen-bytebuddy/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/codegen-bytebuddy/src/main/adoc/antora.yml
+++ b/core/codegen-bytebuddy/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/config/src/main/adoc/antora.yml b/core/config/src/main/adoc/antora.yml
index 06ecf272b0..847bc30a71 100644
--- a/core/config/src/main/adoc/antora.yml
+++ b/core/config/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: refguide
-version: 2.0.0-M8
+version: latest
diff --git a/core/interaction/src/main/adoc/antora.yml b/core/interaction/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/interaction/src/main/adoc/antora.yml
+++ b/core/interaction/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/internaltestsupport/src/main/adoc/antora.yml b/core/internaltestsupport/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/internaltestsupport/src/main/adoc/antora.yml
+++ b/core/internaltestsupport/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/metamodel/src/main/adoc/antora.yml b/core/metamodel/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/metamodel/src/main/adoc/antora.yml
+++ b/core/metamodel/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/runtime/src/main/adoc/antora.yml b/core/runtime/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/runtime/src/main/adoc/antora.yml
+++ b/core/runtime/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/runtimeservices/src/main/adoc/antora.yml b/core/runtimeservices/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/runtimeservices/src/main/adoc/antora.yml
+++ b/core/runtimeservices/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/security/src/main/adoc/antora.yml b/core/security/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/core/security/src/main/adoc/antora.yml
+++ b/core/security/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/core/transaction/src/main/adoc/antora.yml b/core/transaction/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/transaction/src/main/adoc/antora.yml
+++ b/core/transaction/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/core/webapp/src/main/adoc/antora.yml b/core/webapp/src/main/adoc/antora.yml
index 2545bdb2c5..1a59920126 100644
--- a/core/webapp/src/main/adoc/antora.yml
+++ b/core/webapp/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: core
-version: 2.0.0-M8
+version: latest
diff --git a/examples/demo/domain/src/main/adoc/antora.yml b/examples/demo/domain/src/main/adoc/antora.yml
index f71ebcaa19..072c382aa9 100644
--- a/examples/demo/domain/src/main/adoc/antora.yml
+++ b/examples/demo/domain/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: docs
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/adoc/antora.yml b/extensions/adoc/antora.yml
index 1442340fd6..2dde8c1363 100644
--- a/extensions/adoc/antora.yml
+++ b/extensions/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: extensions
 title: "Extensions Catalog"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/extensions/core/commandlog/adoc/antora.yml b/extensions/core/commandlog/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/commandlog/adoc/antora.yml
+++ b/extensions/core/commandlog/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/excel/adoc/antora.yml b/extensions/core/excel/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/excel/adoc/antora.yml
+++ b/extensions/core/excel/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/executionlog/adoc/antora.yml b/extensions/core/executionlog/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/executionlog/adoc/antora.yml
+++ b/extensions/core/executionlog/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/executionlog/adoc/modules/antora.yml b/extensions/core/executionlog/adoc/modules/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/executionlog/adoc/modules/antora.yml
+++ b/extensions/core/executionlog/adoc/modules/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/executionoutbox/adoc/antora.yml b/extensions/core/executionoutbox/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/executionoutbox/adoc/antora.yml
+++ b/extensions/core/executionoutbox/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/executionoutbox/adoc/modules/antora.yml b/extensions/core/executionoutbox/adoc/modules/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/executionoutbox/adoc/modules/antora.yml
+++ b/extensions/core/executionoutbox/adoc/modules/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/executionrepublisher/adoc/antora.yml b/extensions/core/executionrepublisher/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/executionrepublisher/adoc/antora.yml
+++ b/extensions/core/executionrepublisher/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/flyway/adoc/antora.yml b/extensions/core/flyway/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/flyway/adoc/antora.yml
+++ b/extensions/core/flyway/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/core/quartz/adoc/antora.yml b/extensions/core/quartz/adoc/antora.yml
index 22cf4f2623..448d819e20 100644
--- a/extensions/core/quartz/adoc/antora.yml
+++ b/extensions/core/quartz/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: userguide
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/security/audittrail/adoc/antora.yml b/extensions/security/audittrail/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/extensions/security/audittrail/adoc/antora.yml
+++ b/extensions/security/audittrail/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/security/secman/adoc/antora.yml b/extensions/security/secman/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/extensions/security/secman/adoc/antora.yml
+++ b/extensions/security/secman/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/security/sessionlog/adoc/antora.yml b/extensions/security/sessionlog/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/extensions/security/sessionlog/adoc/antora.yml
+++ b/extensions/security/sessionlog/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/security/shiro-realm-ldap/adoc/antora.yml b/extensions/security/shiro-realm-ldap/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/extensions/security/shiro-realm-ldap/adoc/antora.yml
+++ b/extensions/security/shiro-realm-ldap/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/security/spring-oauth2/src/main/adoc/antora.yml b/extensions/security/spring-oauth2/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/extensions/security/spring-oauth2/src/main/adoc/antora.yml
+++ b/extensions/security/spring-oauth2/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vro/cors/adoc/antora.yml b/extensions/vro/cors/adoc/antora.yml
index 29d53f90eb..c83b9c2982 100644
--- a/extensions/vro/cors/adoc/antora.yml
+++ b/extensions/vro/cors/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vro
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vw/exceldownload/adoc/antora.yml b/extensions/vw/exceldownload/adoc/antora.yml
index 6bf3a3d196..c1675fed61 100644
--- a/extensions/vw/exceldownload/adoc/antora.yml
+++ b/extensions/vw/exceldownload/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vw
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vw/fullcalendar/adoc/antora.yml b/extensions/vw/fullcalendar/adoc/antora.yml
index 6bf3a3d196..c1675fed61 100644
--- a/extensions/vw/fullcalendar/adoc/antora.yml
+++ b/extensions/vw/fullcalendar/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vw
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vw/gmap3/adoc/antora.yml b/extensions/vw/gmap3/adoc/antora.yml
index 6bf3a3d196..c1675fed61 100644
--- a/extensions/vw/gmap3/adoc/antora.yml
+++ b/extensions/vw/gmap3/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vw
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vw/pdfjs/adoc/antora.yml b/extensions/vw/pdfjs/adoc/antora.yml
index 6bf3a3d196..c1675fed61 100644
--- a/extensions/vw/pdfjs/adoc/antora.yml
+++ b/extensions/vw/pdfjs/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vw
-version: 2.0.0-M8
+version: latest
diff --git a/extensions/vw/sse/adoc/antora.yml b/extensions/vw/sse/adoc/antora.yml
index 6bf3a3d196..c1675fed61 100644
--- a/extensions/vw/sse/adoc/antora.yml
+++ b/extensions/vw/sse/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: vw
-version: 2.0.0-M8
+version: latest
diff --git a/incubator/adoc/antora.yml b/incubator/adoc/antora.yml
index e8c3548f0b..7df66bfad9 100644
--- a/incubator/adoc/antora.yml
+++ b/incubator/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: incubator
 title: "Incubator Catalog"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/incubator/clients/kroviz/adoc/antora.yml b/incubator/clients/kroviz/adoc/antora.yml
index 61515531de..bc87cdc73c 100644
--- a/incubator/clients/kroviz/adoc/antora.yml
+++ b/incubator/clients/kroviz/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: incubator
-version: 2.0.0-M8
+version: latest
diff --git a/incubator/extensions/core/commandreplay/adoc/antora.yml b/incubator/extensions/core/commandreplay/adoc/antora.yml
index 61515531de..bc87cdc73c 100644
--- a/incubator/extensions/core/commandreplay/adoc/antora.yml
+++ b/incubator/extensions/core/commandreplay/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: incubator
-version: 2.0.0-M8
+version: latest
diff --git a/incubator/viewers/graphql/adoc/antora.yml b/incubator/viewers/graphql/adoc/antora.yml
index 61515531de..bc87cdc73c 100644
--- a/incubator/viewers/graphql/adoc/antora.yml
+++ b/incubator/viewers/graphql/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: incubator
-version: 2.0.0-M8
+version: latest
diff --git a/incubator/viewers/javafx/adoc/antora.yml b/incubator/viewers/javafx/adoc/antora.yml
index 61515531de..bc87cdc73c 100644
--- a/incubator/viewers/javafx/adoc/antora.yml
+++ b/incubator/viewers/javafx/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: incubator
-version: 2.0.0-M8
+version: latest
diff --git a/incubator/viewers/vaadin/adoc/antora.yml b/incubator/viewers/vaadin/adoc/antora.yml
index 61515531de..bc87cdc73c 100644
--- a/incubator/viewers/vaadin/adoc/antora.yml
+++ b/incubator/viewers/vaadin/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: incubator
-version: 2.0.0-M8
+version: latest
diff --git a/mavendeps/adoc/antora.yml b/mavendeps/adoc/antora.yml
index f71ebcaa19..072c382aa9 100644
--- a/mavendeps/adoc/antora.yml
+++ b/mavendeps/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: docs
-version: 2.0.0-M8
+version: latest
diff --git a/persistence/jdo/adoc/antora.yml b/persistence/jdo/adoc/antora.yml
index e8644b6905..f58f7ffb16 100644
--- a/persistence/jdo/adoc/antora.yml
+++ b/persistence/jdo/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: pjdo
 title: "JDO/DataNucleus"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
   - modules/ROOT/nav.adoc
diff --git a/persistence/jpa/adoc/antora.yml b/persistence/jpa/adoc/antora.yml
index 647ae7b9e4..587cd3be21 100644
--- a/persistence/jpa/adoc/antora.yml
+++ b/persistence/jpa/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: pjpa
 title: "JPA"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
   - modules/ROOT/nav.adoc
diff --git a/regressiontests/adoc/antora.yml b/regressiontests/adoc/antora.yml
index b94e724e13..ad7fd33bfb 100644
--- a/regressiontests/adoc/antora.yml
+++ b/regressiontests/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: regressiontests
-version: 2.0.0-M8
+version: latest
diff --git a/security/adoc/antora.yml b/security/adoc/antora.yml
index 7332eb2258..c6687a52fb 100644
--- a/security/adoc/antora.yml
+++ b/security/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: security
 title: "Security Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/security/bypass/src/main/adoc/antora.yml b/security/bypass/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/security/bypass/src/main/adoc/antora.yml
+++ b/security/bypass/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/security/keycloak/src/main/adoc/antora.yml b/security/keycloak/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/security/keycloak/src/main/adoc/antora.yml
+++ b/security/keycloak/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/security/shiro/src/main/adoc/antora.yml b/security/shiro/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/security/shiro/src/main/adoc/antora.yml
+++ b/security/shiro/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/security/spring/src/main/adoc/antora.yml b/security/spring/src/main/adoc/antora.yml
index a02255be4f..2be11515fd 100644
--- a/security/spring/src/main/adoc/antora.yml
+++ b/security/spring/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: 2.0.0-M8
+version: latest
diff --git a/starters/adoc/antora.yml b/starters/adoc/antora.yml
index f71ebcaa19..072c382aa9 100644
--- a/starters/adoc/antora.yml
+++ b/starters/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: docs
-version: 2.0.0-M8
+version: latest
diff --git a/testing/adoc/antora.yml b/testing/adoc/antora.yml
index 74eede4983..e8921cbf0b 100644
--- a/testing/adoc/antora.yml
+++ b/testing/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: testing
 title: "Testing Guide"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/testing/archtestsupport/adoc/antora.yml b/testing/archtestsupport/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/archtestsupport/adoc/antora.yml
+++ b/testing/archtestsupport/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/fakedata/adoc/antora.yml b/testing/fakedata/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/fakedata/adoc/antora.yml
+++ b/testing/fakedata/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/fixtures/adoc/antora.yml b/testing/fixtures/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/fixtures/adoc/antora.yml
+++ b/testing/fixtures/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/h2console/adoc/antora.yml b/testing/h2console/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/h2console/adoc/antora.yml
+++ b/testing/h2console/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/hsqldbmgr/adoc/antora.yml b/testing/hsqldbmgr/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/hsqldbmgr/adoc/antora.yml
+++ b/testing/hsqldbmgr/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/integtestsupport/adoc/antora.yml b/testing/integtestsupport/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/integtestsupport/adoc/antora.yml
+++ b/testing/integtestsupport/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/specsupport/adoc/antora.yml b/testing/specsupport/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/specsupport/adoc/antora.yml
+++ b/testing/specsupport/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/testing/unittestsupport/adoc/antora.yml b/testing/unittestsupport/adoc/antora.yml
index 3c52ea15bd..3c95843a4b 100644
--- a/testing/unittestsupport/adoc/antora.yml
+++ b/testing/unittestsupport/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: testing
-version: 2.0.0-M8
+version: latest
diff --git a/tooling/adoc/antora.yml b/tooling/adoc/antora.yml
index 0ca751b53b..2bb0e961a3 100644
--- a/tooling/adoc/antora.yml
+++ b/tooling/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: tooling
 title: "Tooling"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/tooling/cli/adoc/antora.yml b/tooling/cli/adoc/antora.yml
index 860cbcbd95..d2f65abf05 100644
--- a/tooling/cli/adoc/antora.yml
+++ b/tooling/cli/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: tooling
-version: 2.0.0-M8
+version: latest
diff --git a/valuetypes/adoc/antora.yml b/valuetypes/adoc/antora.yml
index f273b397ac..46395c902f 100644
--- a/valuetypes/adoc/antora.yml
+++ b/valuetypes/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: valuetypes
 title: "Value Types Catalog"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/valuetypes/asciidoc/adoc/antora.yml b/valuetypes/asciidoc/adoc/antora.yml
index 56b83a0de0..0f50856e63 100644
--- a/valuetypes/asciidoc/adoc/antora.yml
+++ b/valuetypes/asciidoc/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: valuetypes
-version: 2.0.0-M8
+version: latest
diff --git a/valuetypes/markdown/adoc/antora.yml b/valuetypes/markdown/adoc/antora.yml
index 56b83a0de0..0f50856e63 100644
--- a/valuetypes/markdown/adoc/antora.yml
+++ b/valuetypes/markdown/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: valuetypes
-version: 2.0.0-M8
+version: latest
diff --git a/valuetypes/vega/adoc/antora.yml b/valuetypes/vega/adoc/antora.yml
index 56b83a0de0..0f50856e63 100644
--- a/valuetypes/vega/adoc/antora.yml
+++ b/valuetypes/vega/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: valuetypes
-version: 2.0.0-M8
+version: latest
diff --git a/viewers/restfulobjects/adoc/antora.yml b/viewers/restfulobjects/adoc/antora.yml
index 4f35b98089..951ffc02c2 100644
--- a/viewers/restfulobjects/adoc/antora.yml
+++ b/viewers/restfulobjects/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: vro
 title: "REST API (Restful Objects Viewer)"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc
diff --git a/viewers/wicket/adoc/antora.yml b/viewers/wicket/adoc/antora.yml
index cc4a6e27dc..960d7e73bb 100644
--- a/viewers/wicket/adoc/antora.yml
+++ b/viewers/wicket/adoc/antora.yml
@@ -17,7 +17,7 @@
 
 name: vw
 title: "Web UI (Wicket Viewer)"
-version: 2.0.0-M8
+version: latest
 start_page: ROOT:about.adoc
 nav:
 - modules/ROOT/nav.adoc


[isis] 05/11: ISIS-2965: minor change from regen of docs, remove testdomain

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 18732b7f1fe18f73f704369cbc51a2bdc541288b
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 11:33:09 2022 +0100

    ISIS-2965: minor change from regen of docs, remove testdomain
---
 core/adoc/modules/_overview/pages/about.adoc | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/core/adoc/modules/_overview/pages/about.adoc b/core/adoc/modules/_overview/pages/about.adoc
index a566f198c1..a3efd3be1f 100644
--- a/core/adoc/modules/_overview/pages/about.adoc
+++ b/core/adoc/modules/_overview/pages/about.adoc
@@ -6245,32 +6245,7 @@ Artifact: isis-regressiontests-stable
 Type: jar
 Directory: /regressiontests/stable
 ----
-|.Components
-****
-o.a.i.testdomain.conf.Configuration_headless$HeadlessCommandSupport +
-o.a.i.testdomain.jdo.JdoInventoryDao +
-o.a.i.testdomain.jdo.JdoTestFixtures +
-o.a.i.testdomain.jpa.JpaInventoryDao +
-o.a.i.testdomain.jpa.JpaTestFixtures +
-o.a.i.testdomain.jpa.springdata.EmployeeRepository +
-o.a.i.testdomain.model.valuetypes.ValueTypeExampleService +
-o.a.i.testdomain.publishing.PublishingTestFactoryAbstract$CommitListener +
-o.a.i.testdomain.publishing.PublishingTestFactoryJdo +
-o.a.i.testdomain.publishing.PublishingTestFactoryJpa +
-o.a.i.testdomain.publishing.subscriber.CommandSubscriberForTesting +
-o.a.i.testdomain.publishing.subscriber.EntityChangesSubscriberForTesting +
-o.a.i.testdomain.publishing.subscriber.EntityPropertyChangeSubscriberForTesting +
-o.a.i.testdomain.publishing.subscriber.ExecutionSubscriberForTesting +
-o.a.i.testdomain.util.event.LifecycleEventSubscriberJdoForTesting +
-o.a.i.testdomain.util.event.LifecycleEventSubscriberJpaForTesting +
-o.a.i.testdomain.util.interaction.DomainObjectTesterFactory +
-o.a.i.testdomain.util.interaction.InteractionBoundaryProbe +
-o.a.i.testdomain.util.kv.KVStoreForTesting +
-o.a.i.testdomain.util.rest.RestEndpointService +
-o.a.i.testdomain.wrapperfactory.CounterRepository +
-****
-
-.Dependencies
+|.Dependencies
 ****
 org.apache.isis.extensions:isis-extensions-fullcalendar-applib:jar:<managed> +
 org.apache.isis.extensions:isis-extensions-secman-encryption-jbcrypt:jar:<managed> +


[isis] 09/11: ISIS-2965: improves release process docs

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 474c8a1c651941ac54f4cb8e9f5e6264409183d2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 14:11:09 2022 +0100

    ISIS-2965: improves release process docs
---
 .../ROOT/pages/post-release-successful.adoc        | 51 ++++++++++------------
 .../ROOT/partials/publish-and-index-website.adoc   |  2 +-
 2 files changed, 23 insertions(+), 30 deletions(-)

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 251b91f27b..87ce349ed3 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -200,61 +200,54 @@ If necessary, checkout this directory structure:
 svn co https://dist.apache.org/repos/dist/release/isis isis-dist
 ----
 
-Next, add the new release into the appropriate directory, and delete any previous release.
+Next, add the new release into the appropriate directory.
 The `upd.sh` script can be used to automate this:
 
 [source,bash]
 ----
-old_ver=$1
-new_ver=$2
+new_ver=$1
 
+if [ $# -lt 1 ]; then
+        echo "usage: $(basename $0) version" 2>&1
+        exit 1
+fi
 
 # constants
+fullname="isis-bom"
 repo_root=https://repository.apache.org/content/repositories/releases/org/apache/isis
 
+# file suffices
 zip="source-release.zip"
 asc="$zip.asc"
 md5="$zip.md5"
+sha1="$zip.sha1"
 sha512="$zip.sha512"
 
-
-fullname="isis-bom"
-pushd bom
-
-curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$asc
-svn add $fullname-$new_ver-$asc
-curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$md5
-svn add $fullname-$new_ver-$md5
-curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$zip
-svn add $fullname-$new_ver-$zip
-curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$zip
-svn add $fullname-$new_ver-$sha512
-
-if [ "Z${old_ver}Z" == "ZZ" ]; then
-        echo "old_ver not specified, so nothing will be removed"
-else
-        svn delete $fullname-$old_ver-$asc
-        svn delete $fullname-$old_ver-$md5
-        svn delete $fullname-$old_ver-$zip
-        svn delete $fullname-$old_ver-$sha512
-fi
-
-popd
+for suffix in $zip $asc $md5 $sha1 $sha512
+do
+        echo curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$suffix
+        curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$suffix
+        svn add $fullname-$new_ver-$suffix
+done
 ----
 
 [source,bash,subs="attributes+"]
 ----
-sh upd.sh [previous_release] {page-isisrel}
+sh upd.sh{page-isisrel}
 ----
 
-The script downloads the artifacts from the Nexus release repository, adds the artifacts to subversion and deletes the previous version.
+The script downloads the artifacts from the Nexus release repository and adds the artifacts to subversion.
+
+Manually delete any old files using `svn delete`.
 
 Double check that the files are correct; there is sometimes a small delay in the files becoming available in the release repository.
 It should be sufficient to check just the `md5` or `.asc` files that these look valid (aren't HTML 404 error pages):
 
 [source,bash,subs="attributes+"]
 ----
-vi `find . -name *.md5`
+cat *.md5
+cat *.sha1
+cat *.sha512
 ----
 
 Assuming all is good, commit the changes:
diff --git a/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc b/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
index 80dee33248..2087920bb3 100644
--- a/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
+++ b/antora/components/comguide/modules/ROOT/partials/publish-and-index-website.adoc
@@ -74,7 +74,7 @@ We use the Algolia-provided link:https://hub.docker.com/r/algolia/docsearch-scra
 [source,bash]
 ----
 cd content
-docker run -it --env-file=../algolia.env -e "CONFIG=$(cat ../algolia-config.json | jq -r tostring)" algolia/docsearch-scraper
+docker run -it --env-file=../algolia.env -e "CONFIG=$(cat ../algolia-config.json | jq -r tostring)" algolia/docsearch-scraper:v1.16.0
 ----
 
 This posts the index up to the link:https://algolia.com[Algolia] site.


[isis] 07/11: ISIS-2965: update site.yml reference to component 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 05107e44a3f916219af1536bc4e2d676e4d36a0a
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 11:34:32 2022 +0100

    ISIS-2965: update site.yml reference to component branches
    
    ... remove those that do not exist historically.
---
 antora/playbooks/site.yml | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 2fd1cd9f10..974797397f 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -98,7 +98,7 @@ content:
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # extensions
     - url: .
@@ -107,19 +107,19 @@ content:
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - 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]
@@ -129,19 +129,19 @@ content:
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - 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]
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - 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]
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
@@ -161,7 +161,7 @@ content:
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
 
 # incubator
     - url: .
@@ -172,10 +172,10 @@ content:
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M8]
 #    - 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]
@@ -230,7 +230,7 @@ content:
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/fakedata/adoc # testing
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
@@ -268,9 +268,15 @@ content:
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+#    - url: .
+#      start_path: valuetypes/jodatime/adoc # valuetypes
+#      branches: [2.0.0-M8]
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
       branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+    - url: .
+      start_path: valuetypes/vega/adoc # valuetypes
+      branches: [2.0.0-M8]
 
 # viewers
     - url: .


[isis] 03/11: ISIS-2965: updates release docs

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 d9bb817f455f665801101311be60b5efd5070b02
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 10:46:31 2022 +0100

    ISIS-2965: updates release docs
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 38d27649bd..251b91f27b 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -359,10 +359,11 @@ NOTE: that this isn't performed in the docs branch (xref:#create-doc-branch[prev
 
 * Now update `site.yml`
 +
-This will reference the new branch (and any previous branches).
+This will reference the new branch, and any previous branches.
 Every content source needs to be updated:
 +
-** `branches: HEAD` -> `branches: {page-isisrel}`
+** `branches: HEAD` -> `branches: [2.0.0-M5, 2.0.0-M6, ... , {page-isisrel}]`
+
 
 * commit this change, too (there's no need to push):
 +


[isis] 02/11: ISIS-2965: updates references to version in index.html and site.yml

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 ea7ddb75aa3fb8bcaac1c7a1d02febf8f80dec01
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 10:36:00 2022 +0100

    ISIS-2965: updates references to version in index.html and site.yml
---
 antora/playbooks/site.yml         | 148 +++++++++++++++++++-------------------
 antora/supplemental-ui/index.html |  22 +++---
 2 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index cd0da7c93e..3ca643428d 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -26,259 +26,259 @@ content:
 # antora
     - url: .
       start_path: antora/components/docs # docs
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/comguide # comguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/conguide # conguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/relnotes # relnotes
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/setupguide # setupguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/refguide # refguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/refguide-index # refguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/userguide # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # api
     - url: .
       start_path: api/schema/src/main/adoc # refguide
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # core
     - url: .
       start_path: core/adoc  # core (design docs)
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: commons/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/config/src/main/adoc # refguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/interaction/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/internaltestsupport/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/metamodel/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/runtime/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/runtimeservices/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/security/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/transaction/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: core/webapp/src/main/adoc # core
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # examples
     - url: .
       start_path: examples/demo/domain/src/main/adoc # docs
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # extensions
     - url: .
       start_path: extensions/adoc # extensions
-      branches: HEAD
+      branches: 2.0.0-M8
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/flyway/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/core/quartz/adoc # userguide
-      branches: HEAD
+      branches: 2.0.0-M8
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/security/secman/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/security/shiro-realm-ldap/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
-      branches: HEAD
+      branches: 2.0.0-M8
 
     - url: .
       start_path: extensions/vw/exceldownload/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/vw/gmap3/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # incubator
     - url: .
       start_path: incubator/adoc # incubator
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: incubator/clients/kroviz/adoc # incubator
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: HEAD
+      branches: 2.0.0-M8
 #    - url: .
 #      start_path: incubator/viewers/javafx/adoc # incubator
-#      branches: HEAD
+#      branches: 2.0.0-M8
     - url: .
       start_path: incubator/viewers/vaadin/adoc # incubator
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # mavendeps
     - url: .
       start_path: mavendeps/adoc # starters
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # persistence
     - url: .
       start_path: persistence/jpa/adoc # pjpa
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: persistence/jdo/adoc # pjdo
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # regression tests
     - url: .
       start_path: regressiontests/adoc # regressiontests
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # security
     - url: .
       start_path: security/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: security/bypass/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: security/shiro/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: security/keycloak/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: security/spring/src/main/adoc # security
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # starters
     - url: .
       start_path: starters/adoc # toc
-      branches: HEAD
+      branches: 2.0.0-M8
 
 
 # testing
     - url: .
       start_path: testing/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/fakedata/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/fixtures/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/h2console/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/hsqldbmgr/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/integtestsupport/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/specsupport/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: testing/unittestsupport/adoc # testing
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # tooling
     - url: .
       start_path: tooling/adoc # toc
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: tooling/cli/adoc # cli
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # valuetypes
     - url: .
       start_path: valuetypes/adoc # valuetypes
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
-      branches: HEAD
+      branches: 2.0.0-M8
 
 # viewers
     - url: .
       start_path: viewers/restfulobjects/adoc # vro
-      branches: HEAD
+      branches: 2.0.0-M8
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: HEAD
+      branches: 2.0.0-M8
 
 
 ui:
diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html
index 93a7a39526..c23ad10509 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -114,15 +114,15 @@
         </li>
         <li><a href="#call-to-action">Quick Start</a></li>
         <li class="menu-has-children">
-          <a href="docs/latest/about.html">Docs</a>
+          <a href="docs/2.0.0-M8/about.html">Docs</a>
           <ul>
-            <li><a href="docs/latest/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/latest/starters/about.html">Starter Apps</a></li>
-            <li><a href="docs/latest/landing-page/guides.html">Guides</a></li>
-            <li><a href="docs/latest/landing-page/components.html">Components</a></li>
-            <li><a href="docs/latest/landing-page/catalogs.html">Catalogs</a></li>
-            <li><a href="docs/latest/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/latest/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/latest/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/latest/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/latest/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] 08/11: ISIS-2965: reverts site.yml to HEAD

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 aec41fef30ae65965816e53a0eb071699ccae272
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 11:41:21 2022 +0100

    ISIS-2965: reverts site.yml to HEAD
---
 antora/playbooks/site.yml | 152 +++++++++++++++++++++++-----------------------
 1 file changed, 76 insertions(+), 76 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 974797397f..c0c52d93d4 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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      branches: HEAD
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      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]
+      branches: HEAD
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: [2.0.0-M8]
+      branches: HEAD
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: [2.0.0-M8]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: [2.0.0-M8]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: [2.0.0-M8]
+      branches: HEAD
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: [2.0.0-M8]
+      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]
+      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]
+      branches: HEAD
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: [2.0.0-M8]
+      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]
+      branches: HEAD
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: [2.0.0-M8]
+      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]
+      branches: HEAD
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      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]
+      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]
+      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]
+      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]
+      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]
+      branches: HEAD
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: [2.0.0-M8]
+      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]
+      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]
+      branches: HEAD
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: [2.0.0-M8]
+      branches: HEAD
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: [2.0.0-M8]
+      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]
+#      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      branches: HEAD
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: [2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      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]
+      branches: HEAD
 #    - url: .
 #      start_path: valuetypes/jodatime/adoc # valuetypes
-#      branches: [2.0.0-M8]
+#      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]
+      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]
+      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]
+      branches: HEAD
 
 
 ui:


[isis] 06/11: ISIS-2965: add in entries to site-valuetypes.xml (HEAD, so can cherry pick)

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 e97119f095f2470cd2138cd095106bac9da20ec4
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 11:33:41 2022 +0100

    ISIS-2965: add in entries to site-valuetypes.xml (HEAD, so can cherry pick)
---
 antora/playbooks/site-valuetypes.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/antora/playbooks/site-valuetypes.yml b/antora/playbooks/site-valuetypes.yml
index 8efa88aafc..ee966ea134 100644
--- a/antora/playbooks/site-valuetypes.yml
+++ b/antora/playbooks/site-valuetypes.yml
@@ -49,9 +49,15 @@ content:
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
       branches: HEAD
+#    - url: .
+#      start_path: valuetypes/jodatime/adoc # valuetypes
+#      branches: HEAD
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
       branches: HEAD
+    - url: .
+      start_path: valuetypes/vega/adoc # valuetypes
+      branches: HEAD
 
 
 ui:


[isis] 04/11: ISIS-2965 : update site.yml, reference other older branches also

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 b66e532ab297ef7865dd6458297f1cc8a721449d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 10:52:32 2022 +0100

    ISIS-2965 : update site.yml, reference other older branches also
---
 antora/playbooks/site.yml | 148 +++++++++++++++++++++++-----------------------
 1 file changed, 74 insertions(+), 74 deletions(-)

diff --git a/antora/playbooks/site.yml b/antora/playbooks/site.yml
index 3ca643428d..2fd1cd9f10 100644
--- a/antora/playbooks/site.yml
+++ b/antora/playbooks/site.yml
@@ -26,259 +26,259 @@ content:
 # antora
     - url: .
       start_path: antora/components/docs # docs
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/comguide # comguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/conguide # conguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/relnotes # relnotes
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/setupguide # setupguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/refguide # refguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/refguide-index # refguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/userguide # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # api
     - url: .
       start_path: api/schema/src/main/adoc # refguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # core
     - url: .
       start_path: core/adoc  # core (design docs)
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/codegen-bytebuddy/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: commons/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/config/src/main/adoc # refguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/interaction/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/internaltestsupport/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/metamodel/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/runtime/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/runtimeservices/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/security/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/transaction/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: core/webapp/src/main/adoc # core
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # examples
     - url: .
       start_path: examples/demo/domain/src/main/adoc # docs
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: antora/components/tutorials # tutorials
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # extensions
     - url: .
       start_path: extensions/adoc # extensions
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
     - url: .
       start_path: extensions/core/commandlog/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/excel/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/executionlog/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/executionoutbox/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/executionrepublisher/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/flyway/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/core/quartz/adoc # userguide
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
     - url: .
       start_path: extensions/security/audittrail/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/security/secman/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/security/sessionlog/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/security/shiro-realm-ldap/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/security/spring-oauth2/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
     - url: .
       start_path: extensions/vro/cors/adoc # vro
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
     - url: .
       start_path: extensions/vw/exceldownload/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/vw/fullcalendar/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/vw/gmap3/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/vw/pdfjs/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: extensions/vw/sse/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # incubator
     - url: .
       start_path: incubator/adoc # incubator
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: incubator/clients/kroviz/adoc # incubator
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: incubator/extensions/core/commandreplay/adoc # incubator
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: incubator/viewers/graphql/adoc # incubator
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 #    - url: .
 #      start_path: incubator/viewers/javafx/adoc # incubator
-#      branches: 2.0.0-M8
+#      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: incubator/viewers/vaadin/adoc # incubator
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # mavendeps
     - url: .
       start_path: mavendeps/adoc # starters
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # persistence
     - url: .
       start_path: persistence/jpa/adoc # pjpa
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: persistence/jdo/adoc # pjdo
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # regression tests
     - url: .
       start_path: regressiontests/adoc # regressiontests
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # security
     - url: .
       start_path: security/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: security/bypass/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: security/shiro/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: security/keycloak/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: security/spring/src/main/adoc # security
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # starters
     - url: .
       start_path: starters/adoc # toc
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 
 # testing
     - url: .
       start_path: testing/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/archtestsupport/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/fakedata/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/fixtures/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/h2console/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/hsqldbmgr/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/integtestsupport/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/specsupport/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: testing/unittestsupport/adoc # testing
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # tooling
     - url: .
       start_path: tooling/adoc # toc
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: tooling/cli/adoc # cli
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # valuetypes
     - url: .
       start_path: valuetypes/adoc # valuetypes
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: valuetypes/asciidoc/adoc # valuetypes
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: valuetypes/markdown/adoc # valuetypes
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 # viewers
     - url: .
       start_path: viewers/restfulobjects/adoc # vro
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
     - url: .
       start_path: viewers/wicket/adoc # vw
-      branches: 2.0.0-M8
+      branches: [2.0.0-M5, 2.0.0-M6, 2.0.0-M7, 2.0.0-M8]
 
 
 ui:


[isis] 10/11: Merge branch 'release-2.0.0-M8-RC5'

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 23f0ef773486455cd64f22ebebbc68eea91acb31
Merge: 8c5c8cc590 474c8a1c65
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 14:12:14 2022 +0100

    Merge branch 'release-2.0.0-M8-RC5'

 STATUS                                             |   2 +
 .../ROOT/pages/post-release-successful.adoc        |  84 ++-
 .../ROOT/partials/publish-and-index-website.adoc   |   2 +-
 antora/components/relnotes/modules/ROOT/nav.adoc   |   1 +
 .../modules/ROOT/pages/2022/2.0.0-M8/mignotes.adoc |  35 +-
 .../modules/ROOT/pages/2022/2.0.0-M8/relnotes.adoc | 287 ++++++++-
 .../ROOT/pages/2022/2.0.0-RC1/mignotes.adoc        |   3 +-
 .../ROOT/pages/2022/2.0.0-RC1/relnotes.adoc        |  25 +
 .../relnotes/modules/ROOT/pages/about.adoc         |  43 +-
 antora/playbooks/site-valuetypes.yml               |   6 +
 antora/playbooks/site.yml                          |   6 +
 antora/supplemental-ui/doap_isis.rdf               |   8 +
 antora/supplemental-ui/index.html                  |  22 +-
 .../supplemental-ui/schema/common/common-2.0.xsd   | 476 +++++++-------
 antora/supplemental-ui/schema/common/common.xsd    | 478 +++++++-------
 .../schema/metamodel/metamodel-2.0.xsd             | 691 +++++++++++---------
 .../supplemental-ui/schema/metamodel/metamodel.xsd | 693 ++++++++++++---------
 bom/pom.xml                                        |   2 +-
 core/adoc/modules/_overview/pages/about.adoc       |  27 +-
 19 files changed, 1698 insertions(+), 1193 deletions(-)