Skip to content

Commit 60e0c45

Browse files
committed
After release cleanups.
See #1580
1 parent 7e63d09 commit 60e0c45

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 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>4.0.0-M4</version>
9+
<version>4.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -107,7 +107,7 @@
107107
<cassandra-driver.version>4.19.0</cassandra-driver.version>
108108
<dist.id>spring-data-cassandra</dist.id>
109109
<multithreadedtc.version>1.01</multithreadedtc.version>
110-
<springdata.commons>4.0.0-M4</springdata.commons>
110+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
111111
</properties>
112112

113113
<dependencyManagement>
@@ -363,8 +363,20 @@
363363
</profiles>
364364

365365
<repositories>
366-
367-
366+
<repository>
367+
<id>spring-snapshot</id>
368+
<url>https://repo.spring.io/snapshot</url>
369+
<snapshots>
370+
<enabled>true</enabled>
371+
</snapshots>
372+
<releases>
373+
<enabled>false</enabled>
374+
</releases>
375+
</repository>
376+
<repository>
377+
<id>spring-milestone</id>
378+
<url>https://repo.spring.io/milestone</url>
379+
</repository>
368380
</repositories>
369381

370382
</project>

0 commit comments

Comments
 (0)