This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new d1237fadad6 Migrates Spring Boot 4.0.0-Snapshot -> 4.0.0-M1
d1237fadad6 is described below
commit d1237fadad6aef2f7a4cbf6bf4d21f080a70856a
Author: andi-huber <[email protected]>
AuthorDate: Thu Jul 24 19:52:56 2025 +0200
Migrates Spring Boot 4.0.0-Snapshot -> 4.0.0-M1
---
bom/pom.xml | 39 ++-------------------------------------
1 file changed, 2 insertions(+), 37 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index c756ea4f4fc..9adbfda92e9 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -39,7 +39,7 @@ identified
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-M1</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
@@ -144,7 +144,7 @@ identified
<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
- <spring-boot.version>4.0.0-SNAPSHOT</spring-boot.version>
+ <spring-boot.version>4.0.0-M1</spring-boot.version>
<surefire-plugin.argLine>
-Xmx384m
@@ -1947,41 +1947,6 @@ identified
</dependencies>
</dependencyManagement>
- <repositories>
- <repository>
- <id>central</id>
- <name>Central Repository</name>
- <url>https://repo.maven.apache.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <!-- required for RestEasy -->
- <id>JBoss Public Release</id>
-
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>spring-milestones</id>
- <name>Spring Milestones</name>
- <url>https://repo.spring.io/milestone</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>spring-snapshots</id>
- <name>Spring Snapshots</name>
- <url>https://repo.spring.io/snapshot</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
<!-- META DATA -->
<url>https://causeway.apache.org</url>