Skip to content

Commit 6a339db

Browse files
committed
Prepare 3.4.14 (2021.2.14).
See #1395
1 parent 9812269 commit 6a339db

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

Lines changed: 4 additions & 16 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.7.14-SNAPSHOT</version>
9+
<version>2.7.14</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -98,7 +98,7 @@
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.7.14-SNAPSHOT</springdata.commons>
101+
<springdata.commons>2.7.14</springdata.commons>
102102
</properties>
103103

104104
<dependencyManagement>
@@ -394,20 +394,8 @@
394394
</profiles>
395395

396396
<repositories>
397-
<repository>
398-
<id>spring-snapshot</id>
399-
<url>https://repo.spring.io/snapshot</url>
400-
<snapshots>
401-
<enabled>true</enabled>
402-
</snapshots>
403-
<releases>
404-
<enabled>false</enabled>
405-
</releases>
406-
</repository>
407-
<repository>
408-
<id>spring-milestone</id>
409-
<url>https://repo.spring.io/milestone</url>
410-
</repository>
397+
398+
411399
</repositories>
412400

413401
</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 3.4.13 (2021.2.13)
1+
Spring Data for Apache Cassandra 3.4.14 (2021.2.14)
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").
@@ -29,5 +29,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2929

3030

3131

32+
3233

3334

0 commit comments

Comments
 (0)