From 58e0cc181e37120808b9d94b93885c0ba0142370 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:15:09 +0200 Subject: [PATCH] Prepare next development iteration. See #87 --- 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 64dcbca..1e37bb5 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2021.2.0 + 2021.2.1-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 08b850d..bc5bfd6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2021.2.0 + 2021.2.1-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index 6bc774c..9112ba5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2021.2.0 + 2021.2.1-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure