Skip to content

Commit 29114cb

Browse files
jxblummp911de
authored andcommitted
Prepare the Spring Data for Apache Cassandra 4.0.x branch.
Upgrade to Spring Data Build parent 3.0.0-SNAPSHOT. Upgrade to Spring Data Commons 3.0.0-SNAPSHOT. Set version to 4.0.0-SNAPSHOT. See #1170.
1 parent ac0ca35 commit 29114cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.7.0-SNAPSHOT</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-cassandra-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>4.0.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Data for Apache Cassandra</name>
@@ -98,7 +98,7 @@
9898
<hppc.version>0.5.4</hppc.version>
9999
<multithreadedtc.version>1.01</multithreadedtc.version>
100100
<project.type>multi</project.type>
101-
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
101+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
102102
</properties>
103103

104104
<repositories>

spring-data-cassandra-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data</groupId>
1010
<artifactId>spring-data-cassandra-parent</artifactId>
11-
<version>3.4.0-SNAPSHOT</version>
11+
<version>4.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

spring-data-cassandra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data</groupId>
1010
<artifactId>spring-data-cassandra-parent</artifactId>
11-
<version>3.4.0-SNAPSHOT</version>
11+
<version>4.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)