Skip to content

Commit 10e5868

Browse files
committed
Prepare 3.0.9 (Neumann SR9).
See #1102
1 parent 288f218 commit 10e5868

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.3.9.BUILD-SNAPSHOT</version>
9+
<version>2.3.9.RELEASE</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -97,13 +97,13 @@
9797
<hppc.version>0.5.4</hppc.version>
9898
<multithreadedtc.version>1.01</multithreadedtc.version>
9999
<project.type>multi</project.type>
100-
<springdata.commons>2.3.9.BUILD-SNAPSHOT</springdata.commons>
100+
<springdata.commons>2.3.9.RELEASE</springdata.commons>
101101
</properties>
102102

103103
<repositories>
104104
<repository>
105-
<id>spring-libs-snapshot</id>
106-
<url>https://repo.spring.io/libs-snapshot</url>
105+
<id>spring-libs-release</id>
106+
<url>https://repo.spring.io/libs-release</url>
107107
</repository>
108108
</repositories>
109109

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data for Apache Cassandra 3.0.8 (Neumann SR8)
1+
Spring Data for Apache Cassandra 3.0.9 (Neumann SR9)
22
Copyright (c) [2010-2020] Pivotal Software, Inc.
33

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

2424

2525

26+

0 commit comments

Comments
 (0)