This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push: new f788afe030 CAUSEWAY-3636: minor typo with artifact name f788afe030 is described below commit f788afe030b5e82a5f824f97a745f435f2e0c15f Author: Andi Huber <ahu...@apache.org> AuthorDate: Thu Oct 19 17:40:43 2023 +0200 CAUSEWAY-3636: minor typo with artifact name --- extensions/core/layoutloaders/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/core/layoutloaders/pom.xml b/extensions/core/layoutloaders/pom.xml index ee59e29504..b35f7120c2 100644 --- a/extensions/core/layoutloaders/pom.xml +++ b/extensions/core/layoutloaders/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>causeway-extensions-layoutloaders</artifactId> - <name>Apache Causeway Ext - LayoutLoadersHub</name> + <name>Apache Causeway Ext - LayoutLoaders</name> <description> Allows layouts to be dynamically loaded from an external source.