File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pipeline {
99
1010 triggers {
1111 pollSCM ' H/10 * * * *'
12- upstream(upstreamProjects : " spring-data-commons/main " , threshold : hudson.model.Result . SUCCESS )
12+ upstream(upstreamProjects : " spring-data-commons/4.0.x " , threshold : hudson.model.Result . SUCCESS )
1313 }
1414
1515 options {
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.springframework.data.build</groupId >
2424 <artifactId >spring-data-parent</artifactId >
25- <version >4.0.0 </version >
25+ <version >4.0.1-SNAPSHOT </version >
2626 </parent >
2727
2828 <groupId >org.springframework.data</groupId >
111111 <skipUnitTests >${skipTests}</skipUnitTests >
112112 <sortpom-maven-plugin .version>4.0.0</sortpom-maven-plugin .version>
113113 <spring-javaformat .version>0.0.46</spring-javaformat .version>
114- <springdata .commons>4.0.0 </springdata .commons>
114+ <springdata .commons>4.0.1-SNAPSHOT </springdata .commons>
115115 </properties >
116116
117117 <dependencyManagement >
437437 <!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. -->
438438 <?SORTPOM IGNORE ?>
439439 <repositories >
440-
441-
440+ <repository >
441+ <id >spring-snapshot</id >
442+ <url >https://repo.spring.io/snapshot</url >
443+ <snapshots >
444+ <enabled >true</enabled >
445+ </snapshots >
446+ <releases >
447+ <enabled >false</enabled >
448+ </releases >
449+ </repository >
450+ <repository >
451+ <id >spring-milestone</id >
452+ <url >https://repo.spring.io/milestone</url >
453+ </repository >
442454 </repositories >
443455 <?SORTPOM RESUME ?>
444456
You can’t perform that action at this time.
0 commit comments