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 1212 <parent >
1313 <groupId >org.springframework.data.build</groupId >
1414 <artifactId >spring-data-parent</artifactId >
15- <version >2.7.15 </version >
15+ <version >2.7.16-SNAPSHOT </version >
1616 <relativePath />
1717 </parent >
1818
1919 <properties >
20- <springdata .commons>2.7.15 </springdata .commons>
20+ <springdata .commons>2.7.16-SNAPSHOT </springdata .commons>
2121 <java-module-name >spring.data.keyvalue</java-module-name >
2222 </properties >
2323
9090 </build >
9191
9292 <repositories >
93-
94-
93+ <repository >
94+ <id >spring-snapshot</id >
95+ <url >https://repo.spring.io/snapshot</url >
96+ <snapshots >
97+ <enabled >true</enabled >
98+ </snapshots >
99+ <releases >
100+ <enabled >false</enabled >
101+ </releases >
102+ </repository >
103+ <repository >
104+ <id >spring-milestone</id >
105+ <url >https://repo.spring.io/milestone</url >
106+ </repository >
95107 </repositories >
96108
97109</project >
You can’t perform that action at this time.
0 commit comments