From 4b08bfebb37fba837760e9294fed59390a4f9678 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 13 Dec 2021 08:45:34 +0100 Subject: [PATCH] Switch 3.x versions to 2022.0.0 release train. Closes #66 --- 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 0e3afb2..dcd7b32 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2022.1.0-SNAPSHOT + 2022.0.0-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 078320e..bd755b0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2022.1.0-SNAPSHOT + 2022.0.0-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index 90f74a0..84c9b0c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2022.1.0-SNAPSHOT + 2022.0.0-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure