Bumping versions

This commit is contained in:
spring-builds
2024-11-22 15:17:07 +00:00
parent e3aecb4d99
commit dad6c7aaca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
= Spring Cloud Train Reference Documentation
:spring-boot-version: 3.4.0-SNAPSHOT
:spring-boot-version: 3.4.0
Spring Cloud provides tools for developers to quickly build some of
the common patterns in distributed systems (e.g. configuration

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<relativePath/>
</parent>
<groupId>org.springframework.cloud</groupId>