File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.5 </version >
9+ <version >4.0.6-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
108108 <dist .id>spring-data-cassandra</dist .id>
109109 <antora .javadoc-artifactId>spring-data-cassandra</antora .javadoc-artifactId>
110110 <multithreadedtc .version>1.01</multithreadedtc .version>
111- <springdata .commons>4.0.5 </springdata .commons>
111+ <springdata .commons>4.0.6-SNAPSHOT </springdata .commons>
112112 </properties >
113113
114114 <dependencyManagement >
280280 </profiles >
281281
282282 <repositories >
283-
284-
283+ <repository >
284+ <id >spring-snapshot</id >
285+ <url >https://repo.spring.io/snapshot</url >
286+ <snapshots >
287+ <enabled >true</enabled >
288+ </snapshots >
289+ <releases >
290+ <enabled >false</enabled >
291+ </releases >
292+ </repository >
293+ <repository >
294+ <id >spring-milestone</id >
295+ <url >https://repo.spring.io/milestone</url >
296+ </repository >
285297 </repositories >
286298
287299</project >
You can’t perform that action at this time.
0 commit comments