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 >3.5.11 </version >
26+ <version >3.5.12-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
4141 <jsqlparser >5.2</jsqlparser >
4242 <mysql-connector-java >9.2.0</mysql-connector-java >
4343 <postgresql >42.7.10</postgresql >
44- <springdata .commons>3.5.11 </springdata .commons>
44+ <springdata .commons>3.5.12-SNAPSHOT </springdata .commons>
4545
4646 <hibernate .groupId>org.hibernate</hibernate .groupId>
4747 <antora-javadoc-artifactId >spring-data-jpa</antora-javadoc-artifactId >
172172 </build >
173173
174174 <repositories >
175-
176-
175+ <repository >
176+ <id >spring-snapshot</id >
177+ <url >https://repo.spring.io/snapshot</url >
178+ <snapshots >
179+ <enabled >true</enabled >
180+ </snapshots >
181+ <releases >
182+ <enabled >false</enabled >
183+ </releases >
184+ </repository >
185+ <repository >
186+ <id >spring-milestone</id >
187+ <url >https://repo.spring.io/milestone</url >
188+ </repository >
177189 </repositories >
178190
179191 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments