From e46715c687abf737c7797e8d0350bc248db5da75 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 13 Sep 2024 12:42:27 +0200 Subject: [PATCH] Prepare next development iteration. See #214 --- 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 bba4607..b575cad 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2024.1.0-M1 + 2024.1.0-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 314c8fd..17d8145 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2024.1.0-M1 + 2024.1.0-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index 5261dc6..71585fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2024.1.0-M1 + 2024.1.0-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure