This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 8be04c3512aabde3246589bd7a0fc02e33c9a4ad Merge: d15116c6e8 ddf2f24a54 Author: Andi Huber <[email protected]> AuthorDate: Tue Nov 29 15:00:46 2022 +0100 ISIS-3275: [Incubating] Migrate from Spring Framework 5.x to 6.x starters/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --cc starters/pom.xml index 8ad8e91ef9,22e1557706..9b12c7c223 --- a/starters/pom.xml +++ b/starters/pom.xml @@@ -83,9 -83,9 +83,9 @@@ <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> + <version>3.0.0-SNAPSHOT</version> <scope>import</scope> <type>pom</type> </dependency>
