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/3.3.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 >3.3.0 </version >
28+ <version >3.3.1-SNAPSHOT </version >
2929 </parent >
3030
3131 <properties >
380380 </profiles >
381381
382382 <repositories >
383-
384-
383+ <repository >
384+ <id >spring-snapshot</id >
385+ <url >https://repo.spring.io/snapshot</url >
386+ <snapshots >
387+ <enabled >true</enabled >
388+ </snapshots >
389+ <releases >
390+ <enabled >false</enabled >
391+ </releases >
392+ </repository >
393+ <repository >
394+ <id >spring-milestone</id >
395+ <url >https://repo.spring.io/milestone</url >
396+ </repository >
385397 </repositories >
386398
387399</project >
You can’t perform that action at this time.
0 commit comments