From 2f30b6142699f34da7de047eb8501879557b3854 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 11 Oct 2024 12:02:38 -0400 Subject: [PATCH] Updates boot version to 3.4.0-SNAPSHOT --- docs/modules/ROOT/pages/index.adoc | 2 +- spring-cloud-starter-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3089c09..26079a2 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,6 +1,6 @@ = Spring Cloud Train Reference Documentation -:spring-boot-version: 3.4.0-M3 +:spring-boot-version: 3.4.0-SNAPSHOT Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration diff --git a/spring-cloud-starter-parent/pom.xml b/spring-cloud-starter-parent/pom.xml index e15a6be..bd797a7 100644 --- a/spring-cloud-starter-parent/pom.xml +++ b/spring-cloud-starter-parent/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-M3 + 3.4.0-SNAPSHOT org.springframework.cloud