File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
24
23
<parent >
25
24
<groupId >org.springframework.data.build</groupId >
26
25
<artifactId >spring-data-parent</artifactId >
27
- <version >3.1.1-SNAPSHOT </version >
26
+ <version >3.1.1</version >
28
27
</parent >
29
28
30
29
<properties >
36
35
<jsqlparser >4.5</jsqlparser >
37
36
<mysql-connector-java >8.0.31</mysql-connector-java >
38
37
<postgresql >42.5.0</postgresql >
39
- <springdata .commons>3.1.1-SNAPSHOT </springdata .commons>
38
+ <springdata .commons>3.1.1</springdata .commons>
40
39
<vavr >0.10.3</vavr >
41
40
42
41
<hibernate .groupId>org.hibernate</hibernate .groupId>
224
223
</build >
225
224
226
225
<repositories >
227
- <repository >
228
- <id >spring-snapshot</id >
229
- <url >https://repo.spring.io/snapshot</url >
230
- <snapshots >
231
- <enabled >true</enabled >
232
- </snapshots >
233
- <releases >
234
- <enabled >false</enabled >
235
- </releases >
236
- </repository >
237
- <repository >
238
- <id >spring-milestone</id >
239
- <url >https://repo.spring.io/milestone</url >
240
- </repository >
226
+
227
+
241
228
</repositories >
242
229
243
230
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments