From 836241ea19821f443dcd7fd871eb415b7249932f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 16 Sep 2020 14:05:24 +0200 Subject: [PATCH] #7 - Prepare next development iteration. --- 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 b552f5e..59eaf12 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -9,7 +9,7 @@ org.springframework.data spring-data-bom - 2020.0.0-RC1 + 2020.0.0-SNAPSHOT ../bom diff --git a/bom/pom.xml b/bom/pom.xml index 369f9e5..6c04f41 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom - 2020.0.0-RC1 + 2020.0.0-SNAPSHOT pom Spring Data Release Train - BOM diff --git a/pom.xml b/pom.xml index a5b11bc..063641d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data spring-data-bom-parent - 2020.0.0-RC1 + 2020.0.0-SNAPSHOT pom Spring Data Release Train - BOM Infrastructure