From 65aeae6a3f41aea5d1139ac3f26f3d815bd10f25 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Sep 2022 14:50:06 -0700 Subject: [PATCH] Set Spring Data Build parent POM version to 2.7.3-SNAPSHOT. Resolves #623. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52b36ce0..c94ea955 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.data.build spring-data-parent - 3.0.0-SNAPSHOT + 2.7.3-SNAPSHOT org.springframework.data