Prepare next development iteration.

See #1571
This commit is contained in:
Mark Paluch
2025-05-16 11:31:15 +02:00
parent c3b0daebf6
commit 70d4140697
3 changed files with 6 additions and 6 deletions

View File

@@ -6,12 +6,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.5.0</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra-parent</artifactId>
<version>4.5.0</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data for Apache Cassandra</name>
@@ -360,8 +360,8 @@
</profiles>
<repositories>
</repositories>
</project>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra-parent</artifactId>
<version>4.5.0</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra-parent</artifactId>
<version>4.5.0</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>