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 >3.0.11 </version >
26+ <version >3.0.12-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
3333 <jsqlparser >4.5</jsqlparser >
3434 <mysql-connector-java >8.0.31</mysql-connector-java >
3535 <postgresql >42.5.0</postgresql >
36- <springdata .commons>3.0.11 </springdata .commons>
36+ <springdata .commons>3.0.12-SNAPSHOT </springdata .commons>
3737 <vavr >0.10.3</vavr >
3838
3939 <hibernate .groupId>org.hibernate</hibernate .groupId>
221221 </build >
222222
223223 <repositories >
224-
225-
224+ <repository >
225+ <id >spring-snapshot</id >
226+ <url >https://repo.spring.io/snapshot</url >
227+ <snapshots >
228+ <enabled >true</enabled >
229+ </snapshots >
230+ <releases >
231+ <enabled >false</enabled >
232+ </releases >
233+ </repository >
234+ <repository >
235+ <id >spring-milestone</id >
236+ <url >https://repo.spring.io/milestone</url >
237+ </repository >
226238 </repositories >
227239
228240</project >
You can’t perform that action at this time.
0 commit comments