From 6fd41ae9e7475e442ac2471475140e79e38f2d5c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Jun 2024 10:06:42 +0200 Subject: [PATCH] Prepare next development iteration. See #212 --- bom-client/pom.xml | 2 +- bom/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bom-client/pom.xml b/bom-client/pom.xml index 43a512c..dd602db 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2023.1.7 + 2023.1.8-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index aa0f217..7daeeed 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2023.1.7 + 2023.1.8-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index eef7a8b..c8c6424 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2023.1.7 + 2023.1.8-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure