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 6f1354dc495fe4f6cb060ae32062762dd3225f27 Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 23 13:32:31 2022 +0100 ISIS-3260: updates and renames doap_isis.rdf -> doap_causeway.rdf --- .../{doap_isis.rdf => doap_causeway.rdf} | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/antora/supplemental-ui/doap_isis.rdf b/antora/supplemental-ui/doap_causeway.rdf similarity index 96% rename from antora/supplemental-ui/doap_isis.rdf rename to antora/supplemental-ui/doap_causeway.rdf index 9b48caed21..f9a0b5f68d 100644 --- a/antora/supplemental-ui/doap_isis.rdf +++ b/antora/supplemental-ui/doap_causeway.rdf @@ -24,14 +24,14 @@ <Project rdf:about="http://isis.apache.org"> <created>2013-01-03</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> - <name>Apache Isis</name> - <homepage rdf:resource="http://isis.apache.org" /> - <asfext:pmc rdf:resource="http://isis.apache.org" /> - <shortdesc>Apache Isis is a framework for rapidly developing domain-driven apps in Java</shortdesc> - <description>Apache Isis is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.</description> - <bug-database rdf:resource="https://issues.apache.org/jira/browse/ISIS" /> - <mailing-list rdf:resource="http://isis.apache.org/support.html" /> - <download-page rdf:resource="http://isis.apache.org/downloads.html" /> + <name>Apache Causeway</name> + <homepage rdf:resource="http://causeway.apache.org" /> + <asfext:pmc rdf:resource="http://causeway.apache.org" /> + <shortdesc>Apache Causeway is a framework for rapidly developing domain-driven apps in Java</shortdesc> + <description>Apache Causeway is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.</description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/CAUSEWAY" /> + <mailing-list rdf:resource="http://causeway.apache.org/support.html" /> + <download-page rdf:resource="http://causeway.apache.org/downloads.html" /> <programming-language>Java</programming-language> <category rdf:resource="http://projects.apache.org/category/web-framework" /> @@ -39,16 +39,16 @@ <release> <Version> <name>isis</name> - <created>2022-10-06</created> - <revision>2.0.0-M8</revision> + <created>2022-10-18</created> + <revision>2.0.0-M9</revision> </Version> </release> <release> <Version> <name>isis</name> - <created>2022-10-18</created> - <revision>2.0.0-M9</revision> + <created>2022-10-06</created> + <revision>2.0.0-M8</revision> </Version> </release>
