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 2323 <parent >
2424 <groupId >org.springframework.data.build</groupId >
2525 <artifactId >spring-data-parent</artifactId >
26- <version >4.1.0-M2 </version >
26+ <version >4.1.0-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
3939 <mysql-connector-java >9.5.0</mysql-connector-java >
4040 <postgresql >42.7.10</postgresql >
4141 <oracle >23.26.0.0.0</oracle >
42- <springdata .commons>4.1.0-M2 </springdata .commons>
42+ <springdata .commons>4.1.0-SNAPSHOT </springdata .commons>
4343 <vavr >0.10.3</vavr >
4444
4545 <hibernate .groupId>org.hibernate</hibernate .groupId>
192192 </build >
193193
194194 <repositories >
195-
196-
195+ <repository >
196+ <id >spring-snapshot</id >
197+ <url >https://repo.spring.io/snapshot</url >
198+ <snapshots >
199+ <enabled >true</enabled >
200+ </snapshots >
201+ <releases >
202+ <enabled >false</enabled >
203+ </releases >
204+ </repository >
205+ <repository >
206+ <id >spring-milestone</id >
207+ <url >https://repo.spring.io/milestone</url >
208+ </repository >
197209 </repositories >
198210
199211 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments