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-RC2 </version >
9+ <version >4.0.0-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
107107 <cassandra-driver .version>4.19.1</cassandra-driver .version>
108108 <dist .id>spring-data-cassandra</dist .id>
109109 <multithreadedtc .version>1.01</multithreadedtc .version>
110- <springdata .commons>4.0.0-RC2 </springdata .commons>
110+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
111111 </properties >
112112
113113 <dependencyManagement >
279279 </profiles >
280280
281281 <repositories >
282-
283-
282+ <repository >
283+ <id >spring-snapshot</id >
284+ <url >https://repo.spring.io/snapshot</url >
285+ <snapshots >
286+ <enabled >true</enabled >
287+ </snapshots >
288+ <releases >
289+ <enabled >false</enabled >
290+ </releases >
291+ </repository >
292+ <repository >
293+ <id >spring-milestone</id >
294+ <url >https://repo.spring.io/milestone</url >
295+ </repository >
284296 </repositories >
285297
286298</project >
You can’t perform that action at this time.
0 commit comments