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 >3.5.5 </version >
9+ <version >3.5.6-SNAPSHOT </version >
1010 </parent >
1111
1212 <groupId >org.springframework.data</groupId >
109109 <el .version>1.0</el .version>
110110 <multithreadedtc .version>1.01</multithreadedtc .version>
111111 <project .type>multi</project .type>
112- <springdata .commons>3.5.5 </springdata .commons>
112+ <springdata .commons>3.5.6-SNAPSHOT </springdata .commons>
113113 </properties >
114114
115115 <dependencyManagement >
281281 </profiles >
282282
283283 <repositories >
284-
285-
284+ <repository >
285+ <id >spring-snapshot</id >
286+ <url >https://repo.spring.io/snapshot</url >
287+ <snapshots >
288+ <enabled >true</enabled >
289+ </snapshots >
290+ <releases >
291+ <enabled >false</enabled >
292+ </releases >
293+ </repository >
294+ <repository >
295+ <id >spring-milestone</id >
296+ <url >https://repo.spring.io/milestone</url >
297+ </repository >
286298 </repositories >
287299
288300</project >
You can’t perform that action at this time.
0 commit comments