File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.data.build</groupId >
18
18
<artifactId >spring-data-parent</artifactId >
19
- <version >4.0.0-M1 </version >
19
+ <version >4.0.0-SNAPSHOT </version >
20
20
</parent >
21
21
22
22
<properties >
23
23
<dist .id>spring-data-jdbc</dist .id>
24
- <springdata .commons>4.0.0-M1 </springdata .commons>
24
+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
25
25
<liquibase .version>4.21.1</liquibase .version>
26
26
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
27
27
312
312
</build >
313
313
314
314
<repositories >
315
-
316
-
315
+ <repository >
316
+ <id >spring-snapshot</id >
317
+ <url >https://repo.spring.io/snapshot</url >
318
+ <snapshots >
319
+ <enabled >true</enabled >
320
+ </snapshots >
321
+ <releases >
322
+ <enabled >false</enabled >
323
+ </releases >
324
+ </repository >
325
+ <repository >
326
+ <id >spring-milestone</id >
327
+ <url >https://repo.spring.io/milestone</url >
328
+ </repository >
317
329
</repositories >
318
330
319
331
</project >
You can’t perform that action at this time.
0 commit comments