File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
23
23
<parent >
24
24
<groupId >org.springframework.data.build</groupId >
25
25
<artifactId >spring-data-parent</artifactId >
26
- <version >4.0.0-SNAPSHOT </version >
26
+ <version >4.0.0-M4 </version >
27
27
</parent >
28
28
29
29
<properties >
40
40
<mysql-connector-java >9.2.0</mysql-connector-java >
41
41
<postgresql >42.7.7</postgresql >
42
42
<oracle >23.8.0.25.04</oracle >
43
- <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
43
+ <springdata .commons>4.0.0-M4 </springdata .commons>
44
44
<vavr >0.10.3</vavr >
45
45
46
46
<hibernate .groupId>org.hibernate</hibernate .groupId>
210
210
</build >
211
211
212
212
<repositories >
213
- <repository >
214
- <id >spring-snapshot</id >
215
- <url >https://repo.spring.io/snapshot</url >
216
- <snapshots >
217
- <enabled >true</enabled >
218
- </snapshots >
219
- <releases >
220
- <enabled >false</enabled >
221
- </releases >
222
- </repository >
223
- <repository >
224
- <id >spring-milestone</id >
225
- <url >https://repo.spring.io/milestone</url >
226
- </repository >
213
+
214
+
227
215
</repositories >
228
216
229
217
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments