File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.5 </version >
26+ <version >4.0.6-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.0.5 </springdata .commons>
42+ <springdata .commons>4.0.6-SNAPSHOT </springdata .commons>
4343
4444 <hibernate .groupId>org.hibernate</hibernate .groupId>
4545 <antora-javadoc-artifactId >spring-data-jpa</antora-javadoc-artifactId >
191191 </build >
192192
193193 <repositories >
194-
195-
194+ <repository >
195+ <id >spring-snapshot</id >
196+ <url >https://repo.spring.io/snapshot</url >
197+ <snapshots >
198+ <enabled >true</enabled >
199+ </snapshots >
200+ <releases >
201+ <enabled >false</enabled >
202+ </releases >
203+ </repository >
204+ <repository >
205+ <id >spring-milestone</id >
206+ <url >https://repo.spring.io/milestone</url >
207+ </repository >
196208 </repositories >
197209
198210 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments