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 23
23
<parent >
24
24
<groupId >org.springframework.data.build</groupId >
25
25
<artifactId >spring-data-parent</artifactId >
26
- <version >4.0.0-M5 </version >
26
+ <version >4.0.0-SNAPSHOT </version >
27
27
</parent >
28
28
29
29
<properties >
39
39
<mysql-connector-java >9.2.0</mysql-connector-java >
40
40
<postgresql >42.7.7</postgresql >
41
41
<oracle >23.8.0.25.04</oracle >
42
- <springdata .commons>4.0.0-M5 </springdata .commons>
42
+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
43
43
<vavr >0.10.3</vavr >
44
44
45
45
<hibernate .groupId>org.hibernate</hibernate .groupId>
193
193
</build >
194
194
195
195
<repositories >
196
-
197
-
196
+ <repository >
197
+ <id >spring-snapshot</id >
198
+ <url >https://repo.spring.io/snapshot</url >
199
+ <snapshots >
200
+ <enabled >true</enabled >
201
+ </snapshots >
202
+ <releases >
203
+ <enabled >false</enabled >
204
+ </releases >
205
+ </repository >
206
+ <repository >
207
+ <id >spring-milestone</id >
208
+ <url >https://repo.spring.io/milestone</url >
209
+ </repository >
198
210
</repositories >
199
211
200
212
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments