This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit d36a4ae670f781a354735fb6731f1e0f82d681a4 Author: Dan Haywood <[email protected]> AuthorDate: Fri Jul 5 16:24:58 2024 +0100 : updates release notes, STATUS and doap_causeway.rdf --- STATUS | 3 +++ .../modules/ROOT/partials/2024/2.0.0/_relnotes.adoc | 4 +++- antora/supplemental-ui/doap_causeway.rdf | 20 ++++++++++++++++++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/STATUS b/STATUS index fb6e6e91d4..286dce6ccf 100644 --- a/STATUS +++ b/STATUS @@ -25,6 +25,9 @@ Description TLP releases: + * causeway-3.1.0 : 5 Jul 2024 + * causeway-2.1.0 : 5 Jul 2024 + * causeway-3.0.0 : 3 Apr 2024 * causeway-2.0.0 : 3 Apr 2024 diff --git a/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc b/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc index 922d03b249..70b11adfe0 100644 --- a/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc +++ b/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc @@ -85,7 +85,9 @@ In particular, "encapsulated" mode mean that the properties and collections of e ** supported custom scalar value types and composite types + -This includes xref:valuetypes:asciidoc:about.adoc[AsciiDoc], xref:valuetypes:markdown:about.adoc[Markdown], xref:valuetypes:jodatime:about.adoc[] and xref:valuetypes:vega:about.adoc[Vega] (link:https://vega.github.io/vega-lite/[Vega-lite], "a grammar of interactive graphics"). +This includes xref:valuetypes:asciidoc:about.adoc[AsciiDoc], xref:valuetypes:markdown:about.adoc[Markdown], xref:valuetypes:jodatime:about.adoc[Jodatime] and xref:valuetypes:vega:about.adoc[Vega] +(link:https://vega.github.io/vega-lite/[Vega-lite], "a grammar of interactive graphics"). + ** mixin classes annotated as `@Action`, `@Property` or `@Collection` diff --git a/antora/supplemental-ui/doap_causeway.rdf b/antora/supplemental-ui/doap_causeway.rdf index fab6db5cdf..faed38979f 100644 --- a/antora/supplemental-ui/doap_causeway.rdf +++ b/antora/supplemental-ui/doap_causeway.rdf @@ -39,8 +39,16 @@ <release> <Version> <name>causeway</name> - <created>2024-04-03</created> - <revision>2.0.0</revision> + <created>2024-07-05</created> + <revision>3.1.0</revision> + </Version> + </release> + + <release> + <Version> + <name>causeway</name> + <created>2024-07-05</created> + <revision>2.1.0</revision> </Version> </release> @@ -52,6 +60,14 @@ </Version> </release> + <release> + <Version> + <name>causeway</name> + <created>2024-04-03</created> + <revision>2.0.0</revision> + </Version> + </release> + <release> <Version> <name>causeway</name>
