This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 2b2aafbd04ca9ffd5c284a631ed416f5dfbb2e10 Author: danhaywood <[email protected]> AuthorDate: Thu Mar 21 17:58:44 2024 +0000 CAUSEWAY-3666: fixes parent references --- retired/shiro/extensions/secman/delegated-shiro/pom.xml | 2 +- retired/shiro/security/shiro/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/retired/shiro/extensions/secman/delegated-shiro/pom.xml b/retired/shiro/extensions/secman/delegated-shiro/pom.xml index d095bc6e1f..cc04cd47ae 100644 --- a/retired/shiro/extensions/secman/delegated-shiro/pom.xml +++ b/retired/shiro/extensions/secman/delegated-shiro/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.causeway.extensions</groupId> <artifactId>causeway-extensions-secman</artifactId> <version>3.0.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../../../../extensions/security/secman/pom.xml</relativePath> </parent> <artifactId>causeway-extensions-secman-delegated-shiro</artifactId> diff --git a/retired/shiro/security/shiro/pom.xml b/retired/shiro/security/shiro/pom.xml index 118391ed61..2125014fd0 100644 --- a/retired/shiro/security/shiro/pom.xml +++ b/retired/shiro/security/shiro/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.causeway.core</groupId> <artifactId>causeway-core</artifactId> <version>3.0.0-SNAPSHOT</version> - <relativePath>../../core/pom.xml</relativePath> + <relativePath>../../../../core/pom.xml</relativePath> </parent> <groupId>org.apache.causeway.security</groupId> @@ -39,7 +39,7 @@ <!-- apache shiro is not migrated to JPMS yet, so no point in converting ours to JPMS --> <jar-plugin.automaticModuleName>org.apache.causeway.security.shiro</jar-plugin.automaticModuleName> <git-plugin.propertiesDir>org/apache/causeway/security/shiro</git-plugin.propertiesDir> - + <!-- override surefire defaults from bom, as this is not a Java module yet --> <surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine> </properties>
