From 70d4140697691c6713042808d4c40d21bb76def5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 16 May 2025 11:31:15 +0200 Subject: [PATCH] Prepare next development iteration. See #1571 --- pom.xml | 8 ++++---- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index bd1d42a45..1a812e0bc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ org.springframework.data.build spring-data-parent - 3.5.0 + 4.0.0-SNAPSHOT org.springframework.data spring-data-cassandra-parent - 4.5.0 + 5.0.0-SNAPSHOT pom Spring Data for Apache Cassandra @@ -360,8 +360,8 @@ - - + + diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 9b7277767..cf545591f 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-data-cassandra-parent - 4.5.0 + 5.0.0-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 2a06c42c5..a57987561 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-data-cassandra-parent - 4.5.0 + 5.0.0-SNAPSHOT ../pom.xml