Commit 1cae1e8 1 parent a884637 commit 1cae1e8 Copy full SHA for 1cae1e8
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 22
22
<parent >
23
23
<groupId >org.springframework.data.build</groupId >
24
24
<artifactId >spring-data-parent</artifactId >
25
- <version >2.7.13 </version >
25
+ <version >2.7.14-SNAPSHOT </version >
26
26
</parent >
27
27
28
28
<properties >
34
34
<jsqlparser >4.5</jsqlparser >
35
35
<mysql-connector-java >8.0.31</mysql-connector-java >
36
36
<postgresql >42.5.0</postgresql >
37
- <springdata .commons>2.7.13 </springdata .commons>
37
+ <springdata .commons>2.7.14-SNAPSHOT </springdata .commons>
38
38
<vavr >0.10.3</vavr >
39
39
40
40
<hibernate .groupId>org.hibernate</hibernate .groupId>
570
570
</build >
571
571
572
572
<repositories >
573
-
574
-
573
+ <repository >
574
+ <id >spring-snapshot</id >
575
+ <url >https://repo.spring.io/snapshot</url >
576
+ <snapshots >
577
+ <enabled >true</enabled >
578
+ </snapshots >
579
+ <releases >
580
+ <enabled >false</enabled >
581
+ </releases >
582
+ </repository >
583
+ <repository >
584
+ <id >spring-milestone</id >
585
+ <url >https://repo.spring.io/milestone</url >
586
+ </repository >
575
587
</repositories >
576
588
577
589
</project >
You can’t perform that action at this time.
0 commit comments