File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.data.build</groupId >
8
8
<artifactId >spring-data-parent</artifactId >
9
- <version >2.7.13 </version >
9
+ <version >2.7.14-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<groupId >org.springframework.data</groupId >
49
49
<log4j .version>2.17.2</log4j .version>
50
50
<multithreadedtc .version>1.01</multithreadedtc .version>
51
51
<snappy .version>0.4</snappy .version>
52
- <springdata .commons>2.7.13 </springdata .commons>
52
+ <springdata .commons>2.7.14-SNAPSHOT </springdata .commons>
53
53
<spring-shell .version>1.2.0.RELEASE</spring-shell .version>
54
54
</properties >
55
55
56
56
<repositories >
57
-
58
-
59
-
60
-
61
-
62
- <!--
63
57
<repository >
64
- <id>apache-snapshots</id>
65
- <url>https://repository.apache.org/content/repositories/orgapachegeode-1060</url>
58
+ <id >spring-snapshot</id >
59
+ <url >https://repo.spring.io/snapshot</url >
60
+ <snapshots >
61
+ <enabled >true</enabled >
62
+ </snapshots >
63
+ <releases >
64
+ <enabled >false</enabled >
65
+ </releases >
66
+ </repository >
67
+ <repository >
68
+ <id >spring-milestone</id >
69
+ <url >https://repo.spring.io/milestone</url >
66
70
</repository >
67
- -->
68
-
69
71
</repositories >
70
72
71
73
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments