Skip to content

Commit 81ae6a9

Browse files
committed
Prepare 4.4.9 (2024.1.9).
See #1591
1 parent 1d57a4e commit 81ae6a9

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>3.4.9-SNAPSHOT</version>
9+
<version>3.4.9</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -111,7 +111,7 @@
111111
<hppc.version>0.5.4</hppc.version>
112112
<multithreadedtc.version>1.01</multithreadedtc.version>
113113
<project.type>multi</project.type>
114-
<springdata.commons>3.4.9-SNAPSHOT</springdata.commons>
114+
<springdata.commons>3.4.9</springdata.commons>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -391,20 +391,8 @@
391391
</profiles>
392392

393393
<repositories>
394-
<repository>
395-
<id>spring-snapshot</id>
396-
<url>https://repo.spring.io/snapshot</url>
397-
<snapshots>
398-
<enabled>true</enabled>
399-
</snapshots>
400-
<releases>
401-
<enabled>false</enabled>
402-
</releases>
403-
</repository>
404-
<repository>
405-
<id>spring-milestone</id>
406-
<url>https://repo.spring.io/milestone</url>
407-
</repository>
394+
395+
408396
</repositories>
409397

410398
</project>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Cassandra 4.4.8 (2024.1.8)
1+
Spring Data for Apache Cassandra 4.4.9 (2024.1.9)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -44,5 +44,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4444

4545

4646

47+
4748

4849

0 commit comments

Comments
 (0)