From b129e9006b3f3e06cf2c0bec1975a8d483883491 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 15 Mar 2024 11:07:31 +0100 Subject: [PATCH] Release version 2024.0 M2 (2024.0.0). See #204 --- 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 0e5aeb5..da9ceec 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2024.0.0-SNAPSHOT + 2024.0.0-M2 ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 5ae04a1..d44bac9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2024.0.0-SNAPSHOT + 2024.0.0-M2 pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index 72c3b96..714c707 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2024.0.0-SNAPSHOT + 2024.0.0-M2 pom Spring Data Release Train - BOM Infrastructure