Skip to content

Commit 6b8de32

Browse files
Prepare 4.1 M1 (2023.0.0).
See #1331
1 parent d456225 commit 6b8de32

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>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-M1</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>3.1.0-SNAPSHOT</springdata.commons>
100+
<springdata.commons>3.1.0-M1</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-milestone</id>
106+
<url>https://repo.spring.io/libs-milestone</url>
107107
</repository>
108108
</repositories>
109109

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.0 GA (2022.0.0)
1+
Spring Data for Apache Cassandra 4.1 M1 (2023.0.0)
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").
@@ -21,3 +21,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2121

2222

2323

24+

0 commit comments

Comments
 (0)