File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
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-build/main " , threshold : hudson.model.Result . SUCCESS )
12+ upstream(upstreamProjects : " spring-data-build/4.0.x " , threshold : hudson.model.Result . SUCCESS )
1313 }
1414
1515 options {
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >org.springframework.data.build</groupId >
2727 <artifactId >spring-data-parent</artifactId >
28- <version >4.0.0 </version >
28+ <version >4.0.1-SNAPSHOT </version >
2929 </parent >
3030
3131 <properties >
391391 </profiles >
392392
393393 <repositories >
394-
395-
394+ <repository >
395+ <id >spring-snapshot</id >
396+ <url >https://repo.spring.io/snapshot</url >
397+ <snapshots >
398+ <enabled >true</enabled >
399+ </snapshots >
400+ <releases >
401+ <enabled >false</enabled >
402+ </releases >
403+ </repository >
404+ <repository >
405+ <id >spring-milestone</id >
406+ <url >https://repo.spring.io/milestone</url >
407+ </repository >
396408 </repositories >
397409
398410</project >
You can’t perform that action at this time.
0 commit comments