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/isis.git
The following commit(s) were added to refs/heads/master by this push:
new ddf2f24a54 ISIS-3297: POM: let starer import bom not core
ddf2f24a54 is described below
commit ddf2f24a545ff7b9da41b50a4247cb41c6e3b736
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 29 11:53:25 2022 +0100
ISIS-3297: POM: let starer import bom not core
---
starters/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/starters/pom.xml b/starters/pom.xml
index 2a92bca6f6..22e1557706 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -83,8 +83,8 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.apache.causeway.core</groupId>
- <artifactId>causeway-core</artifactId>
+ <groupId>org.apache.causeway</groupId>
+ <artifactId>causeway-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>