Skip to content

Commit d6e44f6

Browse files
committed
DATACASS-588 - Prepare next development iteration.
1 parent 634192c commit d6e44f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-cassandra-parent</artifactId>
14-
<version>2.1.0.RELEASE</version>
14+
<version>2.2.0.BUILD-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Data for Apache Cassandra</name>

spring-data-cassandra-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-cassandra-parent</artifactId>
9-
<version>2.1.0.RELEASE</version>
9+
<version>2.2.0.BUILD-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

spring-data-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.1.0.RELEASE</version>
11+
<version>2.2.0.BUILD-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)