Skip to content

Commit a7a95b1

Browse files
committed
Prepare 3.1.12 (2020.0.12).
See #1150
1 parent 73bcfe6 commit a7a95b1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.4.12-SNAPSHOT</version>
9+
<version>2.4.12</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -98,13 +98,13 @@
9898
<hppc.version>0.5.4</hppc.version>
9999
<multithreadedtc.version>1.01</multithreadedtc.version>
100100
<project.type>multi</project.type>
101-
<springdata.commons>2.4.12-SNAPSHOT</springdata.commons>
101+
<springdata.commons>2.4.12</springdata.commons>
102102
</properties>
103103

104104
<repositories>
105105
<repository>
106-
<id>spring-libs-snapshot</id>
107-
<url>https://repo.spring.io/libs-snapshot</url>
106+
<id>spring-libs-release</id>
107+
<url>https://repo.spring.io/libs-release</url>
108108
</repository>
109109
</repositories>
110110

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 3.1.11 (2020.0.11)
1+
Spring Data for Apache Cassandra 3.1.12 (2020.0.12)
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").
@@ -8,3 +8,4 @@ This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source
99
code for the these subcomponents is subject to the terms and
1010
conditions of the subcomponent's license, as noted in the LICENSE file.
11+

0 commit comments

Comments
 (0)