Skip to content

Commit d4db1b5

Browse files
committed
Release version 4.4.4 (2024.1.4).
See #1557
1 parent 6e4e3fa commit d4db1b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: pom.xml

+1-1
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.4-SNAPSHOT</version>
14+
<version>4.4.4</version>
1515
<packaging>pom</packaging>
1616

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

Diff for: 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>4.4.4-SNAPSHOT</version>
11+
<version>4.4.4</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

Diff for: 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>4.4.4-SNAPSHOT</version>
11+
<version>4.4.4</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)