Skip to content

Commit 7902cef

Browse files
Preparing to work on the issue
1 parent 77453ae commit 7902cef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>4.4.0-SNAPSHOT</version>
14+
<version>4.4.0-GH-1522-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Data for Apache Cassandra</name>
@@ -97,7 +97,7 @@
9797
<hppc.version>0.5.4</hppc.version>
9898
<multithreadedtc.version>1.01</multithreadedtc.version>
9999
<project.type>multi</project.type>
100-
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
100+
<springdata.commons>3.4.0-GH-3049-SNAPSHOT</springdata.commons>
101101
</properties>
102102

103103
<dependencyManagement>

spring-data-cassandra-distribution/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>4.4.0-SNAPSHOT</version>
11+
<version>4.4.0-GH-1522-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

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>4.4.0-SNAPSHOT</version>
11+
<version>4.4.0-GH-1522-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)