File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pipeline {
9
9
10
10
triggers {
11
11
pollSCM ' H/10 * * * *'
12
- upstream(upstreamProjects : " spring-data-build/main " , threshold : hudson.model.Result . SUCCESS )
12
+ upstream(upstreamProjects : " spring-data-build/3.4.x " , threshold : hudson.model.Result . SUCCESS )
13
13
}
14
14
15
15
options {
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >org.springframework.data.build</groupId >
27
27
<artifactId >spring-data-parent</artifactId >
28
- <version >3.4.0 </version >
28
+ <version >3.4.1-SNAPSHOT </version >
29
29
</parent >
30
30
31
31
<properties >
380
380
</profiles >
381
381
382
382
<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 >
385
397
</repositories >
386
398
387
399
</project >
You can’t perform that action at this time.
0 commit comments