From 11d1640328728fafdb114185dc5cab6bad228c13 Mon Sep 17 00:00:00 2001 From: Gerrit Meier Date: Fri, 2 Jun 2023 10:27:07 +0200 Subject: [PATCH] Fix Spring Data commons snapshot version. Accidentally branched away from the release version for GH-2728. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 511e9ff85..64db97f38 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.springframework.data.build spring-data-parent - 3.1.0 + 3.1.1-SNAPSHOT org.springframework.data @@ -115,7 +115,7 @@ ${skipTests} ../../../../spring-data-commons/src/main/asciidoc - 3.1.0 + 3.1.1-SNAPSHOT