From 0d9128dade315ac835c1219068ff459727f99cde Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Dec 2024 11:22:18 +0100 Subject: [PATCH] Bump BOM version to 2025.0.0-SNAPSHOT. See #233 --- 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 7eae75a..0ec804a 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2024.2.0-SNAPSHOT + 2025.0.0-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index fb70723..c108519 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2024.2.0-SNAPSHOT + 2025.0.0-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index 74f2c22..f6a8ffb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2024.2.0-SNAPSHOT + 2025.0.0-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure