@@ -68,13 +68,13 @@ groups:
6868- name : spring-ws
6969 jobs :
7070 - Test - JDK 8
71- - Test - JDK 8 + Spring.NEXT
72- - Test - JDK 8 + Spring.NEXT (snapshots)
73- - Test - JDK 8 + Spring (snapshots)
71+ - Test - JDK 8 and Spring.NEXT
72+ - Test - JDK 8 and Spring.NEXT (snapshots)
73+ - Test - JDK 8 and Spring (snapshots)
7474 - Test - JDK 11
75- - Test - JDK 11 + Spring.NEXT
76- - Test - JDK 11 + Spring.NEXT (snapshots)
77- - Test - JDK 11 + Spring (snapshots)
75+ - Test - JDK 11 and Spring.NEXT
76+ - Test - JDK 11 and Spring.NEXT (snapshots)
77+ - Test - JDK 11 and Spring (snapshots)
7878 - Build
7979- name : pull-requests
8080 jobs :
9393 file : spring-ws-github/ci/test.yml
9494 params : { PROFILE: "distribute,convergence" }
9595
96- - name : Test - JDK 8 + Spring.NEXT
96+ - name : Test - JDK 8 and Spring.NEXT
9797 serial : true
9898 public : true
9999 plan :
@@ -105,7 +105,7 @@ jobs:
105105 file : spring-ws-github/ci/test.yml
106106 params : { PROFILE: "springnext,convergence" }
107107
108- - name : Test - JDK 8 + Spring.NEXT (snapshots)
108+ - name : Test - JDK 8 and Spring.NEXT (snapshots)
109109 serial : true
110110 public : true
111111 plan :
@@ -117,7 +117,7 @@ jobs:
117117 file : spring-ws-github/ci/test.yml
118118 params : { PROFILE: "springnext-buildsnapshot,convergence" }
119119
120- - name : Test - JDK 8 + Spring (snapshots)
120+ - name : Test - JDK 8 and Spring (snapshots)
121121 serial : true
122122 public : true
123123 plan :
@@ -142,7 +142,7 @@ jobs:
142142 file : spring-ws-github/ci/test.yml
143143 params : { PROFILE: "distribute,java11,convergence" }
144144
145- - name : Test - JDK 11 + Spring.NEXT
145+ - name : Test - JDK 11 and Spring.NEXT
146146 serial : true
147147 public : true
148148 plan :
@@ -155,7 +155,7 @@ jobs:
155155 file : spring-ws-github/ci/test.yml
156156 params : { PROFILE: "springnext,java11,convergence" }
157157
158- - name : Test - JDK 11 + Spring.NEXT (snapshots)
158+ - name : Test - JDK 11 and Spring.NEXT (snapshots)
159159 serial : true
160160 public : true
161161 plan :
@@ -168,7 +168,7 @@ jobs:
168168 file : spring-ws-github/ci/test.yml
169169 params : { PROFILE: "springnext-buildsnapshot,java11,convergence" }
170170
171- - name : Test - JDK 11 + Spring (snapshots)
171+ - name : Test - JDK 11 and Spring (snapshots)
172172 serial : true
173173 public : true
174174 plan :
@@ -189,13 +189,13 @@ jobs:
189189 trigger : true
190190 passed : [
191191 Test - JDK 8,
192- Test - JDK 8 + Spring.NEXT,
193- Test - JDK 8 + Spring.NEXT (snapshots),
194- Test - JDK 8 + Spring (snapshots),
192+ Test - JDK 8 and Spring.NEXT,
193+ Test - JDK 8 and Spring.NEXT (snapshots),
194+ Test - JDK 8 and Spring (snapshots),
195195 Test - JDK 11,
196- Test - JDK 11 + Spring.NEXT,
197- Test - JDK 11 + Spring.NEXT (snapshots),
198- Test - JDK 11 + Spring (snapshots)
196+ Test - JDK 11 and Spring.NEXT,
197+ Test - JDK 11 and Spring.NEXT (snapshots),
198+ Test - JDK 11 and Spring (snapshots)
199199 ]
200200 - put : spring-ws-status
201201 params :
@@ -242,28 +242,28 @@ jobs:
242242 - task : test (JDK 8)
243243 file : spring-ws-github/ci/test.yml
244244 params : { PROFILE: "distribute,convergence" }
245- - task : test (JDK 8 + Spring.NEXT)
245+ - task : test (JDK 8 and Spring.NEXT)
246246 file : spring-ws-github/ci/test.yml
247247 params : { PROFILE: "springnext,convergence" }
248- - task : test (JDK 8 + Spring.NEXT snapshots)
248+ - task : test (JDK 8 and Spring.NEXT snapshots)
249249 file : spring-ws-github/ci/test.yml
250250 params : { PROFILE: "springnext-buildsnapshot,convergence" }
251- - task : test (JDK 8 + Spring snapshots)
251+ - task : test (JDK 8 and Spring snapshots)
252252 file : spring-ws-github/ci/test.yml
253253 params : { PROFILE: "spring-buildsnapshot,convergence" }
254254 - task : test (JDK 11)
255255 image : openjdk:11-jdk
256256 file : spring-ws-github/ci/test.yml
257257 params : { PROFILE: "distribute,java11,convergence" }
258- - task : test (JDK 11 + Spring.NEXT)
258+ - task : test (JDK 11 and Spring.NEXT)
259259 image : openjdk:11-jdk
260260 file : spring-ws-github/ci/test.yml
261261 params : { PROFILE: "springnext,java11,convergence" }
262- - task : test (JDK 11 + Spring.NEXT snapshots)
262+ - task : test (JDK 11 and Spring.NEXT snapshots)
263263 image : openjdk:11-jdk
264264 file : spring-ws-github/ci/test.yml
265265 params : { PROFILE: "springnext-buildsnapshot,java11,convergence" }
266- - task : test (JDK 11 + Spring snapshots)
266+ - task : test (JDK 11 and Spring snapshots)
267267 image : openjdk:11-jdk
268268 file : spring-ws-github/ci/test.yml
269269 params : { PROFILE: "spring-buildsnapshot,java11,convergence" }
0 commit comments