File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.data.build</groupId >
88 <artifactId >spring-data-parent</artifactId >
9- <version >4.0.0-M3 </version >
9+ <version >4.0.0-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
9393 <cassandra-driver .version>4.19.0</cassandra-driver .version>
9494 <dist .id>spring-data-cassandra</dist .id>
9595 <multithreadedtc .version>1.01</multithreadedtc .version>
96- <springdata .commons>4.0.0-M3 </springdata .commons>
96+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
9797 </properties >
9898
9999 <dependencyManagement >
349349 </profiles >
350350
351351 <repositories >
352-
353-
352+ <repository >
353+ <id >spring-snapshot</id >
354+ <url >https://repo.spring.io/snapshot</url >
355+ <snapshots >
356+ <enabled >true</enabled >
357+ </snapshots >
358+ <releases >
359+ <enabled >false</enabled >
360+ </releases >
361+ </repository >
362+ <repository >
363+ <id >spring-milestone</id >
364+ <url >https://repo.spring.io/milestone</url >
365+ </repository >
354366 </repositories >
355367
356368</project >
You can’t perform that action at this time.
0 commit comments