Skip to content

Commit 2aa0ed8

Browse files
committed
Switch to released milestones of Boot, Modulith and jMolecules.
1 parent a1e0048 commit 2aa0ed8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

server/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0-M1</version>
1616
</parent>
1717

1818
<properties>
1919
<bytebuddy.version>1.17.6</bytebuddy.version>
2020
<datasource-micrometer.version>1.1.0</datasource-micrometer.version>
2121
<java.version>21</java.version>
2222
<jmolecules.version>2025.0.0-RC4</jmolecules.version>
23-
<spring-data-bom.version>2025.1.0-SNAPSHOT</spring-data-bom.version>
2423
<spring-hateoas.version>3.0.0-SNAPSHOT</spring-hateoas.version>
25-
<spring-modulith.version>2.0.0-SNAPSHOT</spring-modulith.version>
24+
<spring-modulith.version>2.0.0-M1</spring-modulith.version>
2625

2726
<!-- Enable full annotation processing on Java 23+ -->
2827
<maven.compiler.proc>full</maven.compiler.proc>

0 commit comments

Comments
 (0)