Skip to content

Commit 6087d4c

Browse files
committed
Prepare 4.1.12 (2023.0.12).
See #1487
1 parent 14c289d commit 6087d4c

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

pom.xml

+4-16
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>3.1.12-SNAPSHOT</version>
9+
<version>3.1.12</version>
1010
</parent>
1111

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

103103
<dependencyManagement>
@@ -371,20 +371,8 @@
371371
</profiles>
372372

373373
<repositories>
374-
<repository>
375-
<id>spring-snapshot</id>
376-
<url>https://repo.spring.io/snapshot</url>
377-
<snapshots>
378-
<enabled>true</enabled>
379-
</snapshots>
380-
<releases>
381-
<enabled>false</enabled>
382-
</releases>
383-
</repository>
384-
<repository>
385-
<id>spring-milestone</id>
386-
<url>https://repo.spring.io/milestone</url>
387-
</repository>
374+
375+
388376
</repositories>
389377

390378
</project>

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 4.1.11 (2023.0.11)
1+
Spring Data for Apache Cassandra 4.1.12 (2023.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").
@@ -35,5 +35,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
3535

3636

3737

38+
3839

3940

0 commit comments

Comments
 (0)