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 23
23
<parent >
24
24
<groupId >org.springframework.data.build</groupId >
25
25
<artifactId >spring-data-parent</artifactId >
26
- <version >3.0.10 </version >
26
+ <version >3.0.11-SNAPSHOT </version >
27
27
</parent >
28
28
29
29
<properties >
33
33
<jsqlparser >4.5</jsqlparser >
34
34
<mysql-connector-java >8.0.31</mysql-connector-java >
35
35
<postgresql >42.5.0</postgresql >
36
- <springdata .commons>3.0.10 </springdata .commons>
36
+ <springdata .commons>3.0.11-SNAPSHOT </springdata .commons>
37
37
<vavr >0.10.3</vavr >
38
38
39
39
<hibernate .groupId>org.hibernate</hibernate .groupId>
221
221
</build >
222
222
223
223
<repositories >
224
-
225
-
224
+ <repository >
225
+ <id >spring-snapshot</id >
226
+ <url >https://repo.spring.io/snapshot</url >
227
+ <snapshots >
228
+ <enabled >true</enabled >
229
+ </snapshots >
230
+ <releases >
231
+ <enabled >false</enabled >
232
+ </releases >
233
+ </repository >
234
+ <repository >
235
+ <id >spring-milestone</id >
236
+ <url >https://repo.spring.io/milestone</url >
237
+ </repository >
226
238
</repositories >
227
239
228
240
</project >
You can’t perform that action at this time.
0 commit comments