File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pipeline {
3
3
4
4
triggers {
5
5
pollSCM ' H/10 * * * *'
6
- upstream(upstreamProjects : " spring-data-commons/master " , threshold : hudson.model.Result . SUCCESS )
6
+ upstream(upstreamProjects : " spring-data-commons/2.3.x " , threshold : hudson.model.Result . SUCCESS )
7
7
}
8
8
9
9
options {
@@ -68,7 +68,7 @@ pipeline {
68
68
stage(" test: baseline (jdk8)" ) {
69
69
when {
70
70
anyOf {
71
- branch ' master '
71
+ branch ' 3.0.x '
72
72
not { triggeredBy ' UpstreamCause' }
73
73
}
74
74
}
@@ -94,7 +94,7 @@ pipeline {
94
94
stage(" Test other configurations" ) {
95
95
when {
96
96
anyOf {
97
- branch ' master '
97
+ branch ' 3.0.x '
98
98
not { triggeredBy ' UpstreamCause' }
99
99
}
100
100
}
@@ -164,7 +164,7 @@ pipeline {
164
164
stage(' Release to artifactory' ) {
165
165
when {
166
166
anyOf {
167
- branch ' master '
167
+ branch ' 3.0.x '
168
168
not { triggeredBy ' UpstreamCause' }
169
169
}
170
170
}
@@ -196,7 +196,7 @@ pipeline {
196
196
197
197
stage(' Publish documentation' ) {
198
198
when {
199
- branch ' master '
199
+ branch ' 3.0.x '
200
200
}
201
201
agent {
202
202
docker {
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >org.springframework.data.build</groupId >
17
17
<artifactId >spring-data-parent</artifactId >
18
- <version >2.3.0.RELEASE </version >
18
+ <version >2.3.1.BUILD-SNAPSHOT </version >
19
19
</parent >
20
20
21
21
<modules >
26
26
<properties >
27
27
<project .type>multi</project .type>
28
28
<dist .id>spring-data-mongodb</dist .id>
29
- <springdata .commons>2.3.0.RELEASE </springdata .commons>
29
+ <springdata .commons>2.3.1.BUILD-SNAPSHOT </springdata .commons>
30
30
<mongo >4.0.3</mongo >
31
31
<mongo .reactivestreams>${mongo} </mongo .reactivestreams>
32
32
<jmh .version>1.19</jmh .version>
134
134
135
135
<repositories >
136
136
<repository >
137
- <id >spring-libs-release </id >
138
- <url >https://repo.spring.io/libs-release </url >
137
+ <id >spring-libs-snapshot </id >
138
+ <url >https://repo.spring.io/libs-snapshot </url >
139
139
</repository >
140
140
<repository >
141
141
<id >sonatype-libs-snapshot</id >
You can’t perform that action at this time.
0 commit comments